Re: mingw linking problem

2007-03-05 Thread Robert Shearman
Stefan Leichter wrote: Am Tuesday 27 February 2007 19:43 schrieb Paul Millar: On Sunday 25 February 2007 18:13, Stefan Leichter wrote: The set of patches I have includes a definition for this GUID (as well as many, many others). The complete set of patches (against w32api v3.8) is avai

Re: mingw linking problem

2007-03-05 Thread Stefan Leichter
Am Tuesday 27 February 2007 19:43 schrieb Paul Millar: > Hi Stefan, > > On Sunday 25 February 2007 18:13, Stefan Leichter wrote: > > This fail for some dlls at the linking, eg. comdlg32.dll misses the > > imports > > > > _IID_IContextMenu, _IID_IShellFolder, _IID_IPersistFolder2, > > _IID_IShellBr

Re: mingw linking problem

2007-02-27 Thread Paul Millar
Hi Stefan, On Sunday 25 February 2007 18:13, Stefan Leichter wrote: > This fail for some dlls at the linking, eg. comdlg32.dll misses the imports > > _IID_IContextMenu, _IID_IShellFolder, _IID_IPersistFolder2, > _IID_IShellBrowser, _IID_ICommDlgBrowser, _IID_IShellView, These are part of the Min

mingw linking problem

2007-02-25 Thread Stefan Leichter
Hello, i'm trying to build wine/its dlls with mingw. This fail for some dlls at the linking, eg. comdlg32.dll misses the imports _IID_IContextMenu, _IID_IShellFolder, _IID_IPersistFolder2, _IID_IShellBrowser, _IID_ICommDlgBrowser, _IID_IShellView, _SID_STopLevelBrowser My investigations ar