Framework problem

BlitzMax Forums/BlitzMax Beginners Area/Framework problem

I cannot use "Framework BRL.RamStream" with "Import BRL.Max2D" I dont know why but it just wount work. When I run the program I get this error on any Max2D command "Unhandled Exception:Attempt to access field or method of Null object".

Anyone have a idea to fix this problem?

Forget about it I solved it my self ;)

Simply importing modules shouldn't throw any sort of errors like that.

What are you doing with files?

...probably forgot to import something else (like a Graphics module) :-)

More like a graphics driver if I remeber well

I forget to import PNG/JPG loaders quite often and get errors like that.

I forget to import PNG/JPG loaders quite often and get errors like that


I used to run into the same problem. Why can I render but not load images?!! oh..