Re: GetProcAddress() refused to return address
- From: Eberhard Schefold <eberhard.schefold@xxxxxxxxxxxx>
- Date: Fri, 22 Sep 2006 09:34:12 +0200
Igor Tandetnik schrieb:
I don't understand this statement. Realize that you don't need to make every function __stdcall - just those you export. You have already marked one such function as CALLBACK - why again can't you simply continue doing that?
The premise was: "I'm trying to explicitly link a 3rd party DLL."
The function in the third party DLL is declared __stdcall. When Jo declared his function pointer with CALLBACK, he did so in error.
.
- Follow-Ups:
- Re: GetProcAddress() refused to return address
- From: Eberhard Schefold
- Re: GetProcAddress() refused to return address
- References:
- GetProcAddress() refused to return address
- From: Jo
- Re: GetProcAddress() refused to return address
- From: Igor Tandetnik
- Re: GetProcAddress() refused to return address
- From: Jo
- Re: GetProcAddress() refused to return address
- From: Igor Tandetnik
- Re: GetProcAddress() refused to return address
- From: Jo
- Re: GetProcAddress() refused to return address
- From: Igor Tandetnik
- GetProcAddress() refused to return address
- Prev by Date: rs232...
- Next by Date: Re: GetProcAddress() refused to return address
- Previous by thread: Re: GetProcAddress() refused to return address
- Next by thread: Re: GetProcAddress() refused to return address
- Index(es):
Relevant Pages
|