Hello everyone,
I am compiling the client part program of COM reentrancy problem. Does anyone know what is the problem?
(BTW: server part program can compile, link and register ok.)
I am using MSVC 2008 + x64 Windows Server 2003. Is it because the code is old and in the newest SDK we need some code change to migrate?
http://www.codeproject.com/KB/COM/sta_issues.aspx
1>stdafx.cpp
1>d:\exercises\stareentr\stareentr\client\stdafx.h(16) : fatal error C1083: Cannot open include file: 'atlapp.h': No such file or directory
1>Compiling...
1>client.cpp
1>d:\exercises\stareentr\stareentr\client\client.cpp(4) : fatal error C1083: Cannot open precompiled header file: '.\Debug/client.pch': No such file or directory
thanks in advance,
George
I am compiling the client part program of COM reentrancy problem. Does anyone know what is the problem?
(BTW: server part program can compile, link and register ok.)
I am using MSVC 2008 + x64 Windows Server 2003. Is it because the code is old and in the newest SDK we need some code change to migrate?
http://www.codeproject.com/KB/COM/sta_issues.aspx
1>stdafx.cpp
1>d:\exercises\stareentr\stareentr\client\stdafx.h(16) : fatal error C1083: Cannot open include file: 'atlapp.h': No such file or directory
1>Compiling...
1>client.cpp
1>d:\exercises\stareentr\stareentr\client\client.cpp(4) : fatal error C1083: Cannot open precompiled header file: '.\Debug/client.pch': No such file or directory
thanks in advance,
George