Click here to Skip to main content
15,923,852 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Reading a USB device Pin
David Crow27-Mar-08 9:34
David Crow27-Mar-08 9:34 
QuestionRe: Reading a USB device Pin
koumodaki27-Mar-08 9:40
koumodaki27-Mar-08 9:40 
GeneralRe: Reading a USB device Pin
JudyL_MD27-Mar-08 9:31
JudyL_MD27-Mar-08 9:31 
GeneralRe: Reading a USB device Pin
koumodaki27-Mar-08 9:41
koumodaki27-Mar-08 9:41 
QuestionRe: Reading a USB device Pin
David Crow27-Mar-08 10:14
David Crow27-Mar-08 10:14 
GeneralRe: Reading a USB device Pin
JudyL_MD27-Mar-08 10:25
JudyL_MD27-Mar-08 10:25 
GeneralRe: Reading a USB device Pin
David Crow27-Mar-08 10:30
David Crow27-Mar-08 10:30 
QuestionAutomatically generate serialization code? Pin
Adrian Idar (Ln)27-Mar-08 5:53
Adrian Idar (Ln)27-Mar-08 5:53 
I'm looking for a way of identifying the data members of a number of classes that need to be serialized

Boost serialization would be used - but what I'm looking for is a way to automatically generate the serialization helpers.

The idea would be to:
1) Run an utility (parser) that scans the C++ code and identifies the data members
2) From the data members generate .inl files (one for each class) that would contain the boost::serialize() method
3) Have the .inl files included in the corresponding cpps
4) Compile and link...

These are classes that are modified on a daily basis by other people. Maintaining the serialization code manually would not be an option - looking for an automated way.

Definitely someone else had solved this problem (with this approach or a different one). Let me know if you know anything about that.

Thanks,
Adrian
QuestionRe: Automatically generate serialization code? Pin
CPallini27-Mar-08 6:00
mveCPallini27-Mar-08 6:00 
QuestionGdiplus::Bitmap will using a file in read-exclusive mode? Pin
followait27-Mar-08 5:11
followait27-Mar-08 5:11 
Questionhow to hook the window API such as messagebox? thanks Pin
King Tran27-Mar-08 5:10
King Tran27-Mar-08 5:10 
AnswerRe: how to hook the window API such as messagebox? thanks Pin
James R. Twine27-Mar-08 7:32
James R. Twine27-Mar-08 7:32 
AnswerRe: how to hook the window API such as messagebox? thanks Pin
Stephen Hewitt27-Mar-08 14:35
Stephen Hewitt27-Mar-08 14:35 
GeneralRe: how to hook the window API such as messagebox? thanks Pin
King Tran29-Mar-08 2:45
King Tran29-Mar-08 2:45 
GeneralHelp me please Pin
Member 417463927-Mar-08 4:31
Member 417463927-Mar-08 4:31 
GeneralRe: Help me please PinPopular
led mike27-Mar-08 4:42
led mike27-Mar-08 4:42 
GeneralRe: Help me please Pin
David Crow27-Mar-08 4:57
David Crow27-Mar-08 4:57 
GeneralRe: Help me please Pin
led mike27-Mar-08 5:05
led mike27-Mar-08 5:05 
GeneralRe: Help me please Pin
Member 417463927-Mar-08 5:26
Member 417463927-Mar-08 5:26 
QuestionRe: Help me please Pin
CPallini27-Mar-08 5:34
mveCPallini27-Mar-08 5:34 
GeneralRe: Help me please Pin
Member 417463927-Mar-08 5:43
Member 417463927-Mar-08 5:43 
GeneralRe: Help me please Pin
CPallini27-Mar-08 5:58
mveCPallini27-Mar-08 5:58 
GeneralRe: Help me please Pin
toxcct27-Mar-08 6:19
toxcct27-Mar-08 6:19 
GeneralRe: Help me please Pin
CPallini27-Mar-08 6:33
mveCPallini27-Mar-08 6:33 
GeneralException-Safe Copy Assignment Pin
George_George27-Mar-08 4:14
George_George27-Mar-08 4:14 

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.