Process creation failure : g++.exe - error on flashdevelop on windows deployment

Running Pre-Build Command Line…
cmd: “C:\HaxeToolkit\haxe/haxelib” run lime build “project.xml” windows -release -Dfdb
g++.exe -Iinclude -c -O2 -DHXCPP_VISIT_ALLOCS -DHXCPP_API_LEVEL=321 -DHX_WINDOWS -m32 -IC:/HaxeToolkit/haxe/lib/hxcpp/3,2,102/include -x c++ -frtti ./src/sys/io/FileOutput.cpp -oobj/mingw-nc/de19829f_FileOutput.o
g++.exe -Iinclude -c -O2 -DHXCPP_VISIT_ALLOCS -DHXCPP_API_LEVEL=321 -DHX_WINDOWS -m32 -IC:/HaxeToolkit/haxe/lib/hxcpp/3,2,102/include -x c++ -frtti ./src/sys/io/File.cpp -oobj/mingw-nc/de19829f_File.o
g++.exe -Iinclude -c -O2 -DHXCPP_VISIT_ALLOCS -DHXCPP_API_LEVEL=321 -DHX_WINDOWS -m32 -IC:/HaxeToolkit/haxe/lib/hxcpp/3,2,102/include -x c++ -frtti ./src/sys/FileSystem.cpp -oobj/mingw-nc/4367fff0_FileSystem.o
Process creation failure : g++.exe

Is this the first time you tried a windows build?
Or did it work before?

If it is the first time, did you do lime setup windows?

It looks like it could not locate the g++.exe from Mingw.

Install Mingw in C:\Mingw (The location is a must since hxcpp requires that this should be Mingw’s location, unless you change it)

This is the link for the Mingw Installer

Do you have Visual Studio C++ Express installed?

man. thanks a lot. it help… it works with -lime setup windows.

thank you guys a lot… really help…

1 Like