Skip to content
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

Open
wants to merge 23 commits into
base: master
Choose a base branch
from

Conversation

TetzkatLipHoka
Copy link

Adds Delphi 7+ Support via C-Imports from Windows DLLs
Including Delphi Samples

@wtfsck
Copy link
Member

wtfsck commented Jul 6, 2024

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?

@TetzkatLipHoka
Copy link
Author

Wdym?
You need the binarys for the Samples to test?
Iam about to make a last update adding combo-functions for faster processing.

@wtfsck
Copy link
Member

wtfsck commented Jul 13, 2024

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

@TetzkatLipHoka
Copy link
Author

So far there is no generator, the pascal import is hand made.
Since I implemented almost all types as pseudo-classes to allow a structure similiar to rust I think creating a generator for the 57000-Lines types Unit is impossible within reasonable a timescale

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants