Win32 compile errors

BlitzMax Forums/BlitzMax Beginners Area/Win32 compile errors

tonyg(Posted 2004) [#1]
Compiling any of the samples on win32 beta 1.01 gives...
"C:/Blitzmax/samples/birder/games/ etc etc"
Unhandled Exception: Unhandled Memory Exception Error
UploadTex [f:\blitzmax\mod\brl.mod\glmax2d.mod/glmax2d.bmx;220,3)
CreateFromPixmap etc etc
...
It must be a newbie error as nobody else has mentioned it.


Kanati(Posted 2004) [#2]
resynch your mods maybe?

if that don't help, download and install mingw and rebuild the mods?

Dunno. I'm sure someone had your problem and it was probably answered here.


simonh(Posted 2004) [#3]
Sounds like it could be a driver problem. Try installing the latest driver for your card.


tonyg(Posted 2004) [#4]
In fact, compiling...
Graphics 800,600,16
causes the problem as well.
I'll check the latest drivers (I normally run latest-1) but I'm worried it occurs on 2 PCs (9800Pro and S3) and the 'unix-a-like' forward slashes.
Modules are in synch and I'm not too sure what I'd do with mingw.


tonyg(Posted 2004) [#5]
OK, My 9800Pro problem *IS* fixed by resynching modules. It's possible my first install was in a directory with a space in the path.
My S3 problem still exists BUT I don't care now. I'm up and running ;)