A
Altman
We just recently got an MSDN subscription and obtained a copy of .Net. I am
trying to convert a VC++ 6.0 code to .net and when I try to build it I get
the following error
C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\atlmfc\include\atlcom.h(144): error C2065: 'COINIT_MULTITHREADED' :
undeclared identifier
I have limited experience with C++ and I cannot figure this out. The error
is in the header file made by microsoft. How can this be? This seems to be
the only error that I am getting though. Are there any other things in
converting that I should watch out for? Also, in order to run this program
on another machine do they need have the .Net Framework installed?
trying to convert a VC++ 6.0 code to .net and when I try to build it I get
the following error
C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\atlmfc\include\atlcom.h(144): error C2065: 'COINIT_MULTITHREADED' :
undeclared identifier
I have limited experience with C++ and I cannot figure this out. The error
is in the header file made by microsoft. How can this be? This seems to be
the only error that I am getting though. Are there any other things in
converting that I should watch out for? Also, in order to run this program
on another machine do they need have the .Net Framework installed?