Click here to Skip to main content
15,922,325 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
Questionnew to atl Pin
6-Oct-05 22:10
suss6-Oct-05 22:10 
AnswerRe: new to atl Pin
Kevin McFarlane7-Oct-05 6:34
Kevin McFarlane7-Oct-05 6:34 
QuestionBoost Pin
Ed K6-Oct-05 10:06
Ed K6-Oct-05 10:06 
GeneralRe: Boost Pin
Rob Caldecott6-Oct-05 11:24
Rob Caldecott6-Oct-05 11:24 
QuestionHow to convert a CString to DWORD in C++ Pin
ClockDivider6-Oct-05 8:28
ClockDivider6-Oct-05 8:28 
AnswerRe: How to convert a CString to DWORD in C++ Pin
Michael Dunn7-Oct-05 9:16
sitebuilderMichael Dunn7-Oct-05 9:16 
GeneralRe: How to convert a CString to DWORD in C++ Pin
ClockDivider8-Oct-05 3:45
ClockDivider8-Oct-05 3:45 
QuestionRe: How to convert a CString to DWORD in C++ Pin
James R. Twine10-Oct-05 8:05
James R. Twine10-Oct-05 8:05 
   Although you already have an answer to the CString-related issue, I note that you are using wcstod(...) instead of wcstoul(...).

   I could understand if you might be handing strings that contain values in the higher ranges of the double type, but you are truncating them via the cast to DWORD...

   Passing an unsigned short type as the second parameter to the wcstod(...) function might be technically incorrect now, too; it should be wchar_t, as wchar_t is (can map to) a native type in VC++ .Net and above (see __wchar_t for details).

   Peace!

-=- 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!
Tip for new SUV drivers: Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
DeleteFXPFiles & CheckFavorites
(Please rate this post!)
Questionwhere is CB_GETCURSEL posted to/from? Pin
petevam5-Oct-05 9:34
petevam5-Oct-05 9:34 
AnswerRe: where is CB_GETCURSEL posted to/from? Pin
petevam6-Oct-05 8:37
petevam6-Oct-05 8:37 
QuestionATL7 idl enum Pin
Member 22968885-Oct-05 8:28
Member 22968885-Oct-05 8:28 
AnswerRe: ATL7 idl enum Pin
JonEngle14-Oct-05 8:29
JonEngle14-Oct-05 8:29 
Question.Activex From Third Party Library Pin
Project Leader5-Oct-05 4:40
Project Leader5-Oct-05 4:40 
Question.Activex From Third Party Library Pin
Project Leader5-Oct-05 4:37
Project Leader5-Oct-05 4:37 
Question'ImageList_Read': identifier not found, even with argument-dependent lookup Pin
svirmani3-Oct-05 18:49
svirmani3-Oct-05 18:49 
AnswerRe: 'ImageList_Read': identifier not found, even with argument-dependent lookup Pin
Jörgen Sigvardsson3-Oct-05 23:36
Jörgen Sigvardsson3-Oct-05 23:36 
QuestionATL newbie, pls help Pin
benjnp3-Oct-05 15:31
benjnp3-Oct-05 15:31 
QuestionATL Compnent Pin
Project Leader2-Oct-05 21:09
Project Leader2-Oct-05 21:09 
QuestionTLH files Pin
nvamshi29-Sep-05 18:10
nvamshi29-Sep-05 18:10 
AnswerRe: TLH files Pin
ThatsAlok29-Sep-05 19:29
ThatsAlok29-Sep-05 19:29 
GeneralRe: TLH files Pin
Jörgen Sigvardsson30-Sep-05 9:12
Jörgen Sigvardsson30-Sep-05 9:12 
Questionwhy i always occur an error when i operate the hdc of the composite control? Pin
at2000129-Sep-05 6:22
at2000129-Sep-05 6:22 
QuestionPLEASE HELP ME Pin
honae29-Sep-05 3:18
honae29-Sep-05 3:18 
Questionhow do i pass UDT to from Compnt to ClientApp? Pin
Eytukan29-Sep-05 1:08
Eytukan29-Sep-05 1:08 
GeneralRe: how do i pass UDT to from Compnt to ClientApp? Pin
Jörgen Sigvardsson29-Sep-05 9:36
Jörgen Sigvardsson29-Sep-05 9: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.