Click here to Skip to main content
15,913,225 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Changing background color of dialog Pin
dart1318-May-04 2:59
dart1318-May-04 2:59 
GeneralPorts Pin
Member 87345217-May-04 7:10
Member 87345217-May-04 7:10 
GeneralRe: Ports Pin
David Chamberlain17-May-04 7:21
David Chamberlain17-May-04 7:21 
GeneralRe: Sending messages to CDateTimeCtrl using Buttons Pin
Andrew Whittle17-May-04 6:59
Andrew Whittle17-May-04 6:59 
QuestionHow to load DLL from memory, not disk Pin
MiCROHARD17-May-04 6:54
MiCROHARD17-May-04 6:54 
AnswerRe: How to load DLL from memory, not disk Pin
jmkhael17-May-04 7:00
jmkhael17-May-04 7:00 
GeneralRe: How to load DLL from memory, not disk Pin
MiCROHARD17-May-04 20:42
MiCROHARD17-May-04 20:42 
GeneralRe: How to load DLL from memory, not disk Pin
jmkhael17-May-04 22:15
jmkhael17-May-04 22:15 
GeneralRe: How to load DLL from memory, not disk Pin
MiCROHARD18-May-04 1:14
MiCROHARD18-May-04 1:14 
AnswerRe: How to load DLL from memory, not disk Pin
vividtang17-May-04 7:45
vividtang17-May-04 7:45 
AnswerRe: How to load DLL from memory, not disk Pin
Mahendra_78619-May-04 16:36
Mahendra_78619-May-04 16:36 
GeneralLink Error only in Release mode Pin
Nick Parker17-May-04 4:51
protectorNick Parker17-May-04 4:51 
GeneralRe: Link Error only in Release mode Pin
bikram singh17-May-04 4:55
bikram singh17-May-04 4:55 
GeneralRe: Link Error only in Release mode Pin
Nick Parker17-May-04 5:03
protectorNick Parker17-May-04 5:03 
GeneralRe: Link Error only in Release mode Pin
David Crow17-May-04 5:52
David Crow17-May-04 5:52 
GeneralRe: Link Error only in Release mode Pin
Nick Parker17-May-04 6:32
protectorNick Parker17-May-04 6:32 
GeneralRe: Link Error only in Release mode Pin
Antony M Kancidrowski17-May-04 6:32
Antony M Kancidrowski17-May-04 6:32 
GeneralRe: Link Error only in Release mode Pin
Prakash Nadar17-May-04 4:57
Prakash Nadar17-May-04 4:57 
GeneralADO C++ Pin
edataonline17-May-04 4:39
edataonline17-May-04 4:39 
GeneralRe: ADO C++ Pin
Antony M Kancidrowski17-May-04 6:41
Antony M Kancidrowski17-May-04 6:41 
QuestionHow to build a DataBase of data types (int, char, struct, …)? Pin
Michigan185417-May-04 4:26
Michigan185417-May-04 4:26 
AnswerRe: How to build a DataBase of data types (int, char, struct, …)? Pin
David Crow17-May-04 4:46
David Crow17-May-04 4:46 
It sounds like you need to preface each of your struct/class types with a specially-formatted comment. Then you could write a parser that would scan .h and .cpp files looking for known types (e.g., int, bool, char) and the aforementioned comments.

While not directly related, back in the mid 90s, I started using a product by Eric Artzt called AutoDuck. It was a utility he developed while working for Microsoft. It scanned source files for special comments and created .hlp files for developers to use.


"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)


GeneralRe: How to build a DataBase of data types (int, char, struct, …)? Pin
Michigan185417-May-04 4:53
Michigan185417-May-04 4:53 
GeneralRe: How to build a DataBase of data types (int, char, struct, …)? Pin
David Crow17-May-04 5:50
David Crow17-May-04 5:50 
GeneralRe: How to build a DataBase of data types (int, char, struct, …)? Pin
Michigan185417-May-04 6:04
Michigan185417-May-04 6:04 

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.