Click here to Skip to main content
15,901,122 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: convert from char[256] to LPCTSTR Pin
Rajkumar R5-May-08 0:18
Rajkumar R5-May-08 0:18 
GeneralRe: convert from char[256] to LPCTSTR Pin
josip cagalj5-May-08 0:33
josip cagalj5-May-08 0:33 
GeneralRe: convert from char[256] to LPCTSTR Pin
Rajkumar R5-May-08 0:40
Rajkumar R5-May-08 0:40 
NewsRe: convert from char[256] to LPCTSTR Pin
James R. Twine5-May-08 6:33
James R. Twine5-May-08 6:33 
QuestionRegarding send and receive . Conversation problem. Pin
amit_pansuria4-May-08 22:57
amit_pansuria4-May-08 22:57 
AnswerRe: Regarding send and receive . Conversation problem. [modified] Pin
Rajesh R Subramanian4-May-08 23:03
professionalRajesh R Subramanian4-May-08 23:03 
AnswerRe: Regarding send and receive . Conversation problem. Pin
CPallini4-May-08 23:03
mveCPallini4-May-08 23:03 
AnswerRe: Regarding send and receive . Conversation problem. Pin
ThatsAlok4-May-08 23:44
ThatsAlok4-May-08 23:44 
jsut look at library reference of COleVariant Class or you could change you code like this :-



amit_pansuria wrote:
const char *buff;
obj.send(buff);


const char *buff = "Something";
COleVariant vtBuff(buff);
obj.send(vtBuff);

"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
Never mind - my own stupidity is the source of every "problem" - Mixture


cheers,
Alok Gupta
VC Forum Q&A :- I/IV
Support CRY- Child Relief and You/codeProject$$>

GeneralRe: Regarding send and receive . Conversation problem. Pin
amit_pansuria5-May-08 0:24
amit_pansuria5-May-08 0:24 
GeneralRe: Regarding send and receive . Conversation problem. Pin
ThatsAlok5-May-08 2:06
ThatsAlok5-May-08 2:06 
GeneralRe: Regarding send and receive . Conversation problem. Pin
amit_pansuria5-May-08 2:47
amit_pansuria5-May-08 2:47 
GeneralRe: Regarding send and receive . Conversation problem. Pin
ThatsAlok5-May-08 3:21
ThatsAlok5-May-08 3:21 
GeneralRe: Regarding send and receive . Conversation problem. Pin
amit_pansuria5-May-08 3:42
amit_pansuria5-May-08 3:42 
GeneralRe: Regarding send and receive . Conversation problem. Pin
David Crow5-May-08 3:58
David Crow5-May-08 3:58 
GeneralRe: Regarding send and receive . Conversation problem. Pin
amit_pansuria5-May-08 4:26
amit_pansuria5-May-08 4:26 
GeneralRe: Regarding send and receive . Conversation problem. Pin
David Crow5-May-08 4:39
David Crow5-May-08 4:39 
QuestionHow to write to file from other program Pin
pl_kode4-May-08 22:40
pl_kode4-May-08 22:40 
AnswerRe: How to write to file from other program Pin
Rajesh R Subramanian4-May-08 22:43
professionalRajesh R Subramanian4-May-08 22:43 
GeneralRe: How to write to file from other program Pin
CPallini4-May-08 22:51
mveCPallini4-May-08 22:51 
GeneralRe: How to write to file from other program Pin
ThatsAlok4-May-08 23:49
ThatsAlok4-May-08 23:49 
AnswerRe: How to write to file from other program Pin
Nitheesh George4-May-08 23:12
Nitheesh George4-May-08 23:12 
AnswerRe: How to write to file from other program Pin
ThatsAlok4-May-08 23:47
ThatsAlok4-May-08 23:47 
QuestionHow to use OnTimer in modeless Dialog? Pin
hanlei00000000094-May-08 22:15
hanlei00000000094-May-08 22:15 
AnswerRe: How to use OnTimer in modeless Dialog? Pin
Cedric Moonen4-May-08 22:31
Cedric Moonen4-May-08 22:31 
AnswerRe: How to use OnTimer in modeless Dialog? Pin
Rajkumar R4-May-08 22:33
Rajkumar R4-May-08 22:33 

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.