943,882 Members | Top Members by Rank

Ad:
  • C Discussion Thread
  • Unsolved
  • Views: 2321
  • C RSS
Jul 3rd, 2009
0

Re: build problems

Expand Post »
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?
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Rodman2009 is offline Offline
1 posts
since Jul 2009
Jul 3rd, 2009
0

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"
Sponsor
Team Colleague
Featured Poster
Reputation Points: 5608
Solved Threads: 2282
Retired and Enjoying Life
Ancient Dragon is offline Offline
21,952 posts
since Aug 2005
Jul 5th, 2009
0

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..)
Reputation Points: -76
Solved Threads: 14
Junior Poster
marco93 is offline Offline
132 posts
since Apr 2008
Jul 5th, 2009
0

Re: How to Disable UNICODE in VC++ 2008

Click to Expand / Collapse  Quote originally posted by marco93 ...
It has no sense at all to disable UNICODE !!
It's the standard !
Windows itself is UNICODE (see Kernel or User source code..)
C++ language has no provisions for UNICODE, and Windows isn't the only os in the world.

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.
Last edited by Ancient Dragon; Jul 5th, 2009 at 10:36 am.
Sponsor
Team Colleague
Featured Poster
Reputation Points: 5608
Solved Threads: 2282
Retired and Enjoying Life
Ancient Dragon is offline Offline
21,952 posts
since Aug 2005
Jul 6th, 2009
1

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
Last edited by Nick Evan; Jul 6th, 2009 at 9:30 am.
Moderator
Featured Poster
Reputation Points: 4142
Solved Threads: 394
Industrious Poster
Nick Evan is offline Offline
4,132 posts
since Oct 2006

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C Forum Timeline: Recursion problem
Next Thread in C Forum Timeline: IIC Interrupt Handler





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC