Click here to Skip to main content
16,005,491 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to use vector.push_back correctly and efficiently? Pin
George225-Apr-03 3:33
George225-Apr-03 3:33 
GeneralRe: How to use vector.push_back correctly and efficiently? Pin
jhwurmbach25-Apr-03 4:53
jhwurmbach25-Apr-03 4:53 
GeneralWin API and classwizard Pin
73Zeppelin24-Apr-03 17:57
73Zeppelin24-Apr-03 17:57 
QuestionHow to make a CPropertySheet's help button invisible? Pin
fat88824-Apr-03 16:51
fat88824-Apr-03 16:51 
AnswerRe: How to make a CPropertySheet's help button invisible? Pin
Joan M24-Apr-03 21:52
professionalJoan M24-Apr-03 21:52 
AnswerRe: How to make a CPropertySheet's help button invisible? Pin
David Crow25-Apr-03 2:56
David Crow25-Apr-03 2:56 
GeneralDLL help Pin
psksvp24-Apr-03 16:19
psksvp24-Apr-03 16:19 
GeneralRe: DLL help Pin
John R. Shaw24-Apr-03 17:12
John R. Shaw24-Apr-03 17:12 
:(No but I do have a suggetion.

In sted of using __declspec(dllexport) use a .def file that way you will not have to modify the code. Cry | :(( You will still have to enter all the function names in the EXPORT section.

Smile | :) You might also try a document generator like Doxygen, you should be able generate .html documents then (1)find the list of functions (2)strip the HTML code (3)cut and copy to .def file (4)ether add the ordinal values (foo @1) manualy or write a small program to do it for you (my personal choice).

My second choice would be to write a small program that takes a list of header files (or allows you to select a list) and parse them to generate a list of function names (or generate a .def file).



May the code gods be with you!
GeneralRe: DLL help Pin
Antti Keskinen25-Apr-03 6:39
Antti Keskinen25-Apr-03 6:39 
GeneralEdit Control Pin
Anthony988724-Apr-03 15:57
Anthony988724-Apr-03 15:57 
GeneralRe: Edit Control Pin
John R. Shaw24-Apr-03 17:39
John R. Shaw24-Apr-03 17:39 
GeneralRe: Edit Control Pin
Toni7825-Apr-03 7:41
Toni7825-Apr-03 7:41 
Generalgethostbyaddr() Pin
Swinefeaster24-Apr-03 15:17
Swinefeaster24-Apr-03 15:17 
GeneralRe: gethostbyaddr() Pin
bcraun24-Apr-03 16:41
bcraun24-Apr-03 16:41 
GeneralRe: gethostbyaddr() Pin
Swinefeaster25-Apr-03 7:10
Swinefeaster25-Apr-03 7:10 
GeneralRe: gethostbyaddr() Pin
Swinefeaster25-Apr-03 7:41
Swinefeaster25-Apr-03 7:41 
GeneralDistributing software to locked down PCs Pin
Chris Hafey24-Apr-03 13:42
Chris Hafey24-Apr-03 13:42 
GeneralOwner drawn CListCtrl Pin
alex.barylski24-Apr-03 13:20
alex.barylski24-Apr-03 13:20 
GeneralRe: Owner drawn CListCtrl Pin
tinyegg24-Apr-03 16:44
tinyegg24-Apr-03 16:44 
GeneralPlaySound() Pin
Selevercin24-Apr-03 11:39
Selevercin24-Apr-03 11:39 
GeneralRe: PlaySound() Pin
Rickard Andersson2024-Apr-03 11:50
Rickard Andersson2024-Apr-03 11:50 
GeneralRe: PlaySound() Pin
Selevercin24-Apr-03 12:16
Selevercin24-Apr-03 12:16 
GeneralRe: PlaySound() Pin
Rickard Andersson2024-Apr-03 21:37
Rickard Andersson2024-Apr-03 21:37 
GeneralRe: PlaySound() Pin
Gary Kirkham24-Apr-03 11:52
Gary Kirkham24-Apr-03 11:52 
GeneralRe: PlaySound() Pin
User 665824-Apr-03 12:11
User 665824-Apr-03 12:11 

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.