c# 2.0 - Integrating Visual C++ on .NET Framework 2.0 with C# Library -
i familiar c# programming. today need integrate 1 visual c++ program on .net framework 2.0 c# library. after referencing c# library, new c++ class created. following line cannot compiled in new class.
using namespace mycsharplibspace;
the error "the namespace not exist". why? think can use namespace after referencing it, right?
i did trial on .net framework 3.5. created simple helloworld visual c++ project. works fine. did same above. seems different integrate visual c++ program c# library on 3.5 , 2.0? how on 2.0?
i appreciate help!
bing
Comments
Post a Comment