Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
wxWidgets with "Library finder"
(1/1)
hongwei.mfk:
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!
ollydbg:
Hi, this is English only forum. Your Chinese word may be deleted by admin. :(
hongwei.mfk:
--- Quote from: ollydbg on February 22, 2010, 07:51:16 am ---Hi, this is English only forum. Your Chinese word may be deleted by admin. :(
--- End quote ---
Thank you for reminding me
MortenMacFly:
--- Quote from: hongwei.mfk on February 22, 2010, 07:46:14 am ---Someone has a solution?
--- End quote ---
Within the project (target) settings you can control whether to append or prepend the switches. This should work for you.
hongwei.mfk:
--- Quote ---Within the project (target) settings you can control whether to append or prepend the switches. This should work for you.
--- End quote ---
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.
Navigation
[0] Message Index
Go to full version