Click here to Skip to main content
15,905,776 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionAcces from CView to CChildFrame and/or CMyApp Pin
tbrake10-May-06 10:32
tbrake10-May-06 10:32 
AnswerRe: Acces from CView to CChildFrame and/or CMyApp Pin
Chris Losinger10-May-06 11:41
professionalChris Losinger10-May-06 11:41 
Questionlimit app to one instance Pin
big_denny_20010-May-06 9:39
big_denny_20010-May-06 9:39 
AnswerRe: limit app to one instance Pin
tbrake10-May-06 10:24
tbrake10-May-06 10:24 
AnswerRe: limit app to one instance Pin
PJ Arends10-May-06 10:27
professionalPJ Arends10-May-06 10:27 
AnswerRe: limit app to one instance Pin
David Crow10-May-06 10:54
David Crow10-May-06 10:54 
AnswerRe: limit app to one instance Pin
ThatsAlok10-May-06 19:57
ThatsAlok10-May-06 19:57 
QuestionIs UNICODE required for my project Pin
benm9999999910-May-06 9:23
benm9999999910-May-06 9:23 
Hi,

We have a C++ service that needs to scan the filesystem and report back an inventory. Some filenames are in Hebrew.

Our project is currently Multibyte, we use CString and CFileFind, and the Hebrew characters are shown as '???'.

Can someone explain if we MUST switch to UNICODE or is there some way to make it work in MBCS ? I was under the impression MBCS also supported other languages. I see I can use CStringW to hold Hebrew chars, but CFileFind still returns '?' characters... Is there a way to define UNICODE locally only for a certain class ? I tried, but CString still isn't UNICODE since afxwin.h is included in the precompiled header.

The problem is switching to UNICODE causes a ton of errors all over the place, and in some classes we downloaded from the web, which used CHAR in some places instead of TCHAR.

I'll appreciate any advice,
Ben
AnswerRe: Is UNICODE required for my project Pin
Joe Woodbury10-May-06 10:20
professionalJoe Woodbury10-May-06 10:20 
QuestionMulti Window With OpenGl Pin
F.Smadi10-May-06 8:33
F.Smadi10-May-06 8:33 
QuestionHow to get Admin rights for the process... Pin
nagamohan_p10-May-06 7:49
nagamohan_p10-May-06 7:49 
AnswerRe: How to get Admin rights for the process... Pin
Maxwell Chen10-May-06 8:09
Maxwell Chen10-May-06 8:09 
QuestionDll Debuging? Pin
G Haranadh10-May-06 7:40
G Haranadh10-May-06 7:40 
GeneralRe: Dll Debuging? Pin
Maxwell Chen10-May-06 7:45
Maxwell Chen10-May-06 7:45 
GeneralRe: Dll Debuging? Pin
Rick York10-May-06 8:05
mveRick York10-May-06 8:05 
GeneralRe: Dll Debuging? Pin
Maxwell Chen10-May-06 8:12
Maxwell Chen10-May-06 8:12 
GeneralRe: Dll Debuging? Pin
NiceNaidu10-May-06 19:24
NiceNaidu10-May-06 19:24 
Questionquery on Database support Pin
swapna_signsin10-May-06 6:20
swapna_signsin10-May-06 6:20 
GeneralRe: query on Database support Pin
Maxwell Chen10-May-06 6:39
Maxwell Chen10-May-06 6:39 
GeneralRe: query on Database support Pin
swapna_signsin10-May-06 23:56
swapna_signsin10-May-06 23:56 
AnswerRe: query on Database support Pin
voorugonda prashanth10-May-06 18:35
voorugonda prashanth10-May-06 18:35 
QuestionRe: query on Database support Pin
David Crow11-May-06 2:35
David Crow11-May-06 2:35 
AnswerRe: query on Database support Pin
swapna_signsin11-May-06 3:41
swapna_signsin11-May-06 3:41 
GeneralRe: query on Database support Pin
David Crow11-May-06 3:49
David Crow11-May-06 3:49 
GeneralRe: query on Database support Pin
swapna_signsin11-May-06 4:21
swapna_signsin11-May-06 4:21 

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.