|
VS 2005 - C# and C++
Ok I have a VS 2005 solution, and in that solution I have a C# project for a front end, and I have a project wich is a C++ class library. How can I get the C# project to see the C++ class library project so I can create C++ objects. I tried added a reference to the class library project, but when I do a using statment on it, it still doesn't know what it is. Any help would be great. Thanks.
__________________
I am Addicted to Linux!
|