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

C / C++ / MFC

 
GeneralRe: Export functions in an exe Pin
Rickard Andersson2010-Oct-02 22:35
Rickard Andersson2010-Oct-02 22:35 
GeneralRe: Export functions in an exe Pin
Joel Lucsy11-Oct-02 3:52
Joel Lucsy11-Oct-02 3:52 
GeneralRe: Export functions in an exe Pin
Stephane Rodriguez.10-Oct-02 23:25
Stephane Rodriguez.10-Oct-02 23:25 
GeneralRe: Export functions in an exe Pin
DarrollWalsh10-Oct-02 23:30
DarrollWalsh10-Oct-02 23:30 
GeneralRe: Export functions in an exe Pin
Stephane Rodriguez.10-Oct-02 23:32
Stephane Rodriguez.10-Oct-02 23:32 
GeneralRe: Export functions in an exe Pin
DarrollWalsh10-Oct-02 23:40
DarrollWalsh10-Oct-02 23:40 
GeneralRe: Export functions in an exe Pin
Rickard Andersson2010-Oct-02 23:51
Rickard Andersson2010-Oct-02 23:51 
GeneralRe: Export functions in an exe Pin
Stephane Rodriguez.11-Oct-02 0:16
Stephane Rodriguez.11-Oct-02 0:16 
A .def file only eliminates the need to add __declspec(dllexport) attributes alongside with each function you export.

Exporting functions does not work for an exe : there is no __declspec(process) attribute. Attempting to export a .exe function using dllexport will just prompt the loading of the .dll file, which does not exist!

Export interfaces instead. That's what COM is about.



She's so dirty, she threw a boomerang and it wouldn't even come back.
GeneralRe: Export functions in an exe Pin
Simon Steele11-Oct-02 0:50
Simon Steele11-Oct-02 0:50 
GeneralRe: Export functions in an exe Pin
Simon Steele11-Oct-02 1:17
Simon Steele11-Oct-02 1:17 
GeneralRe: Export functions in an exe Pin
Rickard Andersson2011-Oct-02 1:52
Rickard Andersson2011-Oct-02 1:52 
GeneralRe: Export functions in an exe Pin
DarrollWalsh11-Oct-02 1:59
DarrollWalsh11-Oct-02 1:59 
GeneralRe: Export functions in an exe Pin
Paul M Watt11-Oct-02 6:01
mentorPaul M Watt11-Oct-02 6:01 
GeneralRe: Export functions in an exe Pin
Stephane Rodriguez.11-Oct-02 6:30
Stephane Rodriguez.11-Oct-02 6:30 
GeneralRe: Export functions in an exe Pin
Gary R. Wheeler11-Oct-02 16:34
Gary R. Wheeler11-Oct-02 16:34 
QuestionHow to capture a frame from avi correctly? Pin
csqlhy10-Oct-02 20:25
csqlhy10-Oct-02 20:25 
GeneralDialog Box focus Pin
ShahShehpuri10-Oct-02 19:59
sussShahShehpuri10-Oct-02 19:59 
GeneralRe: Dialog Box focus Pin
alex.barylski10-Oct-02 20:09
alex.barylski10-Oct-02 20:09 
GeneralRe: Dialog Box focus Pin
ShahShehpori10-Oct-02 20:38
sussShahShehpori10-Oct-02 20:38 
GeneralHandle vs Pointer Pin
stevenson10-Oct-02 17:24
stevenson10-Oct-02 17:24 
GeneralRe: Handle vs Pointer Pin
Chris Losinger10-Oct-02 17:49
professionalChris Losinger10-Oct-02 17:49 
GeneralRe: Handle vs Pointer Pin
stevenson10-Oct-02 18:18
stevenson10-Oct-02 18:18 
GeneralRe: Handle vs Pointer Pin
stevenson10-Oct-02 18:24
stevenson10-Oct-02 18:24 
GeneralRe: Handle vs Pointer Pin
Nish Nishant10-Oct-02 20:00
sitebuilderNish Nishant10-Oct-02 20:00 
GeneralRe: Handle vs Pointer Pin
Michael Dunn10-Oct-02 20:04
sitebuilderMichael Dunn10-Oct-02 20: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.