Click here to Skip to main content
15,913,941 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DLL spying Pin
fat_boy19-Aug-05 4:13
fat_boy19-Aug-05 4:13 
Generalunicode Pin
hamidreza_buddy17-Aug-05 23:03
hamidreza_buddy17-Aug-05 23:03 
GeneralRe: unicode Pin
toxcct17-Aug-05 23:10
toxcct17-Aug-05 23:10 
GeneralRe: unicode Pin
hamidreza_buddy17-Aug-05 23:45
hamidreza_buddy17-Aug-05 23:45 
GeneralRe: unicode Pin
toxcct17-Aug-05 23:57
toxcct17-Aug-05 23:57 
GeneralRe: unicode Pin
hamidreza_buddy18-Aug-05 5:15
hamidreza_buddy18-Aug-05 5:15 
GeneralRe: unicode Pin
try8818-Aug-05 6:53
try8818-Aug-05 6:53 
GeneralRe: unicode Pin
Jose Lamas Rios18-Aug-05 2:35
Jose Lamas Rios18-Aug-05 2:35 
You can define it either in the Project Settings - Compiler, Prepropcessor, Definitions (or a similar path), or in your stdafx.h before including other files.

BTW, make sure you define both _UNICODE and UNICODE, and that MBCS (which is defined by default) is removed.

To be able to write non-english characters, in the Control Panel - Regional Settings - Advanced Tab, set the "Language for non-Unicode programas" to the one you want.

Hope that helps,

--
jlr
http://jlamas.blogspot.com/[^]
GeneralRe: unicode Pin
David Crow18-Aug-05 2:58
David Crow18-Aug-05 2:58 
Generallistbox!!!!!!!!!!!!!! Pin
Member 214683917-Aug-05 22:25
Member 214683917-Aug-05 22:25 
GeneralRe: listbox!!!!!!!!!!!!!! Pin
toxcct17-Aug-05 22:34
toxcct17-Aug-05 22:34 
GeneralRe: listbox!!!!!!!!!!!!!! Pin
Member 214683917-Aug-05 23:46
Member 214683917-Aug-05 23:46 
GeneralRe: listbox!!!!!!!!!!!!!! Pin
toxcct17-Aug-05 23:52
toxcct17-Aug-05 23:52 
GeneralRe: listbox!!!!!!!!!!!!!! Pin
Member 214683918-Aug-05 0:09
Member 214683918-Aug-05 0:09 
GeneralRe: listbox!!!!!!!!!!!!!! Pin
toxcct18-Aug-05 0:10
toxcct18-Aug-05 0:10 
General@toxcct Pin
Member 214683918-Aug-05 0:22
Member 214683918-Aug-05 0:22 
GeneralRe: listbox!!!!!!!!!!!!!! Pin
Cedric Moonen17-Aug-05 23:58
Cedric Moonen17-Aug-05 23:58 
GeneralRe: listbox!!!!!!!!!!!!!! Pin
Member 214683918-Aug-05 0:19
Member 214683918-Aug-05 0:19 
GeneralRe: listbox!!!!!!!!!!!!!! Pin
toxcct18-Aug-05 0:24
toxcct18-Aug-05 0:24 
GeneralRe: listbox!!!!!!!!!!!!!! Pin
Member 214683918-Aug-05 0:41
Member 214683918-Aug-05 0:41 
GeneralRe: listbox!!!!!!!!!!!!!! Pin
toxcct18-Aug-05 1:05
toxcct18-Aug-05 1:05 
GeneralRe: listbox!!!!!!!!!!!!!! Pin
Aamir Butt18-Aug-05 1:58
Aamir Butt18-Aug-05 1:58 
GeneralRe: listbox!!!!!!!!!!!!!! Pin
Cedric Moonen18-Aug-05 2:52
Cedric Moonen18-Aug-05 2:52 
GeneralRe: listbox!!!!!!!!!!!!!! Pin
David Crow18-Aug-05 3:04
David Crow18-Aug-05 3:04 
GeneralRe: listbox!!!!!!!!!!!!!! Pin
Cedric Moonen18-Aug-05 3:09
Cedric Moonen18-Aug-05 3:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.