Hi everybody ,
I am trying to compile my wxWidget project using Runtime library as Multithreading(Mtd) for debug version and (MT) for release version but it give errors like _free already define in msvcrt.lib. I think there are some library clashing. But how i remove pboblem i don't know , can you help me how to solve this problem.
Yogesh
Related to compilation probem Topic is solved
-
- I live to help wx-kind
- Posts: 172
- Joined: Sun Feb 26, 2006 4:30 am
- Location: India
- Contact:
Related to compilation probem
Yogesh Chaturvedi
OS : Windows, Linux, Mac
OS : Windows, Linux, Mac
when you built wxWidgets you used MD & MDd (its the default setting), so you need to recompile the library itself (wxWidgets), and any other library used in your project, as well as your project, using MT & MTd.
In other words, both the wxWidgets library, and your project need to be compiled with the same settings. (MT & MTd in your case)
HTH
In other words, both the wxWidgets library, and your project need to be compiled with the same settings. (MT & MTd in your case)
HTH
Hier Kommt die Sonne...