The porting from c to delphi has been completed in a few days :)
There is only 1 function which is left commented...
it seems it is not exported.
Example application in delphi is included.
It's kinda weird... but you get the point.
Thx to great design of Mister Gaffer himself :)
Porting the c headers to delphi is a piece a cake.
Just wanna say thx to Mister Gaffer :)
That s how I call him :) dont know if it is his nick :) probably is ? :) for helping out.
Thx to his great design using OpenPTC in other languages is possible. :D
First OpenPTC Delphi application is a fact !
The file test3.zip has to first true openptc delphi app :D
This can be used as an example of using the DLL's.
The exports of the openptc dll are ordinal.
Meaning every function has a number.
The file c:\openptc\source\Dynamic\Dynamic.def
Containts all exported functions with their numbers.
Another way is to use the dumpbin tool of Visual C
Project started
C Headers have been picked to be ported :)