2012/7/4 xunxun <[email protected]>:
> And, Kai
>
> Should we add -lole32 and -lgdi32 to gcc's internal specs?
> This may avoid the issue.
>
> --
> Best Regards,
> xunxun
>

Hmm, this seems not to be the right thing.  gdi32.dll will be
automatically added if option '-mwindows' is specified.  This makes
sense as otherwise for console-application you normally won't need
GUI.
The ol32.dll dependency is rare.  Well, nowadays with more DCOM
dependencies, this might be of more interest.  Nevertheless I think
-lole32 is an option project - using DCOM (Ole) - can specifiy.

The GUIDs missing are caused by missing library libuuid.a (option -luuid).

Regards,
Kai

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to