Hi Ozkan,

> Couldn't find 2.9.2 t wxWidgets.org so I looked at 2.9.1

I've used the SVN version as I need some functionality which is not available 
in 2.9.1
 

> # Win64 does _not_ provide a ctl3d32.dll. It is an ancient dll
> only for x86.
> 
> # Look at the msdn pages, that functions exported from ctl3d32.dll
> have heither a header nor an import library and they should be used
> by way of LoadLibrary and GetProcAddress functions.
> 
> # wxWidgets do not seem to use any of the exported functions from
> ctl3d32.dll: none of Ctl3dGetVer, Ctl3dSubclassDlg, Ctl3dSubclassCtl,
> Ctl3dCtlColor, Ctl3dEnabled, Ctl3dColorChange, BtnWndProc3d,
> EditWndProc3d, ListWndProc3d, ComboWndProc3d, StaticWndProc3d,
> Ctl3dRegister, Ctl3dUnregister, Ctl3dAutoSubclass, Ctl3dDlgProc,
> Ctl3dCtlColorEx, Ctl3dSetStyle, Ctl3dDlgFramePaint,
Ctl3dSubclassDlgEx,
> Ctl3dWinIniChange, Ctl3dIsAutoSubclass, Ctl3dUnAutoSubclass,
> Ctl3dSubclassCtlEx, Ctl3dUnsubclassCtl, Ctl3dAutoSubclassEx.
> 
> Therefore why is it trying to link against ctl3d32.dll ?
> 
> # If you edit the wxWidgets' configury and remove the ctl3d32 linkage,
> does it link and run correctly?

Actually you are right! wxWidgets seems to have no dependency to this
lib. wxWidgets builds without problems if the -lctl3d32 is removed
completely. I'll drop the wxWidgets team a note about that.

Thanks for pointing this out!

Best regards

Felix 





------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to