Pablo Bendersky wrote:
I'm currently programming in Delphi, and I wold like to "translate" it to GPC. How can it be done ? Can it be done ?
GPC supports most of the BP7 syntax. If your programs use Delphi's "class" OOP model, GPC will only compile it if you translate it into the "object" model of BP7.
Other question. Is there any way to translate a C header file into a Delphi Unit ?
I do not know of any. With GPC it's straightforward. With BP7 it is difficult and often impossible because you have to care about memory models, the order of parameters and such.
Hope this helps,
Peter