Skip to search.
mattathias · Mattathias: Building a better BASIC

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 174 - 203 of 549   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
174 Michael Ness
sidewinder52c Offline Send Email
Oct 2, 2005
3:54 am
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...
175 Patrick Wesseling
patrickwesse... Offline Send Email
Oct 2, 2005
11:23 am
Hey Mike, Super cool! I will have a go at it later this day. Is it on the Amos site or the yahoo files? Patrick...
176 Michael Ness
sidewinder52c Offline Send Email
Oct 2, 2005
4:55 pm
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...
177 Patrick Wesseling
patrickwesse... Offline Send Email
Oct 2, 2005
7:56 pm
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...
178 Patrick Wesseling
patrickwesse... Offline Send Email
Oct 2, 2005
8:01 pm
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 ...
179 Michael Ness
sidewinder52c Offline Send Email
Oct 3, 2005
12:14 am
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 ...
180 Patrick Wesseling
patrickwesse... Offline Send Email
Oct 3, 2005
2:08 pm
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 ...
181 Sam Crow
samuraicrow Offline Send Email
Oct 3, 2005
3:14 pm
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...
182 Patrick Wesseling
patrickwesse... Offline Send Email
Oct 3, 2005
4:24 pm
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)...
183 Michael Ness
sidewinder52c Offline Send Email
Oct 3, 2005
9:49 pm
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)...
184 Michael Ness
sidewinder52c Offline Send Email
Oct 3, 2005
9:49 pm
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...
185 Michael Ness
sidewinder52c Offline Send Email
Oct 3, 2005
9:57 pm
Wait! I found it on a backup disk! Woohoo! You can still upload it again if you'd like, but I do have it. Thanks, Mike...
186 Patrick Wesseling
patrickwesse... Offline Send Email
Oct 3, 2005
10:22 pm
Hi, Mattathias.c file. I will have a more in depth look at it tomorrow myself. Patrick...
187 Michael Ness
sidewinder52c Offline Send Email
Oct 3, 2005
11:21 pm
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...
188 Patrick Wesseling
patrickwesse... Offline Send Email
Oct 4, 2005
7:54 am
Hi Mike, Ok. :-) Patrick...
189 Patrick Wesseling
patrickwesse... Offline Send Email
Oct 4, 2005
2:41 pm
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 ...
190 Patrick Wesseling
patrickwesse... Offline Send Email
Oct 10, 2005
4:03 pm
Hi, Mike did you made any progress on Mbasic? Did you fix the casting probs? Patrick [Non-text portions of this message have been removed]...
191 Michael Ness
sidewinder52c Offline Send Email
Oct 11, 2005
4:46 am
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....
192 Patrick Wesseling
patrickwesse... Offline Send Email
Oct 11, 2005
11:25 am
Hi Mike, I will have a go at the latest source today. Like you said, this will be fun. :-) Patrick...
193 Patrick Wesseling
patrickwesse... Offline Send Email
Oct 11, 2005
12:00 pm
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...
194 Michael Ness
sidewinder52c Offline Send Email
Oct 11, 2005
11:11 pm
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...
195 Patrick Wesseling
patrickwesse... Offline Send Email
Oct 12, 2005
9:55 am
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 ...
196 Patrick Wesseling
patrickwesse... Offline Send Email
Oct 12, 2005
11:05 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...
197 Patrick Wesseling
patrickwesse... Offline Send Email
Oct 12, 2005
1:42 pm
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...
198 Crow, Samuel David
samuraicrow Offline Send Email
Oct 12, 2005
1:52 pm
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...
199 Patrick Wesseling
patrickwesse... Offline Send Email
Oct 12, 2005
2:40 pm
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 ...
200 Michael Ness
sidewinder52c Offline Send Email
Oct 12, 2005
11:06 pm
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...
201 Michael Ness
sidewinder52c Offline Send Email
Oct 12, 2005
11:18 pm
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....
202 Crow, Samuel David
samuraicrow Offline Send Email
Oct 13, 2005
12:36 am
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...
203 Michael Ness
sidewinder52c Offline Send Email
Oct 13, 2005
2:41 am
... 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...
Messages 174 - 203 of 549   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help