I have created a web serivce in vc++.net using
Visual c++ Projects->ASP.NET Web Service
I m importing c++ DLL into managed c++ code.
For this i have done 2 things:
1. Copied DLL into the project folder
2. Used DLLImport to import the dll.
on building the solution i am getting 2 link errors:
error 1:
LNK2019: unresolved external symbol _main referenced in function _mainCRTStartup
error2 :
LNK1120: 1 unresolved externals
Have i missed doing something needed for linking???
Project configuration is Win32 debug.
I dont get rid of these errors
Visual c++ Projects->ASP.NET Web Service
I m importing c++ DLL into managed c++ code.
For this i have done 2 things:
1. Copied DLL into the project folder
2. Used DLLImport to import the dll.
on building the solution i am getting 2 link errors:
error 1:
LNK2019: unresolved external symbol _main referenced in function _mainCRTStartup
error2 :
LNK1120: 1 unresolved externals
Have i missed doing something needed for linking???
Project configuration is Win32 debug.
I dont get rid of these errors