I just have to celebrate a bit tonight since I've finally solved some long standing issues with the input routine. It now acts just like the AMOS input...
Hey Patrick, It's in the Yahoo! file's section because I'm still having trouble with the ISP hosting the AMOS Factory site. PHP seems to be hopelessly broken...
Hi Mike, I wanted to have a go at it today but I was too busy. Tomorrow will have a go at it and report back about it. Looking forward to play with it. Patrick...
Hi Mike, Maybe a stupid question but does it compile under Windows only? I have not looked at it yet but I read something about a Visual component. Patrick ...
It should compile with any ANSI C compiler. I have it setup like this: The Mattathias BASIC Compiler: backend.c c_backend.c c_functions.c constant.c ...
Hi Mike, Ah ic. I will have a go at it. Tomorrow I got some time to really test it all out and see if there are any probs. But I will have a go at it soon ...
I see you've reverted to using *char for your strings. Do you need me to re-upload my Amos-compatible string handler? (Amos stores a length with the char...
Hi Mike, I am running it thru gcc on OS4 but it already gives an error on line 80 about turning something into something (sorry I am not at the machine)...
How rare. :-) Which file was it compiling when you recieved the error? Mike ... line 80 about turning something into something (sorry I am not at the machine)...
Yes, please re-upload the string handler if you can. I think I lost it in a computer crash. I haven't finished the string handling yet, and I was using NULL...
Akk! Sorry, sloppy programming on my part. I didn't cast all of my memory allocations to their appropriate types. My compiler doesn't even warn me. I'll...
Hi Mike, I see it still has a problem. I want to use my site more active but since I don't want to make it myself (no time or the desire) I have to go for a ...
Hey Patrick, Yes, I've fixed the casting problems to the best of my knowledge. It sounds like you have a very strict compiler. That's probably a good thing....
Mike, I have a problem with memory.h. During the compile it complains it cannot find the file. I changed the "" also but still no luck. The file is in the same...
Patrick, How interesting. I suppose I should've renamed it something else like mem.h or something, but it really shouldn't matter since the quotes tell it to...
Hi Mike, Yep I am running the compiler from the dir with all the files. That was my thought also doing the absolute path. Well coffee has been made and I am ...
Hi, I have tried everything but I get stuck on the memory.h file. Always no such file or directory. I tried absolute path, I tried not from in the dir...
Hi, Once the basic command set is done and working there will be the next step. I am sure a lot of people would say "gaming!". Meaning the commands to write...
The extensions are definitely a high priority. Being able to write extensions in C would allow us to port some of the Amos-related features of SDLBasic and...
Hi, Writing extensions in C for MBasic is going to be a great thing. From there on the rest can be created. This is really the thing I am waiting for. Once ...
Can you post a screen shot? Or tell me what file the error is coming from and what the exact message says? Thanks, Mike ... no such file or directory. I tried...
Hehe, no pressure, right guys? Guys? ... Here's the "plan" as it is in my mind right now: 1. Complete the core basic commands. 2. Add the extension system. 3....
No pressure at all. One thing that is going to be hard is that in the object oriented part we won't be able to use the method names from the C namespace unless...
... Thanks...but there is a bit I can feel it, if only self imposed. ... part we won't be able to use the method names from the C namespace unless we add...