Jump to content
Compatible Support Forums
Sign in to follow this  
amit123guy

Creating an excutable.....................................................

Recommended Posts

Hai all,

How can I create an executable file for a game I made in a 3d game engine (Blender 2.34) Is it a C code, somewhat like...

#include<stdio.h>

main()

{

open("......")

end file;

blah blah blah;

}

Thanhx in Advnce. x)

Share this post


Link to post

Normally you use a Compiler such as MS Visual C, Borland C, GCC, CodeWarrier etc to create an executable.

 

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×