Click here to Skip to main content
16,015,351 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Crash in my program when the screensaver is running Pin
ThatsAlok14-Nov-05 1:15
ThatsAlok14-Nov-05 1:15 
GeneralRe: Crash in my program when the screensaver is running Pin
André RB14-Nov-05 4:25
André RB14-Nov-05 4:25 
GeneralRe: Crash in my program when the screensaver is running Pin
normanS14-Nov-05 18:22
normanS14-Nov-05 18:22 
GeneralRe: Crash in my program when the screensaver is running Pin
André RB15-Nov-05 23:38
André RB15-Nov-05 23:38 
QuestionRe: Crash in my program when the screensaver is running Pin
David Crow15-Nov-05 3:53
David Crow15-Nov-05 3:53 
QuestionPassing structures using WM_COPYDATA between processes Pin
Axonn Echysttas14-Nov-05 0:05
Axonn Echysttas14-Nov-05 0:05 
AnswerRe: Passing structures using WM_COPYDATA between processes Pin
kakan14-Nov-05 2:12
professionalkakan14-Nov-05 2:12 
AnswerRe: Passing structures using WM_COPYDATA between processes Pin
Tim Smith14-Nov-05 3:01
Tim Smith14-Nov-05 3:01 
WM_COPYDATA will only copy the root data in the buffer. Thus things such as pointers to other objects will only have the pointers and not the objects copied. In your case, the BSTR pointers will be copied but the strings the point to will not be.

All the data must be serialized into a single buffer containing no pointers to other data.

Tim Smith

I'm going to patent thought. I have yet to see any prior art.
QuestionSHBrowseForFolder Pin
Rage13-Nov-05 23:37
professionalRage13-Nov-05 23:37 
AnswerRe: SHBrowseForFolder Pin
*Dreamz14-Nov-05 0:08
*Dreamz14-Nov-05 0:08 
AnswerRe: SHBrowseForFolder Pin
David Crow14-Nov-05 2:40
David Crow14-Nov-05 2:40 
AnswerA long standing favorite... Pin
jhwurmbach14-Nov-05 3:06
jhwurmbach14-Nov-05 3:06 
QuestionDraw arc algorithm Pin
gandalf198313-Nov-05 23:21
gandalf198313-Nov-05 23:21 
AnswerRe: Draw arc algorithm Pin
Rajesh R Subramanian13-Nov-05 23:30
professionalRajesh R Subramanian13-Nov-05 23:30 
Questioncaveats when exporting classes from a dll? Pin
WernerP13-Nov-05 22:48
WernerP13-Nov-05 22:48 
AnswerRe: caveats when exporting classes from a dll? Pin
Steen Krogsgaard14-Nov-05 2:24
Steen Krogsgaard14-Nov-05 2:24 
GeneralRe: caveats when exporting classes from a dll? Pin
WernerP14-Nov-05 5:59
WernerP14-Nov-05 5:59 
GeneralRe: caveats when exporting classes from a dll? Pin
Steen Krogsgaard14-Nov-05 23:23
Steen Krogsgaard14-Nov-05 23:23 
AnswerRe: caveats when exporting classes from a dll? Pin
cmk14-Nov-05 12:56
cmk14-Nov-05 12:56 
GeneralRe: caveats when exporting classes from a dll? Pin
WernerP15-Nov-05 0:18
WernerP15-Nov-05 0:18 
GeneralRe: caveats when exporting classes from a dll? Pin
cmk15-Nov-05 0:47
cmk15-Nov-05 0:47 
QuestionWindow caption at center Pin
pc_dev13-Nov-05 22:44
pc_dev13-Nov-05 22:44 
AnswerRe: Window caption at center Pin
Roger Allen14-Nov-05 0:43
Roger Allen14-Nov-05 0:43 
GeneralRe: Window caption at center Pin
vikas amin14-Nov-05 1:28
vikas amin14-Nov-05 1:28 
AnswerRe: Window caption at center Pin
ThatsAlok14-Nov-05 1:12
ThatsAlok14-Nov-05 1:12 

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.