|
-
May 29th, 2025, 02:15 AM
#1
Thread Starter
Addicted Member
ImpLib SDK - free programming tools for authoring custom import libraries for Windows
ImpLib SDK combines free programming tools for authoring custom import libraries for Windows DLL (32 and 64-bit). The SDK supports advanced features, like cdecl2stdcall conversion, importing by ordinal, removing original thunk, accessing internal undocumented functions.
The ImpLib SDK can also generate import libraries for Visual Basic 6, even if the DLL uses a non-stdcall calling convention, like cdecl. One of the sample projects included into the ImpLib SDK shows how to use the OpenAL API with Visual Basic 6. The OpenAL DLL uses the cdecl calling convention.
https://github.com/vkamenar/implib-sdk
Calling DLL functions using CDECL calling convention in vb6
https://github.com/vkamenar/implib-sdk/discussions/3
-
May 29th, 2025, 02:46 AM
#2
Re: ImpLib SDK - free programming tools for authoring custom import libraries for Win
Looks very good. Thank you.
Could you do two examples with ImpLib? One is Cairo-Graph Lib and the other is Sqlite-DB Lib.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|