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

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 168 - 197 of 549   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
168 Patrick Wesseling
patrickwesse... Offline Send Email
Jul 16, 2005
6:51 am
Hi, How is everyone doing here on the list? It has been a bit quiet lately. Patrick [Non-text portions of this message have been removed]...
169 Crow, Samuel David
samuraicrow Offline Send Email
Jul 17, 2005
9:01 pm
I am trying to content myself to SDLBasic while I wait for the Mattathias compiler to become ready. In doing so I've had to convert lots of function calls...
170 Patrick Wesseling
patrickwesse... Offline Send Email
Jul 19, 2005
2:33 pm
Hi, I just hang on till MBasic and besides that try to burn rubber with C. :-) Patrick...
171 Patrick Wesseling
patrickwesse... Offline Send Email
Sep 26, 2005
1:05 pm
Hi, Any news to report? Patrick [Non-text portions of this message have been removed]...
172 Michael Ness
sidewinder52c Offline Send Email
Sep 27, 2005
12:14 am
Well, not too much exciting news other than that I have more time to program now. Currently I'm working on a link library for the default compiler to make the...
173 Patrick Wesseling
patrickwesse... Offline Send Email
Sep 28, 2005
1:18 pm
Hi Mike, Nice to hear you got more time for coding. :-) Patrick...
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...
Messages 168 - 197 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