Results 1 to 2 of 2

Thread: ImpLib SDK - free programming tools for authoring custom import libraries for Windows

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2006
    Location
    Craiova, Romania
    Posts
    140

    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

  2. #2
    Frenzied Member
    Join Date
    Aug 2020
    Posts
    1,854

    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
  •  



Click Here to Expand Forum to Full Width