-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
Export function by ordinal #188
Comments
Not sure what do you mean for "to export a function by ordinal". Can you illustrate the expected behavior? |
In c or cpp you can create a definition file which will state your exports, you can specify the function name and right after it the ordinal it is exported to, I would be nice if in the dllexport attribute you will be able to specify a ordinal or via a different settings file, the main usage here is for having more control over the exported functions other then the order they appear in your code, |
Oh, I see. Why not. Also, never had to avoid names in my practice for C++ but why also not to allow optionally skip the names. By the way, are you trying to reduce the size or some obfuscation, or? |
Today it's not possible. But this feature will be considered later. Thanks for the suggestion. Thanks for using! |
. . .
The question is related to:
DllExport - latest
:Is it possible to export a function by ordinal ?,
Would love to have control over that😁
The text was updated successfully, but these errors were encountered: