Click here to Skip to main content
15,917,455 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Dynamically re sizable dialog Pin
Richard MacCutchan21-Nov-14 21:26
mveRichard MacCutchan21-Nov-14 21:26 
SuggestionRe: Dynamically re sizable dialog Pin
David Crow22-Nov-14 4:42
David Crow22-Nov-14 4:42 
AnswerRe: Dynamically re sizable dialog Pin
«_Superman_»25-Nov-14 18:56
professional«_Superman_»25-Nov-14 18:56 
Questionstock market code please Pin
Eslam Said Khashb20-Nov-14 11:04
Eslam Said Khashb20-Nov-14 11:04 
GeneralRe: stock market code please Pin
PIEBALDconsult20-Nov-14 11:43
mvePIEBALDconsult20-Nov-14 11:43 
GeneralRe: stock market code please Pin
Eslam Said Khashb20-Nov-14 21:30
Eslam Said Khashb20-Nov-14 21:30 
GeneralRe: stock market code please Pin
Richard MacCutchan20-Nov-14 21:43
mveRichard MacCutchan20-Nov-14 21:43 
GeneralRe: stock market code please Pin
Eslam Said Khashb21-Nov-14 18:34
Eslam Said Khashb21-Nov-14 18:34 
GeneralRe: stock market code please Pin
Richard MacCutchan21-Nov-14 21:20
mveRichard MacCutchan21-Nov-14 21:20 
GeneralRe: stock market code please Pin
Stefan_Lang27-Nov-14 21:19
Stefan_Lang27-Nov-14 21:19 
AnswerRe: stock market code please Pin
jcxnet22-Nov-14 8:01
jcxnet22-Nov-14 8:01 
QuestionInsert icons CTreeCtrl (some items only) Pin
_Flaviu19-Nov-14 23:46
_Flaviu19-Nov-14 23:46 
AnswerRe: Insert icons CTreeCtrl (some items only) Pin
Richard MacCutchan20-Nov-14 1:18
mveRichard MacCutchan20-Nov-14 1:18 
GeneralRe: Insert icons CTreeCtrl (some items only) Pin
_Flaviu20-Nov-14 2:33
_Flaviu20-Nov-14 2:33 
GeneralRe: Insert icons CTreeCtrl (some items only) Pin
Richard MacCutchan20-Nov-14 3:00
mveRichard MacCutchan20-Nov-14 3:00 
QuestionDLL creation process in windows application with CEN XFS Pin
venkat swaminathan19-Nov-14 22:35
venkat swaminathan19-Nov-14 22:35 
AnswerRe: DLL creation process in windows application with CEN XFS Pin
Richard Andrew x6420-Nov-14 6:35
professionalRichard Andrew x6420-Nov-14 6:35 
GeneralRe: DLL creation process in windows application with CEN XFS Pin
venkat swaminathan20-Nov-14 15:07
venkat swaminathan20-Nov-14 15:07 
AnswerRe: DLL creation process in windows application with CEN XFS Pin
Richard Andrew x6420-Nov-14 15:16
professionalRichard Andrew x6420-Nov-14 15:16 
GeneralRe: DLL creation process in windows application with CEN XFS Pin
venkat swaminathan20-Nov-14 15:29
venkat swaminathan20-Nov-14 15:29 
AnswerRe: DLL creation process in windows application with CEN XFS Pin
Richard Andrew x6420-Nov-14 15:37
professionalRichard Andrew x6420-Nov-14 15:37 
GeneralRe: DLL creation process in windows application with CEN XFS Pin
venkat swaminathan20-Nov-14 15:44
venkat swaminathan20-Nov-14 15:44 
AnswerRe: DLL creation process in windows application with CEN XFS Pin
Richard Andrew x6420-Nov-14 15:57
professionalRichard Andrew x6420-Nov-14 15:57 
GeneralRe: DLL creation process in windows application with CEN XFS Pin
venkat swaminathan20-Nov-14 16:07
venkat swaminathan20-Nov-14 16:07 
AnswerRe: DLL creation process in windows application with CEN XFS Pin
Richard Andrew x6420-Nov-14 16:16
professionalRichard Andrew x6420-Nov-14 16:16 
Try placing the
#ifdef __cplusplus
extern "C" {
#endif
// Functions
#ifdef __cplusplus
};
#endif


in the CPP file also, surrounding the functions you want to export. I think that is the issue.



The difficult we do right away...
...the impossible takes slightly longer.

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.