Author Topic: wxWidget unicode and Squirrel Unicode in one project Problem  (Read 4338 times)

bean

  • Guest
wxWidget unicode and Squirrel Unicode in one project Problem
« on: September 10, 2006, 11:13:29 pm »
hello, its me again.

im having a problem, i hope some ppl came across. i did a wWidgets Application form Code Blocks, using the unicode wxWidget version. that works very well. i came to link the squirrel unicode libs in so i can write some squirrel code, and there came the compile errors. it complained saying: "../lib/squirrel/include/squirrel.h:95: error: redeclaration of C++ built-in type `short'".

thats because im using unicode wxWidget and unicode quirrel in same project, is there a solution to solve that?

thanks