How to add link in visualstudio2005 for vC ++ project
I created a vC ++ console application, I need to add .net assembly links.
but when i do the following as a project right click-> properties-> General Properties-> links-> add links
then i get window like
addrefernce (name)
project name of tabbed project and project directory and empty list
I cannot find com and .net assemblies. How to solve this problem.
Thanks in advance
0
a source to share
2 answers
since u would like to use .net assemblies in c ++ it is driven by code.so first in the project
Propertieschoose oprion common language runtime support and then include mscorlib.dll in
C ++ file. now go to project properties-> right click-> add Refernce-> now it shows everything
.net for u.
+1
a source to share