Q39. Does coLinux take advantage of dual core processors?
No, CoLinux is able to use only one CPU. Bear this in mind when
speccing a machine to run coLinux on. A quad-core processor might seem
like a good idea, however the more cores you have, the slower they are
clocked. And coLinux is only going to be able to run on a single core.
stdafx.h(22): fatal error C1083: 포함 파일을 열 수 없습니다. 'atlapp.h': No such file or directory
위와 같은 에러가 발생하면, ATL이 아닌 WTL을 설치해주어야 한다.
하지만, Visual Studio 2005 까지는 WTL8.0이 지원 하지만,
아직 Visual Studio 2010(VS 10.0 버전인가..)을 정식 지원하는 WTL은 존재하지 않는다.
아래와 같은 방법으로 수동설치를 하면 된다는데.. VS2010에서 되려나?
To manually install AppWizard for VC++ .NET 2002/2003,
copy all WTLAppWiz.* files from AppWiz\Files to VC++ .NET projects directory,
%VC7DIR%\Vc7\vcprojects, where %VC7DIR% is the directory where VC++ .NET
2002/2003 is installed. After that, open WTLAppWiz.vsz and modify the like that
contains ABSOLUTE_PATH to contain %WTLDIR%\AppWiz\Files, where %WTLDIR% is the
directory where WTL files are.