Click here to Skip to main content
15,896,063 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to convert WCHAR* to FLOAT64? Pin
Mark Salsbery12-Dec-06 8:08
Mark Salsbery12-Dec-06 8:08 
AnswerRe: How to convert WCHAR* to FLOAT64? Pin
led mike12-Dec-06 8:10
led mike12-Dec-06 8:10 
AnswerRe: How to convert WCHAR* to FLOAT64? Pin
krmed12-Dec-06 8:11
krmed12-Dec-06 8:11 
GeneralRe: How to convert WCHAR* to FLOAT64? Pin
Stick^12-Dec-06 11:14
Stick^12-Dec-06 11:14 
AnswerRe: How to convert WCHAR* to FLOAT64? Pin
James R. Twine12-Dec-06 8:11
James R. Twine12-Dec-06 8:11 
GeneralRe: How to convert WCHAR* to FLOAT64? Pin
Zac Howland12-Dec-06 10:26
Zac Howland12-Dec-06 10:26 
GeneralRe: How to convert WCHAR* to FLOAT64? Pin
Stick^12-Dec-06 11:15
Stick^12-Dec-06 11:15 
GeneralRe: How to convert WCHAR* to FLOAT64? [modified] Pin
James R. Twine12-Dec-06 13:41
James R. Twine12-Dec-06 13:41 
   Hmmm... Not viewed my profile, eh?

   I have been programming on Windows ever since the 3.0 days and I have never seen FLOAT64.  I would bet that the typedef is not found in a common (common as is commonly available) MS SDK file.  In fact, the only pseudo-Windows-specific place I can find it is in MSIL, and this IS the VC++ board... Smile | :)

   Anyway... A 64-bit floating point variable is a double, and that is likely the real type behind the typedef.  In that case, something like ::_wcstod(...) should do the trick.

   Peace!


-- modified at 8:24 Wednesday 13th December, 2006

-=- James
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
DeleteFXPFiles & CheckFavorites
(Please rate this post!)

GeneralRe: How to convert WCHAR* to FLOAT64? Pin
Stick^12-Dec-06 15:14
Stick^12-Dec-06 15:14 
GeneralRe: How to convert WCHAR* to FLOAT64? Pin
James R. Twine13-Dec-06 2:28
James R. Twine13-Dec-06 2:28 
GeneralRe: How to convert WCHAR* to FLOAT64? [modified] Pin
Rick York12-Dec-06 18:33
mveRick York12-Dec-06 18:33 
GeneralRe: How to convert WCHAR* to FLOAT64? Pin
Stick^12-Dec-06 22:49
Stick^12-Dec-06 22:49 
GeneralRe: How to convert WCHAR* to FLOAT64? Pin
James R. Twine13-Dec-06 2:30
James R. Twine13-Dec-06 2:30 
Questionupdate a table in a database Pin
zizzzz12-Dec-06 3:38
zizzzz12-Dec-06 3:38 
AnswerRe: update a table in a database Pin
Wes Aday12-Dec-06 4:21
professionalWes Aday12-Dec-06 4:21 
GeneralRe: update a table in a database Pin
zizzzz12-Dec-06 4:26
zizzzz12-Dec-06 4:26 
AnswerRe: update a table in a database Pin
David Crow12-Dec-06 6:53
David Crow12-Dec-06 6:53 
AnswerRe: update a table in a database Pin
S Douglas12-Dec-06 22:06
professionalS Douglas12-Dec-06 22:06 
QuestionRe: memory leak, arcex.cpp, Line 94 Pin
mla15412-Dec-06 2:57
mla15412-Dec-06 2:57 
AnswerRe: memory leak, arcex.cpp, Line 94 Pin
Mark Salsbery12-Dec-06 7:54
Mark Salsbery12-Dec-06 7:54 
QuestionCBCGPGridCtrl Pin
baerten12-Dec-06 2:26
baerten12-Dec-06 2:26 
AnswerRe: CBCGPGridCtrl Pin
James R. Twine12-Dec-06 3:43
James R. Twine12-Dec-06 3:43 
GeneralRe: CBCGPGridCtrl Pin
baerten12-Dec-06 3:50
baerten12-Dec-06 3:50 
GeneralRe: CBCGPGridCtrl Pin
S Douglas12-Dec-06 22:19
professionalS Douglas12-Dec-06 22:19 
GeneralRe: CBCGPGridCtrl Pin
baerten13-Dec-06 1:06
baerten13-Dec-06 1:06 

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.