-
hi,
If i want to build this example :
`SuperStrict`
`Framework maxgui.drivers`
`Import brl.eventqueue`
`Import brl.jpgloader`
`Global window:Tgadget`
`Global p1:Tgadget`
`Global pix1:TPixmap`
`win…
-
midipix ( http://midipix.org ) is an upcoming POSIX layer for windows, builds pretty much out of box with added defined(**midipix**) in two spots, also compresses and decompresses correctly \o/
`diff…
-
When compiling on Linux, the linking fails. Conditionals itself work (so when removing that conditional around the import, the print's are executed correctly.
extern.bmx
``` BlitzMax
SuperStrict
Fra…
GWRon updated
8 years ago
-
Don't know if bcc is to blame, or pub.lua.
But after upgrading bcc to latest from git I get the following error when (trying to) build modules:
```
BlitzMax/mod/pub.mod/lua.mod/.bmx/lua.bmx.debug.win…
olejr updated
8 years ago
-
I currently use wget in my bookmark script to download pages to a local folder
mkdir ~/.newsbeuter/bookmarks/"${description}"
wget ${url} -O ~/.newsbeuter/bookmarks/"${description}"/"${title}".html
…
ghost updated
8 years ago
-
After update to 07aa936a67853b242a0ed73cb9f45ccccfa4483b I cannot edit users in Conductor. After clicking on Edit I get:
```
Error 42000
UD023: Duplicate member name del_ca in type DB.DBA.page_…
-
Howdy,
I've noticed that benchmarking a 16K file with -B500000 (for example), the compression ratio suffers:
$ zstd -b text_00016k
1#text_00016k : 16384 -> 6661 (2.460), 190.8 MB/s ,…
-
I tried (again) to compile maxmod2.mod and it fails this way:
```
./bmk makemods -r maxmod2
[ 27%] Compiling:blitz_thread.c
[ 55%] Archiving:blitz.release.linux.x86.a
ar: creating /BlitzMaxNG/mod/brl…
GWRon updated
8 years ago
-
This was suggested via mail some time ago, so I just print it here for documentation (and "closing" if included).
What about adding support for default-params in **bcc.conf** ?
Lately (with the inclu…
GWRon updated
8 years ago
-
I am currently coding an RPG using BlitzMax original.
I have a separate tool I coded to set up the enemies the player will meet.
I used this tool to try out BlitzMax NG (it works if "Vanilla" and it's…