K
kathy
In my C++.NET Class library project, I called a dll by using:
#using "My_Win32_Dll.dll"
But when I build the project, I got:
"c:\DotNET\C++\C++_Solution\MyClassLib\MyClassLib.h(5): fatal error
C1192: #using failed on
'c:\dotnet\c++\c++_solution\myclasslib\my_win32_dll.dll'
"
What is the problem?
#using "My_Win32_Dll.dll"
But when I build the project, I got:
"c:\DotNET\C++\C++_Solution\MyClassLib\MyClassLib.h(5): fatal error
C1192: #using failed on
'c:\dotnet\c++\c++_solution\myclasslib\my_win32_dll.dll'
"
What is the problem?