|
-
October 20th, 1999, 02:55 PM
#1
Call own dll.
I was trying to use the dll that is not standart
Win API dll. The function that I try to use
declared as following.
int FileVersion(char *filename)
And here is how I declared it in my VB project
Declare Function D3FileVersion
Lib "d3libshr" (Buffer as string)
as Integer
And here is the error that I got
"Bad DLL calling convention" ERRor 49
Please tell me that doe this error mean.
thks
Alex!
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
|