Hi!
1. I'm having problems with getting the INCBIN command working:
The following source compiles without error, but when I want to access the image the debugger states its a NULL object and terminates the program.
Any ideas what's causing this?
{Codebox}
Incbin "Data\panel_main.png"
Graphics 800,600,0
Global Panel_Main=LoadImage("incbin::Data\panel_main.png", Maskedimage)
{/Codebox}
2. Has anyone written some kind of datapacker for bmax yet?
I need to store a large amount of media files in one! external! file, that I can be used (extracted) by my program. No compressen or encryption needed!
Any hints are welcome. :(
1. I'm having problems with getting the INCBIN command working:
The following source compiles without error, but when I want to access the image the debugger states its a NULL object and terminates the program.
Any ideas what's causing this?
{Codebox}
Incbin "Data\panel_main.png"
Graphics 800,600,0
Global Panel_Main=LoadImage("incbin::Data\panel_main.png", Maskedimage)
{/Codebox}
2. Has anyone written some kind of datapacker for bmax yet?
I need to store a large amount of media files in one! external! file, that I can be used (extracted) by my program. No compressen or encryption needed!
Any hints are welcome. :(