68kMLA Classic Interface

This is a version of the 68kMLA forums for viewing on your favorite old mac. Visitors on modern platforms may prefer the main site.

Click here to select a new forum.
REALBasic 2.1.2 language reference
Posted by: TechEdison on 2018-08-14 09:21:48
Does anyone have a copy of this or know where to find it? It's not on archive.org.

here is the directory listing: https://web.archive.org/web/20000817012936/http://www.realbasic.com:80/files/

the file itself should be at realbasic.com/files/LanguageReference.pdf but it just redirects to another page on archive.org.

Posted by: Dog Cow on 2018-08-14 21:52:43
It's not on archive.org.
Oh my God, that means it doesn't exist!!!!!  8-o

Is this what you're looking for? This is a newer version than what I think you're asking for, though.

Posted by: TechEdison on 2018-08-15 09:56:31
Yea that one's a bit too new. I did find documentation for version 4 and have been managing to get it to work using that.

Side note: when I try to run these apps (compiled for 68k) on my macintosh classic, it gives an address error bomb and has to restart. It does the same thing after having installed the CFM68k enabler. Any ideas?

Posted by: dcr on 2018-08-15 10:22:46
The requirements for REALBasic 2.1.2 are "Macintosh Computer running System 7.6.1 or later, 68020 or PowerPC Processor, 4.5 megabytes of available memory (with Virtual Memory on), and a hard disk with 6.5 megabytes of free space."

If I remember right, don't the compiled apps have the same system requirements as the IDE?

Posted by: TechEdison on 2018-08-15 10:46:34
The compiled applications should run on system 7.1 with CFM68k. They can be compiled to use as little as 512k of ram as well.

Posted by: techknight on 2018-08-18 08:41:00
but CFM68k wont run unless your "32-bit clean". 

I vaguely recall getting it to run on a base 68000 using the 020 emulator or enabler or whatever it was called. But its been 15+ years. 

Posted by: TechEdison on 2018-08-21 08:22:45
I guess that makes sense now. Thanks for the info.

In other news, progress on this chat app is going well. In fact its almost done!

Posted by: techknight on 2018-08-22 18:13:07
Nice! Which language did you end up going with?

Posted by: TechEdison on 2018-08-22 20:18:36
Ended up using RB2.1.2 for a while, but went to 3 after 2 had a nasty habit of not saving my work.

The built in TCP functionality made it the ideal candidate for the client.

The server software is currently written in PHP, but I may change it later on (thank goodness I documented the API well)

Posted by: TechEdison on 2018-08-27 19:29:25
Official release for this app is coming as soon as I can get it to run on windows again.... it worked ONCE, then I changed a couple menu enable settings and it quit working.

On the mac end of things, it is totally functional.

Posted by: LaPorta on 2018-08-28 02:18:40
I'll have to see what version I have on my shelf, but I have the original books, disks, etc, here.

Posted by: techknight on 2018-08-28 16:38:07
Official release for this app is coming as soon as I can get it to run on windows again.... it worked ONCE, then I changed a couple menu enable settings and it quit working.

On the mac end of things, it is totally functional.
Yea, the early versions of RB were very finicky. It had a tendency to corrupt the code during compilation. Especially if its not allocated enough memory. 

I have a license to the latest version of it which is now Xojo, and its still a hot mess, although better. 

Posted by: TechEdison on 2018-08-28 19:31:13
I'm considering compiling the windows version in a later version of RB. The FAT, 68k, PPC, and OSX binaries work just fine. It's only the windows one.

1