C++ and Sdk

Posted By: Tonyjack221

C++ and Sdk - 06/17/12 09:58

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
Posted By: LemmyTheSlayer

Re: C++ and Sdk - 06/17/12 15:58

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).
Posted By: Tonyjack221

Re: C++ and Sdk - 06/17/12 22:23

is that code true :
engine_open("-exe,enginee.c");

if not correct the false plz
Posted By: Tonyjack221

Re: C++ and Sdk - 06/18/12 09:29

??????
Posted By: 3dgs_snake

Re: C++ and Sdk - 06/18/12 09:52

Hi,

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



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

Best regards.
Posted By: Tonyjack221

Re: C++ and Sdk - 06/18/12 11:22

It succeeded, but there is a problem resulting file does not work
???
Posted By: LemmyTheSlayer

Re: C++ and Sdk - 06/18/12 14:22

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


© 2024 lite-C Forums