|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++.windows.32-bits - IMPLIB for system DLL's with JK's version
I don't know what the DMC policy is but I think Jan Knepper's modified version
of Implib (www.digitalmars.com/~jan/) should be folded into the regular
distribution. The ability to append the # (ie. 4, 8, ...) to functions is
vital if you need to use some older "system" DLL's. A newbie might have a hard
time without this tool. I used it to generate a .DEF file with the correct pre-
and post-pend to the names ("_" and #), and then used the regular IMPLIB to
generate the import .LIB from the .DEF file. Note: For some reason the
librarian listing command, "lib -l", did not work on the output.
Thanks Jan!
Just my $0.02.
Andy C
Mar 09 2006
Andy C wrote: Mar 11 2006
|