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

C / C++ / MFC

 
GeneralRe: Export functions in an exe Pin
Stephane Rodriguez.11-Oct-02 0:16
Stephane Rodriguez.11-Oct-02 0:16 
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 
You are a lot better off making your EXE a local COM server, than trying to call in to it as if it were a DLL. COM handles all of the process/context issues for you, and you don't have to worry about calling differences between DLL's, and all that stuff.

By the way: it's easy to make an existing application act as a COM server as well as continue its normal activity.

Gary R. Wheeler

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 
GeneralRe: Handle vs Pointer Pin
stevenson10-Oct-02 20:43
stevenson10-Oct-02 20:43 
GeneralChanging the font of a CStatic Pin
monrobot1310-Oct-02 17:22
monrobot1310-Oct-02 17:22 
GeneralRe: Changing the font of a CStatic Pin
Nish Nishant10-Oct-02 18:07
sitebuilderNish Nishant10-Oct-02 18:07 
GeneralRe: Changing the font of a CStatic Pin
monrobot1310-Oct-02 19:40
monrobot1310-Oct-02 19:40 
Questionhow to delete the margins when print with mfc Pin
Anonymous10-Oct-02 16:58
Anonymous10-Oct-02 16:58 
AnswerRe: how to delete the margins when print with mfc Pin
Gary R. Wheeler11-Oct-02 16:39
Gary R. Wheeler11-Oct-02 16:39 
GeneralCall dll from within an exe Pin
DarrollWalsh10-Oct-02 16:53
DarrollWalsh10-Oct-02 16:53 

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.