Creating an excutable.....................................................
This is a discussion about Creating an excutable..................................................... in the Legacy OS category; Does anyone have help ideas for error 404 web trying to access e-mail?
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)
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)
Participate in our website and join the conversation
This subject has been archived. New comments and votes cannot be submitted.
Sep 20
Sep 20
0
<1 minute
Responses to this topic
Normally you use a Compiler such as MS Visual C, Borland C, GCC, CodeWarrier etc to create an executable.