Export Project to Single Executable

I’m currently working on a little game using version 0.9.2 with visual c++ 2015. Is it possible to export the project to some sort of executable or folder such that I can transfer it to another system without cinder or visual c++ installed and still get it to run?

Yes, once you’ve compiled your code (assuming you statically linked everything) you can send around the resultant .exe and it will run as is.

1 Like