blitzmax icon indicating copy to clipboard operation
blitzmax copied to clipboard

BlitzMax

Results 8 blitzmax issues
Sort by recently updated
recently updated
newest added

When building a BlitzMax executable program on Linux, the generated executable is detected as a shared library and cannot be launched normally. On my current project in BMax produces this...

``` $ ./install.bat git:master Compiling:blitz_app.c In file included from /System/Library/Frameworks/Security.framework/Headers/AuthSession.h:32:0, from /System/Library/Frameworks/Security.framework/Headers/Security.h:43, from /System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/CSIdentity.h:43, from /System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/OSServices.h:27, from /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/IconsCore.h:23, from /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h:22, from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:39, from /Users/noah/src/blitzmax/mod/brl.mod/blitz.mod/blitz_app.c:66: /System/Library/Frameworks/Security.framework/Headers/Authorization.h:192:7: error: variably modified 'bytes' at...

Im not sure what exactly causes this, but it seems that some local variables that are optimized away does not end up in the exception frame. Unless those locals are...

![image](https://user-images.githubusercontent.com/11202073/28460124-f2eb3cfa-6e10-11e7-8313-939affffd0c1.png)

I have BlitzMax installed on a USB-HardDrive (ExFAT formatted). This made it easier for me to create both Mac and Windows versions of my stuff without having to transfer files...

I have found an issue with casting to and from 'type array' and 'Object array'. In this example I create an array of 'typeb'. I get the array by 'Object[]'....

On Windows10 MaxIDE and other BlitzMax applications run with degregated resolution.

Hi, you write `Requires 32 bit dev libs`. When I try to run the apt-get, for example `apt install linux-libc-dev:i386` It tells me it doesn't exist, I can install it...