Click here to Skip to main content
15,905,414 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: A class method definition in a header file... just one problem. Pin
Tomasz Morawski1-Jul-08 18:23
Tomasz Morawski1-Jul-08 18:23 
GeneralRe: A class method definition in a header file... just one problem. Pin
Tomasz Morawski1-Jul-08 18:41
Tomasz Morawski1-Jul-08 18:41 
GeneralRe: A class method definition in a header file... just one problem. Pin
Bram van Kampen1-Jul-08 21:48
Bram van Kampen1-Jul-08 21:48 
GeneralRe: A class method definition in a header file... just one problem. Pin
Tomasz Morawski2-Jul-08 0:53
Tomasz Morawski2-Jul-08 0:53 
GeneralRe: A class method definition in a header file... just one problem. Pin
Tomasz Morawski2-Jul-08 0:54
Tomasz Morawski2-Jul-08 0:54 
GeneralRe: A class method definition in a header file... just one problem. Pin
Bram van Kampen2-Jul-08 11:24
Bram van Kampen2-Jul-08 11:24 
GeneralRe: A class method definition in a header file... just one problem. Pin
Tomasz Morawski3-Jul-08 8:13
Tomasz Morawski3-Jul-08 8:13 
GeneralRe: A class method definition in a header file... just one problem. Pin
Bram van Kampen3-Jul-08 8:28
Bram van Kampen3-Jul-08 8:28 
Well, in that case you have No Problem. Proceed as Follows:-
Step 1:
Create a New CPP File, and add it to your project.

Step 2:
Write the Following in the CPP File:
#include "stdafx.h"
#include "MyDll.h"// The Header in Question.

Step 3:
Cut the function bodies out of the Header, and Paste in the New Cpp File. (Leave the Declarations)

Step4:
Complete the two function definitions to read:-

void __declspec(dllexport A::foo(){ // Body;}

void __declspec(dllexport) B::fuu(){ // Body;}

Compile this, and link it, and Bob's your Uncle!

Please try this.

Regards,

Bram van Kampen

GeneralRe: A class method definition in a header file... just one problem. [modified] Pin
Tomasz Morawski3-Jul-08 8:41
Tomasz Morawski3-Jul-08 8:41 
GeneralRe: A class method definition in a header file... just one problem. Pin
Bram van Kampen3-Jul-08 10:42
Bram van Kampen3-Jul-08 10:42 
GeneralRe: A class method definition in a header file... just one problem. Pin
Tomasz Morawski3-Jul-08 21:06
Tomasz Morawski3-Jul-08 21:06 
GeneralRe: A class method definition in a header file... just one problem. Pin
Bram van Kampen5-Jul-08 15:13
Bram van Kampen5-Jul-08 15:13 
AnswerRe: A class method definition in a header file... just one problem. Pin
Bram van Kampen1-Jul-08 21:55
Bram van Kampen1-Jul-08 21:55 
AnswerRe: A class method definition in a header file... just one problem. Pin
Stephen Hewitt1-Jul-08 14:11
Stephen Hewitt1-Jul-08 14:11 
QuestionHow to add a tag <tag val="N"> to an xml file Pin
SWDevil1-Jul-08 6:28
SWDevil1-Jul-08 6:28 
AnswerRe: How to add a tag <tag val="N"> to an xml file</tag> Pin
led mike1-Jul-08 7:47
led mike1-Jul-08 7:47 
GeneralRe: How to add a tag to an xml file Pin
SWDevil1-Jul-08 8:58
SWDevil1-Jul-08 8:58 
GeneralRe: How to add a tag to an xml file Pin
led mike1-Jul-08 11:05
led mike1-Jul-08 11:05 
QuestionOnly max & close button on CMDIChild window Pin
jigna gala1-Jul-08 2:55
jigna gala1-Jul-08 2:55 
AnswerRe: Only max & close button on CMDIChild window Pin
David Crow1-Jul-08 4:03
David Crow1-Jul-08 4:03 
Questiondll problem Pin
rjkg1-Jul-08 2:42
rjkg1-Jul-08 2:42 
AnswerRe: dll problem Pin
CPallini1-Jul-08 3:08
mveCPallini1-Jul-08 3:08 
GeneralRe: dll problem Pin
Hamid_RT1-Jul-08 20:23
Hamid_RT1-Jul-08 20:23 
GeneralRe: dll problem Pin
CPallini1-Jul-08 21:33
mveCPallini1-Jul-08 21:33 
GeneralRe: dll problem Pin
Hamid_RT1-Jul-08 21:46
Hamid_RT1-Jul-08 21:46 

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.