2013/5/23 Dongsheng Song <[email protected]>: > Hi, > > mingw-w64 use lots of '==' to redirect symbols, e.g. > > time == _time64 > > dlltool -x -c -k -m i386 --input-def libtest.def --dllname > libtest.dll --output-lib libtest.dll.a > > lib /NOLOGO /DEF:libtest.def /OUT:libtest.lib /MACHINE:X86 > > But only dlltool works correctly, MS lib.exe not works, is there a > equipment in MS lib.exe ? > > Regards, > Dongsheng
This is a dlltool-extension. There seem to exist also an undocumented MS lib-tool equivalent, but couldn't figure it out. I just see that in some cases DLL-exported symbol-names from MS-import-libraries aren't necessarily the same as the names in export-table ... Kai ------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
