Click here to Skip to main content
15,922,533 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: importing a .net dll into VC6 Pin
oshah12-Apr-06 13:16
oshah12-Apr-06 13:16 
AnswerRe: importing a .net dll into VC6 Pin
Michael Dunn12-Apr-06 15:24
sitebuilderMichael Dunn12-Apr-06 15:24 
GeneralRe: importing a .net dll into VC6 Pin
Waldermort12-Apr-06 19:59
Waldermort12-Apr-06 19:59 
QuestionCompile Error with __stdcall Pin
gmhanna12-Apr-06 8:00
gmhanna12-Apr-06 8:00 
QuestionRe: Compile Error with __stdcall Pin
David Crow12-Apr-06 8:22
David Crow12-Apr-06 8:22 
AnswerRe: Compile Error with __stdcall Pin
gmhanna12-Apr-06 8:58
gmhanna12-Apr-06 8:58 
GeneralRe: Compile Error with __stdcall Pin
David Crow12-Apr-06 9:04
David Crow12-Apr-06 9:04 
GeneralRe: Compile Error with __stdcall Pin
gmhanna12-Apr-06 10:04
gmhanna12-Apr-06 10:04 
Hi David,

After some experimentation I determined it has something to do with the _export, not exactly sure what but from what I'm reading I should be doing something like this:

long __declspec(dllexport) __stdcall Fred( );

Is this the same thing as:

long _export __stdcall SomeName( );?? From what I read, _export is really for 16bit and __declspec is for 32bit.

Your thoughts?

Glenn
GeneralRe: Compile Error with __stdcall Pin
David Crow12-Apr-06 10:15
David Crow12-Apr-06 10:15 
Questionusing *.h files in a new MFC app :) Pin
Mahhouraaaaaa12-Apr-06 7:14
Mahhouraaaaaa12-Apr-06 7:14 
AnswerRe: using *.h files in a new MFC app :) Pin
Bob Flynn12-Apr-06 7:27
Bob Flynn12-Apr-06 7:27 
AnswerRe: using *.h files in a new MFC app :) Pin
Eytukan12-Apr-06 22:36
Eytukan12-Apr-06 22:36 
QuestionNeed Help Starting an APP. Pin
Cougarxr712-Apr-06 7:01
Cougarxr712-Apr-06 7:01 
AnswerRe: Need Help Starting an APP. Pin
Mahhouraaaaaa12-Apr-06 7:11
Mahhouraaaaaa12-Apr-06 7:11 
AnswerRe: Need Help Starting an APP. Pin
David Crow12-Apr-06 7:33
David Crow12-Apr-06 7:33 
GeneralRe: Need Help Starting an APP. Pin
Greg Barnes12-Apr-06 8:15
Greg Barnes12-Apr-06 8:15 
GeneralRe: Need Help Starting an APP. Pin
David Crow12-Apr-06 8:20
David Crow12-Apr-06 8:20 
GeneralRe: Need Help Starting an APP. Pin
Cougarxr712-Apr-06 8:38
Cougarxr712-Apr-06 8:38 
GeneralRe: Need Help Starting an APP. Pin
Greg Barnes12-Apr-06 8:41
Greg Barnes12-Apr-06 8:41 
GeneralRe: Need Help Starting an APP. Pin
Cougarxr712-Apr-06 8:50
Cougarxr712-Apr-06 8:50 
GeneralRe: Need Help Starting an APP. Pin
Greg Barnes12-Apr-06 9:32
Greg Barnes12-Apr-06 9:32 
GeneralRe: Need Help Starting an APP. Pin
David Crow12-Apr-06 9:07
David Crow12-Apr-06 9:07 
GeneralRe: Need Help Starting an APP. Pin
Greg Barnes12-Apr-06 9:28
Greg Barnes12-Apr-06 9:28 
GeneralRe: Need Help Starting an APP. Pin
David Crow12-Apr-06 9:05
David Crow12-Apr-06 9:05 
GeneralRe: Need Help Starting an APP. Pin
Cougarxr712-Apr-06 9:29
Cougarxr712-Apr-06 9:29 

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.