Windows XP Professional SP3にWindows SDK 7.1をインストールしました。今はインストールがOKかどうかを確認していますが、すでに問題があります。私はまだWindows SDK 7.1コマンドプロンプトから単純なhello world C++コードをcl.exeでコンパイルできません。ここでは、コマンドプロンプト出力のスナップショットです:Windows SDK 7.1コマンドプロンプトLNK1104
Setting SDK environment relative to C:\Program Files\Microsoft SDKs\Windows\v7.1\.
Targeting Windows XP x86 Debug
C:\Program Files\Microsoft SDKs\Windows\v7.1>cd /d "D:\My Documents\Sources"
D:\My Documents\Sources>cl /EHsc /FeD:\Target\hello hello.cpp
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.30319.01 for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
hello.cpp
Microsoft (R) Incremental Linker Version 10.00.30319.01
Copyright (C) Microsoft Corporation. All rights reserved.
LINK : fatal error LNK1104: cannot open file 'C:\Documents'
私はDにhello.cpp
を動かしてみました:\と同じ結果になってしまいました。一方、CSC.exeは、同じコマンドプロンプトでhello worldのC#コードを問題なくコンパイルしました。私は今どうすればいい?
Visual Studioがインストールされていないことに注意してください。 Windows SDKをインストールして、Qt CreatorでVS2010用のQt Framework 4.8.0を使用し、SharpDevelopでC#の少しを学ぶことができます。