-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C-Compatible Exports DLL, Delphi/Pascal Imports #579
base: master
Are you sure you want to change the base?
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