Skip to content
Xephobia edited this page Apr 27, 2020 · 6 revisions

You need node.js for compiling to windows, much like every system target. You will use khamakefor building your project

When compiling on windows with hxcpp, you have 6 visual studio version suport : vs2010, vs2012, vs2013, vs2015, vs2017, or vs2019 (default). You have a large array of graphics API too : direct3d9, direct3d11 (default), direct3d12, opengl or vulkan. you can specify a visual studio version with the -v or --visualstudio and you can specifiy a graphic API with -g or --graphics

example to build a windows project for visual studio 2019 with vulkan : node Kha/make -g vulkan -v vs2019 When your haxe code is builded in cpp, use the coresponding version of visual studio for building the c++ code. (note : you need tools for building c++ code)

Clone this wiki locally