Click here to Skip to main content
15,919,178 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to change float to char* Pin
Ryan Binns3-Jul-03 15:39
Ryan Binns3-Jul-03 15:39 
AnswerRe: how to change float to char* Pin
Harald Krause3-Jul-03 5:48
Harald Krause3-Jul-03 5:48 
GeneralThanks Pin
Angel Kid3-Jul-03 5:59
Angel Kid3-Jul-03 5:59 
AnswerRe: how to change float to char* Pin
John M. Drescher3-Jul-03 6:04
John M. Drescher3-Jul-03 6:04 
GeneralConvert BSTR to char* Pin
RvD20023-Jul-03 5:18
sussRvD20023-Jul-03 5:18 
GeneralRe: Convert BSTR to char* Pin
Ryan Binns3-Jul-03 5:27
Ryan Binns3-Jul-03 5:27 
GeneralRe: Convert BSTR to char* Pin
RvD20023-Jul-03 6:36
sussRvD20023-Jul-03 6:36 
GeneralRe: Convert BSTR to char* Pin
Michael Dunn3-Jul-03 6:48
sitebuilderMichael Dunn3-Jul-03 6:48 
That won't work because the converted string is stored on the stack, and it goes out of scope as soon as the function returns. Use the macros inline, instead of in separate functions like that.

--Mike--
"So where does that leave us? Well, it leaves us right back where we started, only more confused than before." -- Matt Gullett
Ericahist | Homepage | RightClick-Encrypt | 1ClickPicGrabber

GeneralRe: Convert BSTR to char* Pin
RvD20023-Jul-03 6:52
sussRvD20023-Jul-03 6:52 
GeneralRe: Convert BSTR to char* Pin
Michael Dunn3-Jul-03 7:27
sitebuilderMichael Dunn3-Jul-03 7:27 
GeneralRe: Convert BSTR to char* Pin
RvD20023-Jul-03 7:32
sussRvD20023-Jul-03 7:32 
GeneralRe: Convert BSTR to char* Pin
Ryan Binns3-Jul-03 14:41
Ryan Binns3-Jul-03 14:41 
GeneralRe: Convert BSTR to char* Pin
Anonymous3-Jul-03 9:16
Anonymous3-Jul-03 9:16 
Questionconvert double to string? Pin
Sunnygirl3-Jul-03 5:15
Sunnygirl3-Jul-03 5:15 
AnswerRe: convert double to string? Pin
RvD20023-Jul-03 5:21
sussRvD20023-Jul-03 5:21 
AnswerRe: convert double to string? Pin
Ryan Binns3-Jul-03 5:23
Ryan Binns3-Jul-03 5:23 
AnswerRe: convert double to string? Pin
John M. Drescher3-Jul-03 5:24
John M. Drescher3-Jul-03 5:24 
GeneralRe: convert double to string? Pin
Ryan Binns3-Jul-03 5:28
Ryan Binns3-Jul-03 5:28 
GeneralRe: convert double to string? Pin
John M. Drescher3-Jul-03 5:31
John M. Drescher3-Jul-03 5:31 
GeneralRe: accessing elements of a struct that are in an array of structs Pin
Cedric Moonen3-Jul-03 4:48
Cedric Moonen3-Jul-03 4:48 
GeneralRe: accessing elements of a struct that are in an array of structs Pin
johnstonsk3-Jul-03 5:05
johnstonsk3-Jul-03 5:05 
GeneralRe: accessing elements of a struct that are in an array of structs Pin
AlexO3-Jul-03 5:27
AlexO3-Jul-03 5:27 
GeneralStopping a Mouse Click from changing keyboard focus Pin
fluxt3-Jul-03 4:03
fluxt3-Jul-03 4:03 
GeneralRe: Stopping a Mouse Click from changing keyboard focus Pin
basementman3-Jul-03 4:40
basementman3-Jul-03 4:40 
GeneralRe: Stopping a Mouse Click from changing keyboard focus Pin
fluxt3-Jul-03 5:07
fluxt3-Jul-03 5:07 

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.