Incbin woes

BlitzMax Forums/BlitzMax Beginners Area/Incbin woes

Oddball(Posted 2005) [#1]
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.pngloader
And 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?


Oddball(Posted 2005) [#2]
Typical. I try for ages to figure this out then as soon as I ask on the forums I sort it out myself. It was brl.ramstream that was need.


Perturbatio(Posted 2005) [#3]
http://www.blitzbasic.com/Community/posts.php?topic=47141


Oddball(Posted 2005) [#4]
Duly noted and downloaded. There should be a framework builder built into the ide.