Click here to Skip to main content
15,890,579 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: How to repeat music by using vfw Pin
David Crow20-Mar-09 2:55
David Crow20-Mar-09 2:55 
AnswerRe: How to repeat music by using vfw Pin
xiwangxin22-Mar-09 22:23
xiwangxin22-Mar-09 22:23 
GeneralRe: How to repeat music by using vfw Pin
David Crow23-Mar-09 2:16
David Crow23-Mar-09 2:16 
GeneralRe: How to repeat music by using vfw Pin
xiwangxin23-Mar-09 22:16
xiwangxin23-Mar-09 22:16 
QuestionCMDIChildWnd not maximizing Pin
prithaa19-Mar-09 21:53
prithaa19-Mar-09 21:53 
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 
Hi,
When im trying to use CreateDirectory("C:\\test",NULL)...im getting the below error

CreateDirectoryW: cannot convert parameter 1 from 'const char [8]' to 'LPCWSTR

and one more doubt...
when im using
LPTSTR lpszBuffer;
lpszBuffer=new TCHAR[SIZEOFTCHAR];
char* cNext="";
cNext=lpszRetrunBuffer;

im able to get the below error....

error C2440: '=' : cannot convert from 'LPTSTR' to 'char *'...

Please help me out....
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 
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 

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.