-I installed Vista 32-bit Home Premium.
-Installed BlitzMax 1.30.
-Installed MinGW 5.1.3.
-Added ";C:\MinGW\bin" to the Path environment variable.
When I try to build a module, I get this error:
Everything worked fine with Windows XP.
-Installed BlitzMax 1.30.
-Installed MinGW 5.1.3.
-Added ";C:\MinGW\bin" to the Path environment variable.
When I try to build a module, I get this error:
Building engine
Compiling:IncBin.bmx
flat assembler version 1.66
3 passes, 49913 bytes.
Compiling:Timer.bmx
flat assembler version 1.66
3 passes, 3998 bytes.
Compiling:AppTiming.bmx
flat assembler version 1.66
3 passes, 6874 bytes.
Compiling:OpenGLHelper.bmx
flat assembler version 1.66
4 passes, 19645 bytes.
Compiling:Maths.c
Build Error: failed to compile C:/Users/MyName/Desktop/Engine/Imports/Maths.c
Process complete
Compiling:IncBin.bmx
flat assembler version 1.66
3 passes, 49913 bytes.
Compiling:Timer.bmx
flat assembler version 1.66
3 passes, 3998 bytes.
Compiling:AppTiming.bmx
flat assembler version 1.66
3 passes, 6874 bytes.
Compiling:OpenGLHelper.bmx
flat assembler version 1.66
4 passes, 19645 bytes.
Compiling:Maths.c
Build Error: failed to compile C:/Users/MyName/Desktop/Engine/Imports/Maths.c
Process complete
Everything worked fine with Windows XP.