Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top