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

Does anyone have help ideas for error 404 web trying to access e-mail?

Legacy OS 455 This topic was started by ,


data/avatar/default/avatar40.webp

36 Posts
Location -
Joined 2004-08-08
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)

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar26.webp

690 Posts
Location -
Joined 2004-05-06
Normally you use a Compiler such as MS Visual C, Borland C, GCC, CodeWarrier etc to create an executable.