Click here to Skip to main content
15,867,594 members
Articles / Programming Languages / Visual Basic

Step by Step: Calling C++ DLLs from VC++ and VB - Part 2

Rate me:
Please Sign up or sign in to vote.
4.93/5 (65 votes)
2 Oct 2009CPOL4 min read 462.4K   7.1K   149  
This series of articles is a step-by-step guide to constructing C++ DLLs that include C++ functions and C++ classes, and then calling the DLL functions and classes from VC++ and VB programs.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Hans Dietrich Software
United States United States
I attended St. Michael's College of the University of Toronto, with the intention of becoming a priest. A friend in the University's Computer Science Department got me interested in programming, and I have been hooked ever since.

Recently, I have moved to Los Angeles where I am doing consulting and development work.

For consulting and custom software development, please see www.hdsoft.org.






Comments and Discussions