Click here to Skip to main content
15,887,267 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow convert char[] to LPWSTR for create file !? Pin
hadi kazemi30-Sep-09 2:34
hadi kazemi30-Sep-09 2:34 
AnswerRe: how convert char[] to LPWSTR for create file !? Pin
Hristo-Bojilov30-Sep-09 2:39
Hristo-Bojilov30-Sep-09 2:39 
AnswerRe: how convert char[] to LPWSTR for create file !? Pin
Richard MacCutchan30-Sep-09 2:44
mveRichard MacCutchan30-Sep-09 2:44 
GeneralRe: how convert char[] to LPWSTR for create file !? Pin
Joe Woodbury30-Sep-09 6:08
professionalJoe Woodbury30-Sep-09 6:08 
GeneralRe: how convert char[] to LPWSTR for create file !? Pin
Richard MacCutchan30-Sep-09 6:21
mveRichard MacCutchan30-Sep-09 6:21 
Questionsame name macro with same Pin
LoveneetSingh30-Sep-09 2:20
LoveneetSingh30-Sep-09 2:20 
AnswerRe: same name macro with same Pin
Richard MacCutchan30-Sep-09 2:45
mveRichard MacCutchan30-Sep-09 2:45 
AnswerRe: same name macro with same Pin
Maximilien30-Sep-09 3:54
Maximilien30-Sep-09 3:54 
maybe, but the compiler/preprocessor will probably report duplicate something.

But you could do something like (not really test, but I've seen code like in out stuff):

in test1.h
#ifndef process
#define process (a&4)
#endif


and in test2.h
#ifdef process
#undef process
#define process (a&4)
#endif


This signature was proudly tested on animals.

GeneralRe: same name macro with same Pin
Richard MacCutchan30-Sep-09 6:23
mveRichard MacCutchan30-Sep-09 6:23 
QuestionHow to implement copy and paste in edit box in MFC Pin
deadlyabbas30-Sep-09 2:00
deadlyabbas30-Sep-09 2:00 
AnswerRe: How to implement copy and paste in edit box in MFC Pin
includeh1030-Sep-09 5:21
includeh1030-Sep-09 5:21 
GeneralRe: How to implement copy and paste in edit box in MFC Pin
Richard MacCutchan30-Sep-09 6:25
mveRichard MacCutchan30-Sep-09 6:25 
QuestionRemoving manifest entry Pin
KASR130-Sep-09 1:50
KASR130-Sep-09 1:50 
AnswerRe: Removing manifest entry Pin
Randor 30-Sep-09 19:57
professional Randor 30-Sep-09 19:57 
QuestionHow to implement Ctrl C and Ctrl V in MFC PinPopular
deadlyabbas30-Sep-09 1:20
deadlyabbas30-Sep-09 1:20 
QuestionMS Flex Grid Pin
hrishiS30-Sep-09 1:19
hrishiS30-Sep-09 1:19 
QuestionHow to get active directory user properties using visual c++ Pin
raja 430-Sep-09 0:19
raja 430-Sep-09 0:19 
AnswerRe: How to get active directory user properties using visual c++ Pin
Richard MacCutchan30-Sep-09 0:55
mveRichard MacCutchan30-Sep-09 0:55 
QuestionBEST BOOK IN C++ Pin
johnjitu29-Sep-09 23:34
johnjitu29-Sep-09 23:34 
AnswerRe: BEST BOOK IN C++ Pin
CPallini29-Sep-09 23:45
mveCPallini29-Sep-09 23:45 
GeneralRe: BEST BOOK IN C++ Pin
theCPkid30-Sep-09 0:06
theCPkid30-Sep-09 0:06 
GeneralRe: BEST BOOK IN C++ Pin
CPallini30-Sep-09 7:17
mveCPallini30-Sep-09 7:17 
QuestionCommon pointer in whole proyect Pin
johnjitu29-Sep-09 23:31
johnjitu29-Sep-09 23:31 
QuestionRe: Common pointer in whole proyect Pin
CPallini29-Sep-09 23:42
mveCPallini29-Sep-09 23:42 
AnswerRe: Common pointer in whole proyect Pin
Cedric Moonen29-Sep-09 23:45
Cedric Moonen29-Sep-09 23:45 

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.