C-Compatible Exports DLL, Delphi/Pascal Imports#579
C-Compatible Exports DLL, Delphi/Pascal Imports#579TetzkatLipHoka wants to merge 29 commits intoicedland:masterfrom
Conversation
|
I'll have a look at this later. I assume there's generated code too, could you split that up into one commit so it's easier to review? |
|
Wdym? |
|
I'm talking about the code that generates enums and other stuff. You need to update the generator to create those files. Adding those manually is a PITA to update. Generator: https://github.com/icedland/iced/tree/master/src/csharp/Intel/Generator |
|
So far there is no generator, the pascal import is hand made. |
Adds Delphi 7+ Support via C-Imports from Windows DLLs
Including Delphi Samples