![]() |
| ||
| Re: build problems How did you disable the Unicode, I used the same program and get the same errors, I tried to disable the Unicode by going to the properties of the program, and unticked the inheritance, but I still get the errors? |
| ||
| Re: How to Disable UNICODE in VC++ 2008 You didn't mention the compiler you are using, but assuming it is VC++ 2008 (Express) Select menu item Project --> Properties --> expand Configuration Properties --> General. In the pane on the right, the third item from the bottom, change "Character Set" option to "Not Set" |
| ||
| Re: How to Disable UNICODE in VC++ 2008 It has no sense at all to disable UNICODE !! It's the standard ! Windows itself is UNICODE (see Kernel or User source code..) |
| ||
| Re: How to Disable UNICODE in VC++ 2008 Quote:
Yes, standard ascii strings can be used in UNICODE enabled program, but don't try to pass them to most win32 api functions because it will not work. |
| ||
| Re: How to Disable UNICODE in VC++ 2008 And quite frankly, I have found UNICODE to be a pain in the behind, so if I don't have a need for it (which is the case in 99.9% of my programs), I won't use it :) |
| All times are GMT -4. The time now is 11:52 pm. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC