hi there
i´ve still problems with publishing of my Project.
1. I go to File -> Publish.
2. Select "Resource" and "Compile EXE"
3. i start the exe.. NO MODELS!
Why?
I added
#define PRAGMA_PATH "Bitmaps\Cursor\"
#define PRAGMA_PATH "Bitmaps\Editor\"
#define PRAGMA_PATH "Models\Map\"
AND
add_folder("Bitmaps\\Cursor");
add_folder("Bitmaps\\Editor");
add_folder("Models\\Map");
But my Models are just shown this way:
1. I go to File -> Publish.
2. Select "Resource" and "Compile EXE"
3. i create a WDL File with the same name as the exe, including PATH statements of my original Folder structure
3. i start the exe.. MODELS ARE THERE
Question:
Is there no way to avoid this WDL File? I just want DLLs and the EXE in my project Folder.. but no visible Script ._.
I need to add the WDL File into the ready compiled folder, even if it was available beside the lite-c file (before compiling).