B
brett.mack
Okay, this is a pretty basic question. I've created a static library
using c++. Now, I've started a vb.net project. How do I reference the
functions in the static library? I'm using Visual Studio 2005.
I.E., how do I add the library to the project, and call it's functions?
Or, do I need to declare if as a .dll? When I do that it won't compile,
giving lnk_2019 errors. I'm using the MFC classes in my c++ app.
Any help would be greatly appreciated!!!!
Thank you in advance.
using c++. Now, I've started a vb.net project. How do I reference the
functions in the static library? I'm using Visual Studio 2005.
I.E., how do I add the library to the project, and call it's functions?
Or, do I need to declare if as a .dll? When I do that it won't compile,
giving lnk_2019 errors. I'm using the MFC classes in my c++ app.
Any help would be greatly appreciated!!!!
Thank you in advance.