I'm using Incbin to pack all my media into the exe. Everything works fine except when I try to introduce a framework. Here's the frame work I'm using.
Framework brl.blitz Import brl.d3d7max2d Import brl.glmax2d Import brl.random Import brl.pngloaderAnd here's the code I'm using to load the image.
Incbin "back00.png" Global img_background:Timage=LoadImage("incbin::back00.png",0)I presume I'm missing a mod, but which one? Is there an easy way to find out which mods your project uses?