-
I just tried to compile maxmod again:
``` console
./bmk makemods -r -a maxmod2
Compiling:maxmod2.bmx
Compile Error: Overriding method does not match any overridden method.
[/BlitzMaxNG/mod/maxmod2.mo…
GWRon updated
8 years ago
-
```
After updating bookmarks of a media file, ProTONE player displays an
application error. See attachment.
The bookmarks are correctly saved despite of the error.
```
Original issue reported on …
-
```
Open Media Library
Go to File Explorer
Select a MP3 file, add bookmarks if not already added
Go to related BMK file
Boorkmark list should be editable but it is not
```
Original issue reported on …
-
- fetched the latest bcc_overload
- fetched latest brl.mod/pub.mod for NG
- compiled bcc
- recompiled all modules (./bmk makemods -a)
Sample code:
``` BlitzMax
SuperStrict
Framework Brl.StandardIO
…
GWRon updated
8 years ago
-
An example error is (it is a cut and paste from the html output of a django view):
Validation Error: (R2875C1): cannot write data row: 'ascii' codec can't encode character u'\u20ac' in position 35: …
-
NG doesn't seem to like this:
```
#Outer
For Local i:Int = 0 Until 10
Print i
If i = 5 Then Exit Outer
Next
Print "done."
End
```
... giving the error `Identifier 'Outer' not found`.
-
Not sure if the bmk or bcc :/
Rather that show you my own code its easier to use the example in the docs under 'Interfacing with C and other languages' with ( a fixed version of ) the c++ example on t…
-
```
1. Allow defining of linked files extensions per file type
a. Definitions should be saved in Registry
b. Installer should create default definitions
- per all supported audio files add "BMK" …
-
bah.libsmbclient doesn't currently build with bmx-ng.
-
Note sure why, but you've put only forward declarations of XXH64_state_s and XXH64_state_t in the header file. This makes it so I can't instantiate XXH64_state_t in my code when xxhash is built as a l…