Compiling 64bit
-
I tried compiling my application in 64bit, during compilation I got errors. Cause my application uses UNICODE, does 64bit lack UNICODE support???
-
I tried compiling my application in 64bit, during compilation I got errors. Cause my application uses UNICODE, does 64bit lack UNICODE support???
Fareed Rizkalla wrote:
Cause my application uses UNICODE
The sentence is not clear. Do you mean "because I'm using Unicode strings" or "because it seems the UNICODE preprocessor symbol is not defined"? In the second case, just look in the compiler options if the Unicode support is activated ad if UNICODE and _UNICODE are in the defines symbol specifications.
2 bugs found. > recompile ... 65534 bugs found. :doh:
-
I tried compiling my application in 64bit, during compilation I got errors. Cause my application uses UNICODE, does 64bit lack UNICODE support???