Click here to Skip to main content
15,914,071 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: CMDIChildWnd not maximizing Pin
includeh1020-Mar-09 0:58
includeh1020-Mar-09 0:58 
GeneralRe: CMDIChildWnd not maximizing Pin
prithaa20-Mar-09 1:11
prithaa20-Mar-09 1:11 
QuestioncreateDirectory..issue Pin
siva45519-Mar-09 21:52
siva45519-Mar-09 21:52 
AnswerRe: createDirectory..issue Pin
Cedric Moonen19-Mar-09 21:56
Cedric Moonen19-Mar-09 21:56 
GeneralRe: createDirectory..issue Pin
siva45519-Mar-09 22:37
siva45519-Mar-09 22:37 
GeneralRe: createDirectory..issue Pin
Cedric Moonen19-Mar-09 22:40
Cedric Moonen19-Mar-09 22:40 
AnswerRe: createDirectory..issue Pin
Stuart Dootson19-Mar-09 23:17
professionalStuart Dootson19-Mar-09 23:17 
GeneralRe: createDirectory..issue Pin
siva45519-Mar-09 23:42
siva45519-Mar-09 23:42 
Thanks for ur answer but when im using like below...



LPTSTR lpszRetrunBuffer;
lpszRetrunBuffer=new TCHAR[SIZEOFTCHAR];
TCHAR* cNextSection="";
cNextSection=lpszRetrunBuffer;

im able to get error like...

error C2440: 'initializing' : cannot convert from 'const char [1]' to 'TCHAR *'..


and when i use.. cNextSection=cNextSection+strlen(cNextSection)+1;

the error is ...error C2664: 'strlen' : cannot convert parameter 1 from 'TCHAR *' to 'const char *'
Please help me out...
GeneralRe: createDirectory..issue Pin
Cedric Moonen20-Mar-09 0:11
Cedric Moonen20-Mar-09 0:11 
GeneralRe: createDirectory..issue Pin
siva45520-Mar-09 0:25
siva45520-Mar-09 0:25 
QuestionHow to put multiline text in a Message Box Pin
pandit8419-Mar-09 21:16
pandit8419-Mar-09 21:16 
AnswerRe: How to put multiline text in a Message Box Pin
Cedric Moonen19-Mar-09 21:38
Cedric Moonen19-Mar-09 21:38 
GeneralRe: How to put multiline text in a Message Box Pin
pandit8419-Mar-09 21:55
pandit8419-Mar-09 21:55 
GeneralRe: How to put multiline text in a Message Box Pin
Cedric Moonen19-Mar-09 22:00
Cedric Moonen19-Mar-09 22:00 
GeneralRe: How to put multiline text in a Message Box Pin
pandit8419-Mar-09 23:38
pandit8419-Mar-09 23:38 
QuestionVector Memory Allocation Pin
Akash Agrawal19-Mar-09 20:21
Akash Agrawal19-Mar-09 20:21 
AnswerRe: Vector Memory Allocation Pin
N a v a n e e t h19-Mar-09 20:36
N a v a n e e t h19-Mar-09 20:36 
GeneralRe: Vector Memory Allocation Pin
Akash Agrawal19-Mar-09 20:38
Akash Agrawal19-Mar-09 20:38 
GeneralRe: Vector Memory Allocation Pin
N a v a n e e t h19-Mar-09 20:50
N a v a n e e t h19-Mar-09 20:50 
AnswerRe: Vector Memory Allocation Pin
«_Superman_»19-Mar-09 20:36
professional«_Superman_»19-Mar-09 20:36 
AnswerRe: Vector Memory Allocation Pin
Stuart Dootson19-Mar-09 23:13
professionalStuart Dootson19-Mar-09 23:13 
GeneralRe: Vector Memory Allocation Pin
Akash Agrawal24-Mar-09 3:34
Akash Agrawal24-Mar-09 3:34 
QuestionHow to Delete a used file in C++? Pin
002comp19-Mar-09 19:54
002comp19-Mar-09 19:54 
AnswerRe: How to Delete a used file in C++? Pin
Jerry.Wang19-Mar-09 20:03
Jerry.Wang19-Mar-09 20:03 
GeneralRe: How to Delete a used file in C++? Pin
002comp19-Mar-09 20:39
002comp19-Mar-09 20:39 

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.