Hey! I just wrote a program on OSX blitzmax and I'm trying to compile it under Windows blitzamax. The program includes a pair of external C files for loading HDRI images:
The files rgbe.c and rgbe.h are in the same folder as the blitzmax file.
I keep getting this error when I try to build:
Can anyone help, and if so, as fast as possible? This is due in an hour or less.
Thanks!
Will
Import "rgbe.c" Extern Function bmReadImage(fileName$z) Function bmGetImageHeight%() Function bmGetImageWidth%() Function bmGetNextImageChar%() End Extern
The files rgbe.c and rgbe.h are in the same folder as the blitzmax file.
I keep getting this error when I try to build:
Building Test Compiling:rgbe.c Build Error: failed to compile D:/Test/rgbe.c Process complete
Can anyone help, and if so, as fast as possible? This is due in an hour or less.
Thanks!
Will