Re: [Mingw-w64-public] SetupUninstallOEMInf linking issue

2013-02-07 Thread Kai Tietz
I will post a patch for it today. The .def files for the import-libraries are looking pretty wrong, additional I noticed that some dependent imports are missing cfg32mgr, devobj, devrtl, etc. Thanks, Kai -- Free Next-Gen

Re: [Mingw-w64-public] SetupUninstallOEMInf linking issue

2013-02-07 Thread Marc-André Lureau
Hi On Sat, Jan 26, 2013 at 12:50 AM, Kai Tietz wrote: > Sure, this is an old bug we got by the past. Quick fix is to add to > 32-bit's setupapi.def in lib32/ the symbol 'SetupUninstallOEMInfA@12' > and 'SetupUninstallOEMInfW@12'. > I will regenerate 32-bit (and 64-bit version) of setupapi.def

[Mingw-w64-public] SetupUninstallOEMInf linking issue

2013-01-26 Thread Marc-André Lureau
Hi, Using mingw32-gcc-4.7.2-2.fc18.x86_64 & mingw32-crt-2.0.999-0.15.trunk.20121110.fc18.noarch I am wondering against which library I should be linking, -lsetupapi doesn't seem to have the symbol: undefined reference to `_imp__SetupUninstallOEMInfW@12' Thanks for your help! -- Marc-André Lur

Re: [Mingw-w64-public] SetupUninstallOEMInf linking issue

2013-01-25 Thread Kai Tietz
Hi Eric, 2013/1/25 Erik van Pienbroek : > Marc-André Lureau schreef op vr 25-01-2013 om 22:29 [+0100]: >> Hi, >> >> Using mingw32-gcc-4.7.2-2.fc18.x86_64 & >> mingw32-crt-2.0.999-0.15.trunk.20121110.fc18.noarch >> >> I am wondering against which library I should be linking, -lsetupapi >> doesn't s

Re: [Mingw-w64-public] SetupUninstallOEMInf linking issue

2013-01-25 Thread Erik van Pienbroek
Marc-André Lureau schreef op vr 25-01-2013 om 22:29 [+0100]: > Hi, > > Using mingw32-gcc-4.7.2-2.fc18.x86_64 & > mingw32-crt-2.0.999-0.15.trunk.20121110.fc18.noarch > > I am wondering against which library I should be linking, -lsetupapi > doesn't seem to have the symbol: > > undefined reference