Bampt
Member
Hello everyone! I have a problem on one of my fenix prgs.
I made a prg wich stores 6Strings in a *.lst file I wanted to use it for creating own Levelsets for my game project. I runned this program under Windows and it successfully created my list. I was also able to load the List in my game...
But when I put this *.lst file and all the other needed stuff on my Gp32.
Whenn I select Load Levellist and the program succesfully had found the *.lst file... It restarts the Gp32 whithout any error message
My structure which is saved in the *.lst file looks like this:
STRUCT LEL[5]
STRING NAME;
END
Can anybody help me with this?
I made a prg wich stores 6Strings in a *.lst file I wanted to use it for creating own Levelsets for my game project. I runned this program under Windows and it successfully created my list. I was also able to load the List in my game...
But when I put this *.lst file and all the other needed stuff on my Gp32.
Whenn I select Load Levellist and the program succesfully had found the *.lst file... It restarts the Gp32 whithout any error message
My structure which is saved in the *.lst file looks like this:
STRUCT LEL[5]
STRING NAME;
END
Can anybody help me with this?