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

C / C++ / MFC

 
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 
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 
Am I doing this right?

#define DllExport __stdcall( dllexport )

//#define DllExport __cdecl( dllexport )

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

DllExport void __stdcall Fusion_Method(int *nalg, int *score, int *fusion_score)


This wont even compile!

Thanks though, for the input

Appreciate your help,
ns
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 
GeneralRe: Pointer to a pointer question Pin
Nitron17-Dec-02 5:10
Nitron17-Dec-02 5:10 
GeneralRe: Pointer to a pointer question Pin
pankajdaga17-Dec-02 13:21
pankajdaga17-Dec-02 13:21 
Question__unnamed_XXXXXXX_1 why? Pin
Bangerman17-Dec-02 2:45
Bangerman17-Dec-02 2:45 

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.