Annopolis WildCard host software

Status
Not open for further replies.

svenne1742

Newbie level 1
Joined
Sep 26, 2003
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
8
Hi,

Has anyone of you tried to access the host software functions in Annapolis wcapi.dll (for their WildCard) from Visual Basic?

It is supposed to be used with VC/VC++ but using standard VB Declares its functions should be callable from VB:

Public Declare Function WC_Open Lib "c:\wcapi.dll" (ByVal device As Long, ByVal flags As Long) As Long

and then a simple function call:

WC_Status = WC_Open(0&, 0&)


Of course, I can't get this to work - "Bad DLL calling convention". Any ideas (besides doing it in C - you cant learn old dogs like me new tricks like that...)??

Thanx!

/S
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…