Click here to Skip to main content
15,925,661 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: how to implement pass a struct parameter from a com Pin
Anonymous12-Oct-05 17:42
Anonymous12-Oct-05 17:42 
GeneralRe: how to implement pass a struct parameter from a com Pin
wlwlxj14-Oct-05 21:07
wlwlxj14-Oct-05 21:07 
QuestionGUI Framework Pin
Al Baraki11-Oct-05 6:20
Al Baraki11-Oct-05 6:20 
AnswerRe: GUI Framework Pin
HeartFriend12-Oct-05 15:07
HeartFriend12-Oct-05 15:07 
GeneralRe: GUI Framework Pin
Anonymous13-Oct-05 2:05
Anonymous13-Oct-05 2:05 
AnswerADVERTISING Pin
Anonymous13-Oct-05 2:11
Anonymous13-Oct-05 2:11 
QuestionATL Composite control - help Pin
v_srinu_26_f9-Oct-05 23:13
v_srinu_26_f9-Oct-05 23:13 
AnswerRe: ATL Composite control - help Pin
Jeffrey Walton14-Oct-05 4:50
Jeffrey Walton14-Oct-05 4:50 
QuestionWhy my composite control receives WM_PAINT frequently when in the IE container. Pin
at200019-Oct-05 21:49
at200019-Oct-05 21:49 
AnswerRe: Why my composite control receives WM_PAINT frequently when in the IE container. Pin
Sheng Jiang 蒋晟24-Oct-05 19:20
Sheng Jiang 蒋晟24-Oct-05 19:20 
Questionhow to get the hwnd of activex control Pin
jie_h9-Oct-05 21:40
jie_h9-Oct-05 21:40 
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 

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.