Is there somewhere where dependencies are listed? I've spent hours searching for why certain commands aren't working ( and not erroring either, just dying randomly ) and it seems that it's all about Framework and Import ( well it has been so far. )
Now CreatePixMap() is returning a null instance. What module do I need to stop it doing that?
So far I have
brl.linkedlist,brl.standardio,brl.keycodes,brl.system,brl.jpgloader and brl.blitzgl so it's none of those. I tried brl.pixmap ( it seemed like the obvious choice ) but that made no difference.
And if there isn't some kind of reference point for all these, there really should be.
Now CreatePixMap() is returning a null instance. What module do I need to stop it doing that?
So far I have
brl.linkedlist,brl.standardio,brl.keycodes,brl.system,brl.jpgloader and brl.blitzgl so it's none of those. I tried brl.pixmap ( it seemed like the obvious choice ) but that made no difference.
And if there isn't some kind of reference point for all these, there really should be.