Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: bean on September 10, 2006, 11:13:29 pm

Title: wxWidget unicode and Squirrel Unicode in one project Problem
Post by: bean 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