約5,370件1ページ目

日本語のみで絞り込む

2014/4/12 -This is a very common linker error in Visual Studio and you have to add libbox2d.lib in your project properties.

2020/6/7 -Check the visual studio project properties under debugging settings. It looks like the debugger is configured to launch the wrong executable.

2017/5/22 -We tried to build cocos2d-x on Windows with VS2015 Update 3. It failed to build on x64 due to the error C2065: 'GWL_WNDPROC': undeclared ...

Select your target in the TARGETS group, goto Build Phases, expand the Target Dependecies section, click the "+" button. In the appeared window, find the cocos ...

Hi Spine lords! I have a problem working with spine runtimes for cocos 2dx, I do work with Visual Studio for windows compilation (which gives no problems at ...

2016/6/26 -ライブラリパスは通ってないみたいなので、通す。 Project > Property > Linker > General > Additioanl Library Directory > $(EngineRoot)external\fmod ...

A fix for this issue has been released! Install the most recent release from https://visualstudio.microsoft.com/downloads/.

2020/3/31 -VisualGDB uses the standard Linux way of specifying libraries used by the projects that relies on 3 different parameters.

2019/1/2 -This tutorial shows how to use linker scripts to control the memory layout of your embedded programs. We will create a basic “Blinking LED” ...

2016/7/12 -This starter project is intended to work with Cocos2d-x version 3.13.1 and will need manual adjustments to work with other versions of Cocos2s-x.