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
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.