Click here to Skip to main content
15,915,172 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralExtTextOut drawing landscape... Pin
Braulio Dez17-Dec-02 3:27
Braulio Dez17-Dec-02 3:27 
GeneralRe: ExtTextOut drawing landscape... Pin
Nitron17-Dec-02 3:32
Nitron17-Dec-02 3:32 
GeneralResizing CFormView with Status Bar and Toolbar Pin
Jonah Bishop17-Dec-02 3:28
Jonah Bishop17-Dec-02 3:28 
GeneralRe: Resizing CFormView with Status Bar and Toolbar Pin
Nitron17-Dec-02 3:36
Nitron17-Dec-02 3:36 
GeneralRe: Resizing CFormView with Status Bar and Toolbar Pin
Jonah Bishop17-Dec-02 3:58
Jonah Bishop17-Dec-02 3:58 
GeneralRe: Resizing CFormView with Status Bar and Toolbar Pin
Nitron17-Dec-02 4:01
Nitron17-Dec-02 4:01 
GeneralRe: Resizing CFormView with Status Bar and Toolbar Pin
Jonah Bishop17-Dec-02 4:23
Jonah Bishop17-Dec-02 4:23 
General_stdcall question Pin
ns17-Dec-02 3:03
ns17-Dec-02 3:03 
I had in a C dll, that was called by VC++, the following and it worked fine:

#define DllExport   __declspec( dllexport )


DllExport void __cdecl Fusion_Method(int *nalg, int *score, int *fusion_score)
{


I wanted to call this dll in a VB program and am told I need to do _stdcall. I searched the web but dont see how to modify the above to make it stdcall instead of __cdecl. Please help!

Appreciate your help,
ns
GeneralRe: _stdcall question Pin
Joaquín M López Muñoz17-Dec-02 3:08
Joaquín M López Muñoz17-Dec-02 3:08 
GeneralRe: _stdcall question Pin
ns17-Dec-02 3:15
ns17-Dec-02 3:15 
GeneralRe: _stdcall question Pin
ns17-Dec-02 3:27
ns17-Dec-02 3:27 
GeneralRe: _stdcall question Pin
Joaquín M López Muñoz17-Dec-02 3:33
Joaquín M López Muñoz17-Dec-02 3:33 
GeneralRe: _stdcall question Pin
ns17-Dec-02 3:44
ns17-Dec-02 3:44 
GeneralRe: _stdcall question Pin
Joaquín M López Muñoz17-Dec-02 5:54
Joaquín M López Muñoz17-Dec-02 5:54 
GeneralRe: _stdcall question Pin
Chris Richardson17-Dec-02 14:10
Chris Richardson17-Dec-02 14:10 
GeneralRe: _stdcall question -Thanks! Pin
ns18-Dec-02 1:17
ns18-Dec-02 1:17 
GeneralRe: _stdcall question -Thanks! Pin
Chris Richardson18-Dec-02 7:17
Chris Richardson18-Dec-02 7:17 
GeneralRe: _stdcall question -Thanks! Pin
ns18-Dec-02 9:12
ns18-Dec-02 9:12 
GeneralPointer to a pointer question Pin
pankajdaga17-Dec-02 2:49
pankajdaga17-Dec-02 2:49 
GeneralRe: Pointer to a pointer question Pin
Bangerman17-Dec-02 3:07
Bangerman17-Dec-02 3:07 
GeneralRe: Pointer to a pointer question Pin
pankajdaga17-Dec-02 3:29
pankajdaga17-Dec-02 3:29 
GeneralRe: Pointer to a pointer question Pin
Nitron17-Dec-02 3:39
Nitron17-Dec-02 3:39 
GeneralRe: Pointer to a pointer question Pin
pankajdaga17-Dec-02 3:44
pankajdaga17-Dec-02 3:44 
GeneralRe: Pointer to a pointer question Pin
Nitron17-Dec-02 4:51
Nitron17-Dec-02 4:51 
GeneralRe: Pointer to a pointer question Pin
pankajdaga17-Dec-02 5:06
pankajdaga17-Dec-02 5:06 

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.