How to add a reference in VC++
Managed C++/CLI
3
Posts
2
Posters
0
Views
1
Watching
-
I am writing a managed wrapper for an unmanaged class. The unmanaged class is stored in a dll. At the top the of the .cpp file for the managed wrapper i have #using I've also added a reference to this dll using the Add References... option. However, when I compile, the compiler does not recognze my unmanaged class. Thanks
-
I am writing a managed wrapper for an unmanaged class. The unmanaged class is stored in a dll. At the top the of the .cpp file for the managed wrapper i have #using I've also added a reference to this dll using the Add References... option. However, when I compile, the compiler does not recognze my unmanaged class. Thanks