|
-
September 23rd, 2009, 07:58 PM
#1
Dll without documenation
I have a dll without documents included. I always get errors although the function is called fine and it does what it was implemented to do.
"Access viation error. This is likely because of your declaration which is different from the calling convention implemented"
SOMEBODY can help me ?
Thanks
Last edited by Sonye; September 23rd, 2009 at 08:05 PM.
-
September 24th, 2009, 11:47 AM
#2
Re: Dll without documenation
It looks like you may be using the wrong calling convention. Without docs, you'll have to use trial and error to get it to work:
http://blogs.msdn.com/dsvc/archive/2...-mismatch.aspx
http://social.msdn.microsoft.com/For...-11c7ee748868/
...
Viggy
-
September 24th, 2009, 11:57 AM
#3
Re: Dll without documenation
You can use Dependency Walker to find out what the calling convention is, of the exported functions for the DLL.
-
September 24th, 2009, 12:14 PM
#4
Re: Dll without documenation
 Originally Posted by Ajay Vijay
You can use Dependency Walker to find out what the calling convention is, of the exported functions for the DLL.
Dang, forgot about that!!! 
Viggy
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|