www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

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

↑ ↓ ← Andy C <Andy_member pathlink.com> writes:
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
↑ ↓ → Jan Knepper <jan smartsoft.us> writes:
Andy C wrote:
 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
 
 
 

I did the SDK for our software development this way years ago... Also have a regenerated UUID.lib... ;-) Jan -- ManiaC++ Jan Knepper But as for me and my household, we shall use Mozilla... www.mozilla.org
Mar 11 2006