Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
5 registered members (Dico, AndrewAMD, TipmyPip, NewbieZorro, Grant), 15,791 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
C++ and Sdk #403270
06/17/12 09:58
06/17/12 09:58
Joined: Jun 2011
Posts: 75
algeria
T
Tonyjack221 Offline OP
Junior Member
Tonyjack221  Offline OP
Junior Member
T

Joined: Jun 2011
Posts: 75
algeria
hi all
i want to create a compiler for my Editor
i learn about that "engine_open" can Compile the .c to exe file
can anyone give me a complete example for that plz

Re: C++ and Sdk [Re: Tonyjack221] #403279
06/17/12 15:58
06/17/12 15:58
Joined: Mar 2010
Posts: 57
LemmyTheSlayer Offline
Junior Member
LemmyTheSlayer  Offline
Junior Member

Joined: Mar 2010
Posts: 57
The function engine_open does not compile anything, it opens the engine window.

You can find a complete example in the sdk_engine folder (e_tutorial.cpp).


SCHLEIFE SCHLEIFE SCHLEIFE SCHLEIFE SCHLEIFE SCHLEIFE
Re: C++ and Sdk [Re: LemmyTheSlayer] #403300
06/17/12 22:23
06/17/12 22:23
Joined: Jun 2011
Posts: 75
algeria
T
Tonyjack221 Offline OP
Junior Member
Tonyjack221  Offline OP
Junior Member
T

Joined: Jun 2011
Posts: 75
algeria
is that code true :
engine_open("-exe,enginee.c");

if not correct the false plz

Re: C++ and Sdk [Re: Tonyjack221] #403318
06/18/12 09:29
06/18/12 09:29
Joined: Jun 2011
Posts: 75
algeria
T
Tonyjack221 Offline OP
Junior Member
Tonyjack221  Offline OP
Junior Member
T

Joined: Jun 2011
Posts: 75
algeria
??????

Re: C++ and Sdk [Re: Tonyjack221] #403319
06/18/12 09:52
06/18/12 09:52
Joined: Feb 2010
Posts: 320
TANA/Madagascar
3dgs_snake Offline
Senior Member
3dgs_snake  Offline
Senior Member

Joined: Feb 2010
Posts: 320
TANA/Madagascar
Hi,

Try this,
Code:
engine_open("-exe enginee.c");



But I don't know how to use include paths though.

Best regards.

Re: C++ and Sdk [Re: 3dgs_snake] #403326
06/18/12 11:22
06/18/12 11:22
Joined: Jun 2011
Posts: 75
algeria
T
Tonyjack221 Offline OP
Junior Member
Tonyjack221  Offline OP
Junior Member
T

Joined: Jun 2011
Posts: 75
algeria
It succeeded, but there is a problem resulting file does not work
???

Re: C++ and Sdk [Re: Tonyjack221] #403340
06/18/12 14:22
06/18/12 14:22
Joined: Mar 2010
Posts: 57
LemmyTheSlayer Offline
Junior Member
LemmyTheSlayer  Offline
Junior Member

Joined: Mar 2010
Posts: 57
Read this.
You have to create the acknex.dll with WED.
Code:
WED.EXE -p <your compiled exe>




SCHLEIFE SCHLEIFE SCHLEIFE SCHLEIFE SCHLEIFE SCHLEIFE

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1