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

C / C++ / MFC

 
GeneralRe: parser Pin
Anthony_Yio28-Sep-04 20:24
Anthony_Yio28-Sep-04 20:24 
GeneralRe: parser Pin
Yulianto.28-Sep-04 20:01
Yulianto.28-Sep-04 20:01 
GeneralRe: parser Pin
Alan Chambers29-Sep-04 10:43
Alan Chambers29-Sep-04 10:43 
GeneralFunction pointer question... Pin
GDavy28-Sep-04 19:33
GDavy28-Sep-04 19:33 
GeneralRe: Function pointer question... Pin
GDavy28-Sep-04 19:38
GDavy28-Sep-04 19:38 
GeneralRe: Function pointer question... Pin
22491728-Sep-04 20:47
22491728-Sep-04 20:47 
GeneralConvert .exe to .dll Pin
jw8128-Sep-04 19:16
jw8128-Sep-04 19:16 
GeneralRe: Convert .exe to .dll Pin
shaileshkumar28-Sep-04 19:53
shaileshkumar28-Sep-04 19:53 
First you should make a project, which would make dlls, this option you would have to select, while making the project itself.
And when you write the .cpp files, the first #include should be #include stdafx.h, to avoid PCH (pre compiled headers) problems, then on you can include other header files.
And you would have to add some keywords with the functions you are exposing in the dll.
For this, refer to some dll examples.

- Shailesh
GeneralRe: Convert .exe to .dll Pin
Michael Dunn28-Sep-04 22:38
sitebuilderMichael Dunn28-Sep-04 22:38 
GeneralRefresh a view Pin
Mughi28-Sep-04 18:14
Mughi28-Sep-04 18:14 
GeneralRe: Refresh a view Pin
Yulianto.28-Sep-04 18:26
Yulianto.28-Sep-04 18:26 
GeneralRe: Refresh a view Pin
Mughi29-Sep-04 1:12
Mughi29-Sep-04 1:12 
GeneralRe: Refresh a view Pin
Yulianto.29-Sep-04 16:48
Yulianto.29-Sep-04 16:48 
GeneralRe: Refresh a view Pin
Mughi29-Sep-04 19:35
Mughi29-Sep-04 19:35 
GeneralRe: Refresh a view Pin
Yulianto.30-Sep-04 18:46
Yulianto.30-Sep-04 18:46 
GeneralRe: Refresh a view Pin
22491728-Sep-04 18:27
22491728-Sep-04 18:27 
GeneralRe: Refresh a view Pin
Sujan Christo28-Sep-04 18:46
Sujan Christo28-Sep-04 18:46 
GeneralRe: Refresh a view Pin
Mughi30-Sep-04 1:40
Mughi30-Sep-04 1:40 
QuestionHow to add WAIT Dialog Box to the MFC Program Pin
pubududilena28-Sep-04 18:10
pubududilena28-Sep-04 18:10 
AnswerRe: How to add WAIT Dialog Box to the MFC Program Pin
Sujan Christo28-Sep-04 18:19
Sujan Christo28-Sep-04 18:19 
GeneralRe: How to add WAIT Dialog Box to the MFC Program Pin
pubududilena28-Sep-04 18:45
pubududilena28-Sep-04 18:45 
GeneralRe: How to add WAIT Dialog Box to the MFC Program Pin
Sujan Christo28-Sep-04 18:49
Sujan Christo28-Sep-04 18:49 
AnswerRe: How to add WAIT Dialog Box to the MFC Program Pin
22491728-Sep-04 18:46
22491728-Sep-04 18:46 
Generalhelp....... Pin
nivsah28-Sep-04 17:54
nivsah28-Sep-04 17:54 
GeneralRe: help....... Pin
Ravi Bhavnani28-Sep-04 18:32
professionalRavi Bhavnani28-Sep-04 18:32 

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.