Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: SV: RE: How do you go about converting and API from C++ to VB?


Message #1 by "aake forsmark" <aake.forsmark@s...> on Thu, 19 Apr 2001 08:28:59 +0200
 > > How do you go about converting and API from C++ to VB?
 > 
 > 	Experience.  The biggest problem I've ran into is not 
 > having the SDK list
 > the values for constants so I have to dig up the .h file and 
 > find all the
 > constants there.
 > 
 
The most useful API calls are availiable on the net like
http://www.allapi.net or
http://www.vbapi.com
with constants declared and all.

If you need other APIs I guess you could get a good start
by studying how other API calls are solved.

aake

  Return to Index