dumb newbie question re unicode

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hi,

I am using MSVC 6. I want to compile my project with and without Unicode -
how do I change the project settings so that I can see Unicode Debug and
Unicode Release?. I read somewhere that I need to use the Setup again and
Add features to support Unicode & I did that. But I still only see Win32 as
the platform - no Unicode.

Thanks


.



Relevant Pages

  • Re: Outputting a CString to File Problem
    ... On my project the second I changed the project settings to use a ... multi-byte character set rather than unicode, I could save and read files ... just remember to call CString::GetBuffer() when writing a CString to ... MFC applications in VC8 are Unicode by default. ...
    (microsoft.public.vc.mfc)
  • Re: Spacing between letters, ID3DXFont
    ... Look in your project settings and check your preprocessor definitions ... -- you should be setting UNICODE or _UNICODE for wide character builds. ... // Draw some text ... have you tried just calling DrawText with ...
    (microsoft.public.win32.programmer.directx.graphics)
  • Re: Outputting a CString to File Problem
    ... On my project the second I changed the project settings to use a ... multi-byte character set rather than unicode, I could save and read files ... return the correct variable type to the stream for writing. ... Better cast the CString ...
    (microsoft.public.vc.mfc)
  • Re: LPCTSTR vs const char* in Visual C++ 2005
    ... conversion because there are too many places in too many files. ... You have to change your project settings to get back ANSI build. ... it really would be "better" to convert your code to Unicode. ... If you get it to compile in Unicode build, you can still go back and make ANSI build in the short term. ...
    (microsoft.public.vc.language)
  • RE: undef UNICODE possible?
    ... Are there msft headers that automatcially define UNICODE? ... I also looked in the project settings and I don't see it defined ... 'general project settings' the 'character set' is 'not set'. ... you can try to add the follwing directives before the ...
    (microsoft.public.vc.ide_general)