problems with spec/def and import libs on Mingw
27 Aug
2003
27 Aug
'03
1:26 a.m.
Hello, Recent changes with the self regsitering of dlls are causing dependency problems on Mingw. If I compile shell32 on windows it is link to a function in ole32.dll named "PRIVATE". If course in the spec.def file we have the following information: DllGetClassObject(a)12=OLE32_DllGetClassObject(a)12 @63 PRIVATE DllRegisterServer(a)0=OLE32_DllRegisterServer(a)0 @194 PRIVATE DllUnregisterServer(a)0=OLE32_DllUnregisterServer(a)0 @266 PRIVATE Is there a simple fix for the Mingw case? Thanks Steven __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com
8233
Age (days ago)
8233
Last active (days ago)
0 comments
1 participants
participants (1)
-
Steven Edwards