View Single Post
Old May 15th, 2006, 10:31 PM   #1
King
Professional Programmer
 
King's Avatar
 
Join Date: Jan 2006
Location: Ontario, Canada
Posts: 378
Rep Power: 3 King is on a distinguished road
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!
King is offline   Reply With Quote