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

C / C++ / MFC

 
GeneralOne time initialization after modal dialog box is shown Pin
harmendejong3-Aug-03 21:52
harmendejong3-Aug-03 21:52 
GeneralRe: One time initialization after modal dialog box is shown Pin
David Crow4-Aug-03 5:34
David Crow4-Aug-03 5:34 
GeneralRe: One time initialization after modal dialog box is shown Pin
PJ Arends4-Aug-03 5:42
professionalPJ Arends4-Aug-03 5:42 
QuestionHow to combine a dll into exe-file ? Pin
suninwater3-Aug-03 21:45
suninwater3-Aug-03 21:45 
AnswerRe: How to combine a dll into exe-file ? Pin
Joe Woodbury3-Aug-03 22:05
professionalJoe Woodbury3-Aug-03 22:05 
QuestionHow i can recognize what stream use any control Pin
El'Cachubrey3-Aug-03 21:33
El'Cachubrey3-Aug-03 21:33 
GeneralSerializing class derived from CArray Pin
Mike Ellertson3-Aug-03 20:46
sussMike Ellertson3-Aug-03 20:46 
GeneralRe: Serializing class derived from CArray Pin
Ryan Binns4-Aug-03 2:07
Ryan Binns4-Aug-03 2:07 
It's a limitation of the macro expansion capability of the preprocessor. The preprocessor splits the parameters where it sees commas. It does not parse its parameters at all. Basically, what it means is that the only way you can do this is to get the MFC source definitions for IMPLEMENT_SERIAL() and code it directly, rather than using the macro.

It's a pain in the neck, but the only way, I'm afraid.

Hope this helps,

Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

GeneralRe: Serializing class derived from CArray Pin
Mikey_E5-Aug-03 7:09
professionalMikey_E5-Aug-03 7:09 
GeneralI solved the problem - have no idea why this work - take a look. Pin
devvvy3-Aug-03 20:18
devvvy3-Aug-03 20:18 
GeneralRe: I solved the problem - have no idea why this work - take a look. Pin
BoudewijnEctor4-Aug-03 4:03
BoudewijnEctor4-Aug-03 4:03 
GeneralCapturing Video Surface Pin
Chiew Heng Wah3-Aug-03 20:16
Chiew Heng Wah3-Aug-03 20:16 
GeneralRe: Capturing Video Surface Pin
Joey Bloggs3-Aug-03 22:32
Joey Bloggs3-Aug-03 22:32 
GeneralRe: Capturing Video Surface Pin
Chiew Heng Wah4-Aug-03 1:04
Chiew Heng Wah4-Aug-03 1:04 
GeneralRe: Capturing Video Surface Pin
Kochise4-Aug-03 2:02
Kochise4-Aug-03 2:02 
GeneralRe: Capturing Video Surface Pin
Chiew Heng Wah4-Aug-03 22:07
Chiew Heng Wah4-Aug-03 22:07 
GeneralRe: Capturing Video Surface Pin
Member 161799930-May-05 4:53
Member 161799930-May-05 4:53 
QuestionHow to capture the file name while doing saving process of a file Pin
tha_siva3-Aug-03 20:01
tha_siva3-Aug-03 20:01 
GeneralBitmap constructor Pin
devvvy3-Aug-03 19:47
devvvy3-Aug-03 19:47 
GeneralLooking for graphics app shell Pin
Ken Turkowki3-Aug-03 19:45
Ken Turkowki3-Aug-03 19:45 
GeneralRe: Looking for graphics app shell Pin
Andrew Walker4-Aug-03 1:53
Andrew Walker4-Aug-03 1:53 
GeneralRetrieving LAN ipaddress range programmatically Pin
haritadala3-Aug-03 19:04
haritadala3-Aug-03 19:04 
GeneralRe: Retrieving LAN ipaddress range programmatically Pin
geo_m3-Aug-03 21:16
geo_m3-Aug-03 21:16 
GeneralCreate Header & Source Files Pin
yitzhak3-Aug-03 18:46
yitzhak3-Aug-03 18:46 
GeneralRe: Create Header & Source Files Pin
Frank K3-Aug-03 19:52
Frank K3-Aug-03 19:52 

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.