To whom it may concern:
I'm trying to compile the Brandy Basic Interpreter and It's missing files. I found the SDL, JLIB packages.
But it's missing something that I can't find.
It's missing function like wherex, wherey, gotoxy, movetudiotext, and I understand these are compiler functions. I'm trying to compile in Visual Studio 2017. those function are in the DOS compilers. I can create those myself. but what about:
buff_get_pointNC, buff_draw_pointNC, screen_blit_buff_toNC, buff_scale_buff_toNC, screen_put_pal, etc.
these are just a few that I have found, and many more of these type.
I could not find these anywhere.. Help. Any insight? would be greatly appreciated. Thx in advance....
If it's of any help, the Matrix Brandy fork compiles using the MinGW compiler, the build scripts are written to run within the Cygwin environment but the resulting binaries do not require or use Cygwin, and this fork appears to be the only one undergoing any real development.