-
From Redmine: http://odd-eyed-code.org/issues/77
> Wouldn't looking at http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=User_Defined_Language_Files help? The page contains language …
-
Wenn wir mit mehreren "Branches" arbeiten und hin- und her-switchen, aendert GIT immer die "modified"-timestamps der Dateien. Damit kompiliert BlitzMax dann immer alle Dateien (des Projekts, nicht die…
GWRon updated
3 years ago
-
So i put on debug mode and stepped in, on this line it it has the segmentation fault
the segmentation fault happened after or on this line (I think, i had to go back and see.
If usecanvas=False …
-
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[]'. I can then cast to an array of 'typea[]' - …
-
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 output when…
-
For now any string comparison is already sped up by a "hash" (generated during compilation for defined strings and during runtime for others).
But what happens if you want to eg use a custom sort "…
GWRon updated
1 month ago
-
Hi,
I came across a weird bug that makes the program freeze on Windows.
```
SuperStrict
Framework BRL.StandardIO
Import MaxGUI.Drivers
Import BRL.EventQueue
Local Window:TGadget = CreateW…
-
Link-time optimisation (some info [here](http://johanengelen.github.io/ldc/2016/11/10/Link-Time-Optimization-LDC.html) and [here](https://llvm.org/docs/LinkTimeOptimization.html) ) can potentially cre…
-
**Is your feature request related to a problem? Please describe.**
MaxIDE and bmk expect to save their stuff in the directory the binaries are physically located. Symlinks and current directories a…
-