|
From: Hartmut B. <har...@gm...> - 2005-01-21 08:12:39
|
Hi, dlltool from the release candidat has an old bug. If an interface (import) library is created from a definition file which contains foreward references to an other dll, the foreward references are put in the import library instead the exported name. I mean lines lik this: ScsiPortConvertUlongToPhysicalAddress@4=NTOSKRNL.RtlConvertUlongToLargeInteger The import library must contain 'ScsiPortConvertUlongToPhysicalAddress' but they does contain 'NTOSKRNL.RtlConvertUlongToLargeInteger'. Dlltool from binutils 2.15.90 works perfect. The bug does break compiling reactos with the current release candidat. I would like it if someone can fix this bug in the near future. - Hartmut Earnie Boyd schrieb: >File: http://prdownloads.sf.net/mingw/MinGW-3.2.0-rc-2.exe?download > >Differences from Candidate 1: > >All *.exe, *.o and *.a are stripped. >Use mingw-runtime-3.7 instead of 3.6. >Specify a default device in the default installation path. > > >Earnie > >-- >http://www.mingw.org >http://sourceforge.net/projects/mingw >https://sourceforge.net/donate/index.php?user_id=15438 > > > > |