Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DLL created in VC++ 1.52

Status
Not open for further replies.

gppman

Programmer
Feb 28, 2002
3
0
0
US

Is it possible for VB 6.0 to use a DLL that is created with MS VC++ 1.52 (16-bit compiler)? Thank you.
 
It will also depend on how the functions are exported in the DLL. You can e.g. use API functions in VB, but you can't use the functions in the Visual C runtime.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top