I am trying to compile the mBlock source code from github (https://github.com/Makeblock-official/mBlock/tree/V3.4.5)
I followed all the steps that are present in the tutorial from mBlock in 'HOW TO COMPILE MBLOCK'.
My problem is that mblock runs in the 'Debug Mode' in Flash Builder 4.7 (Trial version). But when I export the release build, with 'native installer' or 'captive runtime' option, then running the executable gives error that '[application name] is not a valid win32 application'
I have tried that on 3 different laptops. On all three laptops (each has x64 bit architecture), the mblock code compiles and runs perfectly in the Debug mode but when export the build, it gives 'win32 application' error.
Thank you