Publishing the main Script

Posted By: marvz

Publishing the main Script - 09/01/11 07:38

guys, I can't publish my main script. I need to create .exe. for my game. It display error like this "cannot open level2quest.c" something like that but I included it on the script? What is the possible reason for this? I only installed the free version of lite.c, is this the possible reason for this problem. plz help!
Posted By: Rei_Ayanami

Re: Publishing the main Script - 09/01/11 14:40


How did you include? "" or <>? Are there subfolders?
Posted By: xxxxxxx

Re: Publishing the main Script - 09/01/11 14:51

ahh sry i wanted to say that u cant create a .exe with the free.
xxxxxxx
Posted By: Pappenheimer

Re: Publishing the main Script - 09/01/11 21:16

Originally Posted By: xxxxxxx
ahh sry i wanted to say that u cant create a .exe with the free.
xxxxxxx

Just want to stop this nonsense.
"Compile-to-Exe" doesn't mean that it doesn't create an exe.
It creates an exe - the difference is only that your game still needs the scripts included.
Just tested it to make sure.
Posted By: marvz

Re: Publishing the main Script - 09/02/11 04:10

#include <level2quest.c> this is the way I include
Posted By: marvz

Re: Publishing the main Script - 09/02/11 04:12

What do you mean?
Posted By: tzw

Re: Publishing the main Script - 09/02/11 04:19

#include "level2quest.c"
Posted By: marvz

Re: Publishing the main Script - 09/02/11 04:29

is this the the correct way how to include?
Posted By: tzw

Re: Publishing the main Script - 09/02/11 04:57

if you use <>,the complier will search the file in the complier's folder(gstudio8\\include)
if you use " " the complier will search the file in your wrok's folder.
© 2024 lite-C Forums