unzipped it to my ram-stick and compiled fine...
I then added the Panel definition on the end to make sure, and it displays fine too.
Code:
#define PRAGMA_PATH "graphics"; // define my graphics folder


#include <acknex.h>
#include <default.c>


BMAP* bmp_loading = "loading.png"; // engine cannot find the file.. What is going wrong???

PANEL* showit = { bmap = bmp_loading;  flags = visible;  }  //compiles and displays fine...
And I was running it all from "F:\test_pragma_path\test_pragma_path\test_main.c"
(yup, the folder names double-up, my sloppy unzip but it still works fine)

Maybe it has something to do with the fact its running from "inside" the gamestudio install folder?
(if that was you) Try moving it somewhere else.

Also, run it with an empty directory besides what you sent, in case one of your older files are interfering.

Or even (horror of horrors) a corrupt install? Try the zip you sent me on a fresh machine or install.

PS which version of A7 you running? And which OS too, XP or Vista? (I am XP)


"There is no fate but what WE make." - CEO Cyberdyne Systems Corp.
A8.30.5 Commercial