Click here to Skip to main content
16,005,473 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
The others who respond are correct, I'm only adding on here. One thing I've found when I want to use __stdcall is the need to include a line defining the function in the .def file for the project.

So if your dll project is named "ABC", open "ABC.def", and add the following line to the "EXPORTS" section (it must be on it's own line):

Fusion_Method


Now, build your dll again, and the function should be exported with the correct name.

Chris Richardson

Programmers find all sorts of ingenious ways to screw ourselves over. - Tim Smith
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 
AnswerRe: __unnamed_XXXXXXX_1 why? Pin
vmaltsev17-Dec-02 4:47
vmaltsev17-Dec-02 4:47 
GeneralRe: __unnamed_XXXXXXX_1 why? Pin
Bangerman19-Dec-02 0:11
Bangerman19-Dec-02 0:11 
GeneralTemperature Pin
LexKu17-Dec-02 2:18
LexKu17-Dec-02 2:18 
GeneralRe: Temperature Pin
Alois Kraus17-Dec-02 4:20
Alois Kraus17-Dec-02 4:20 

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.