Generating import library for dbghelp.dll using dlltool of MinGW -



Generating import library for dbghelp.dll using dlltool of MinGW -

as mentioned in first reply post "win32 api stack walk mingw/msys?" dlltool can used generate import library mingw.

but below command prints "create process" on screen , generates 0kb dbghelp.a file

dlltool -k -d libdbghelp.def -l dbghelp.a

i used .def file available here: http://sourceforge.net/p/mingw/feature-requests/40/?limit=10&page=1#54a9

the first few lines of .def file are

; file generated automatically ./dbghelp.spec; not edit! library dbghelp.dll exports enumdirtree@24 @3 enumdirtreew@24 @4 enumerateloadedmodules@12 @5 enumerateloadedmodules64@12 @6

am missing something? using mingw version 4.4.1

i see header file dbghelp.h available in page found libdbghelp.def . should placed?

also limitation on location tool has run. have copied .def file same directory dlltool , executed command.

regards, shreyas

the problem mingw 4.4.1 again. works fine if utilize 4.6.1.

thank you.

dll mingw

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -