PDA

Click to See Complete Forum and Search --> : C API and VISUAL BASIC


andrewbarr
Jan 30th, 2001, 08:33 AM
Help I am creating a application to link to a callcentre application and it comes with a C API can I use this API in visual basic.

Many Thanks

Andrew Barr

Jan 30th, 2001, 08:41 AM
Yes. Use the Declare Function statement to load it. If you need to get the names of the functions which are in the DLL, use Dependancy Walker.

andrewbarr
Jan 30th, 2001, 09:01 AM
Many Thanks

are there any problems I might run in to

Andy

Jan 30th, 2001, 09:06 AM
Don't think so (unless you get the function wrong). But should you run into a problem, feel free to contact me via these forums or via E-mail.

andrewbarr
Jan 30th, 2001, 09:09 AM
thanks