Haxe/C++は、Visual Studio 2011, 2012が入ってるとエラーになる
Windowsを使っている場合、Haxe/C++のコンパイルにはVisual C++が使用されますが、必要になるVisual Studioは2010以前のもので、使っているPCに2011以降のVisual Studioが入っていると以下のようなコンパイルエラーを起こします。
String.obj : error LNK2011: precompiled object not linked in; image may not run
この現象は下記のURLの方法で解決することができます。
http://www.nme.io/community/forums/general-discussion/need-help-with-building-for-windows-c-having-some-linking-error/
C:\Motion-Twin\haxe\lib\hxcpp\2,10\build-tool\msvc-toolchain.xml
(C:\Motion-TwinはHaxeをインストールしたフォルダ、2,10はhxcppのバージョン)
のファイルの冒頭(<xml>の直後)に以下の一行を挿入する。
<setenv name="VS110COMNTOOLS" value="disable" />
Author And Source
この問題について(Haxe/C++は、Visual Studio 2011, 2012が入ってるとエラーになる), 我々は、より多くの情報をここで見つけました https://qiita.com/shohei909/items/9652c0044b44f9451cec著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .