| Dear Jpff,
two questions about new score opcodes:
1) Another nice thing to do is to implement nested repeats.
I will be very happy if you will implement such feature.
2) When I use the debug mode with MSVC, the compiler displays a lot of error messages when
using macros:
memory check error at 0x00851C88 = 0x30, should be 0xFD
I noticed that these messages are generated by a free() call, in particular by:
mfree(str->body);
in file SREAD.C
These errors doesnt appear in release compilation. Have you any idea?
|