Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: hongwei.mfk on February 22, 2010, 07:46:14 am

Title: wxWidgets with "Library finder"
Post by: hongwei.mfk on February 22, 2010, 07:46:14 am
In Windows platforms, use GCC compiler, the complier flag such as "-lxxx" generated by "Library finder" is end of the compliler command line,  also behind its dependent librarys(such as -lkernel32, -luser32...),  so cannot compile, Someone has a solution?

[Edited by MortenMacFly:] Do NOT use Chinese here! This violates our forum rules!
Title: Re: wxWidgets with "Library finder"
Post by: ollydbg on February 22, 2010, 07:51:16 am
Hi, this is English only forum. Your Chinese word may  be deleted by admin. :(
Title: Re: wxWidgets with "Library finder"
Post by: hongwei.mfk on February 22, 2010, 08:45:07 am
Hi, this is English only forum. Your Chinese word may  be deleted by admin. :(

Thank you for reminding me
Title: Re: wxWidgets with "Library finder"
Post by: MortenMacFly on February 22, 2010, 09:39:15 am
Someone has a solution?
Within the project (target) settings you can control whether to append or prepend the switches. This should work for you.
Title: Re: wxWidgets with "Library finder"
Post by: hongwei.mfk on March 08, 2010, 05:10:28 am
Quote
Within the project (target) settings you can control whether to append or prepend the switches. This should work for you.

Thank you, but this policy is not suitable for library finder.
I found the libraries in library finder are alphabetically sequenced(maybe use map), so I make it conform to the build order by modifying the libraries's name in library finder.