Skip to content

Releases: vkamenar/implib-sdk

ImpLib SDK v2.0.0

20 Jan 15:38
7fbc5f1
Compare
Choose a tag to compare

What's new in v2.0.0:

  • Support x64 DLL import libraries.
  • The Win32 version of kernel32.lib was updated to avoid LNK1102 when using the 32-bit MS linker.
  • When building an import library, print the number of DLL symbols indexed.
  • Added examples using GNU Linker (LD).
  • Added GCC examples.

ImpLib SDK v1.9.1

13 Dec 01:04
163ba3e
Compare
Choose a tag to compare

What's new in v1.9.1:

  • The output import libraries file size is slightly smaller.
  • The sample Win32 API libraries were updated. New sample definitions added.
  • The MSVCRT sample was updated based on the DLL v7.0.
  • The documentation was revised and updated.