[Coco] CoCo Gallery (Roger Taylor
Richard Ivey
rrivey at yahoo.com
Sat Jan 21 20:41:55 EST 2006
a pic tutorial on making cables to work with the color computer would be nice.
coco-request at maltedmedia.com wrote: Send Coco mailing list submissions to
coco at maltedmedia.com
To subscribe or unsubscribe via the World Wide Web, visit
http://five.pairlist.net/mailman/listinfo/coco
or, via email, send a message with subject or body 'help' to
coco-request at maltedmedia.com
You can reach the person managing the list at
coco-owner at maltedmedia.com
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Coco digest..."
Today's Topics:
1. [Color Computer] deskmate error (larryjam1)
2. RE: [Color Computer] deskmate error (DJ)
3. Re: [Color Computer] deskmate error (Robert Gault)
4. Re: IDE development (Alan Jones)
5. Re: IDE development (Roger Taylor)
6. Re: [Color Computer] deskmate error (Stephen Castello)
7. CoCo Gallery (Roger Taylor)
8. Re: [Color Computer] deskmate error (Neil Morrison)
9. Re: [Color Computer] deskmate error (Neil Morrison)
----------------------------------------------------------------------
Message: 1
Date: Sat, 21 Jan 2006 17:57:16 -0000
From: "larryjam1"
Subject: [Coco] [Color Computer] deskmate error
To: ColorComputer at yahoogroups.com
Message-ID:
Content-Type: text/plain; charset=ISO-8859-1
I have a Tandy 1000rsx I have msdos 6.22 installed.
I would like to install Tandy Deskmate.
I downloaded deskmate.exe from http://www.pcxt-micro.com/ site, put it
on a flopppy and ran deskmate.exe, I receive an error message "This
program must be run under win32".
Could you please tell me what I am doing wrong, or point me to an
installation quide?
Brought to you by the 6809, the 6803 and their cousins!
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ColorComputer/
<*> To unsubscribe from this group, send an email to:
ColorComputer-unsubscribe at yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
------------------------------
Message: 2
Date: Sat, 21 Jan 2006 15:39:17 -0600
From: "DJ"
Subject: RE: [Coco] [Color Computer] deskmate error
To: "'CoCoList for Color Computer Enthusiasts'"
Message-ID:
Content-Type: text/plain; charset="us-ascii"
It was packaged with WinRAR as a self extracting file. (Which has to be run
in a win32 environment. (mebbe 3.1 with the right dll's, or 95+)
-----Original Message-----
From: coco-bounces at maltedmedia.com [mailto:coco-bounces at maltedmedia.com] On
Behalf Of larryjam1
Sent: Saturday, January 21, 2006 11:57 AM
To: ColorComputer at yahoogroups.com
Subject: [Coco] [Color Computer] deskmate error
I have a Tandy 1000rsx I have msdos 6.22 installed.
I would like to install Tandy Deskmate.
I downloaded deskmate.exe from http://www.pcxt-micro.com/ site, put it
on a flopppy and ran deskmate.exe, I receive an error message "This
program must be run under win32".
Could you please tell me what I am doing wrong, or point me to an
installation quide?
Brought to you by the 6809, the 6803 and their cousins!
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ColorComputer/
<*> To unsubscribe from this group, send an email to:
ColorComputer-unsubscribe at yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
--
Coco mailing list
Coco at maltedmedia.com
http://five.pairlist.net/mailman/listinfo/coco
------------------------------
Message: 3
Date: Sat, 21 Jan 2006 16:40:53 -0500
From: Robert Gault
Subject: Re: [Coco] [Color Computer] deskmate error
To: CoCoList for Color Computer Enthusiasts
Message-ID: <43D2AA65.3000908 at worldnet.att.net>
Content-Type: text/plain; charset=us-ascii; format=flowed
Without having any further information and relying on the error message
provided, it would seem you are trying to run a Windows program from DOS
which can't be done. Unless your Tandy 1000rsx is running Win32 or
better, the deskmate.exe program may not work.
larryjam1 wrote:
> I have a Tandy 1000rsx I have msdos 6.22 installed.
> I would like to install Tandy Deskmate.
> I downloaded deskmate.exe from http://www.pcxt-micro.com/ site, put it
> on a flopppy and ran deskmate.exe, I receive an error message "This
> program must be run under win32".
>
> Could you please tell me what I am doing wrong, or point me to an
> installation quide?
>
------------------------------
Message: 4
Date: Sat, 21 Jan 2006 17:58:58 -0500
From: Alan Jones
Subject: Re: [Coco] IDE development
To: CoCoList for Color Computer Enthusiasts
Message-ID: <43D2BCB2.5070402 at verizon.net>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Your project sound great Roger. I look forward to trying it out.
Alan
Roger Taylor wrote:
> The Rainbow IDE is coming along well and should be ready for an
> initial release within a week or two. My current work is in the area
> of assembler recognition and configuration, and I am also trying to
> engineer the software so that I (or you) can add compilers and other
> source code processors with minimal effort. Such compilers could
> easily be C, Pascal, Fortran, etc. which means I cannot limit the
> structure of the software to just handling assembly builds. Instead,
> project files call on their "Source Code Processor" to do what needs
> to be done to produce the output object.
------------------------------
Message: 5
Date: Sat, 21 Jan 2006 17:39:14 -0600
From: Roger Taylor
Subject: Re: [Coco] IDE development
To: CoCoList for Color Computer Enthusiasts
Message-ID: <6.2.1.2.0.20060121173432.01d2a440 at mail.newfoal.com>
Content-Type: text/plain; charset="us-ascii"; format=flowed
At 04:58 PM 1/21/2006, you wrote:
>Your project sound great Roger. I look forward to trying it out.
>
>Alan
>
>Roger Taylor wrote:
>
>>The Rainbow IDE is coming along well and should be ready for an initial
>>release within a week or two. My current work is in the area of
>>assembler recognition and configuration, and I am also trying to engineer
>>the software so that I (or you) can add compilers and other source code
>>processors with minimal effort. Such compilers could easily be C,
>>Pascal, Fortran, etc. which means I cannot limit the structure of the
>>software to just handling assembly builds. Instead, project files call
>>on their "Source Code Processor" to do what needs to be done to produce
>>the output object.
Thanks, Alan. It's sure to be a hit with the assembly community. When you
select the M.E.S.S. system you want to send your software into to emulate,
a nice picture of that system appears in the lower left panel. I'm working
hard to round up avatar-sized images of all the systems, but it's not one
of the priorities in getting the software useable. I just want to have a
collection of most of the popular systems so you get that extra feel of
being in control of that particular computer while you're programming.
The best part about Portal-9 and Rainbow is that they are pretty easy to
use and I won't try to overwhelm the user. I want to put the power there
but do most of the work by assuming common things that most developers
might be doing.
--
Roger Taylor
------------------------------
Message: 6
Date: Sat, 21 Jan 2006 19:04:59 -0500
From: Stephen Castello
Subject: Re: [Coco] [Color Computer] deskmate error
To: CoCoList for Color Computer Enthusiasts
Message-ID: <2oi5t1daos5e1a0b6acfq1u778ltlsk3hj at 4ax.com>
Content-Type: text/plain; charset=us-ascii
On Sat, 21 Jan 2006 17:57:16 +0000, larryjam1 had
a flock of green cheek conures squawk out:
>I have a Tandy 1000rsx I have msdos 6.22 installed.
>I would like to install Tandy Deskmate.
>I downloaded deskmate.exe from http://www.pcxt-micro.com/ site, put it
>on a flopppy and ran deskmate.exe, I receive an error message "This
>program must be run under win32".
>
>Could you please tell me what I am doing wrong, or point me to an
>installation quide?
I just downloaded the program. It is a WinRAR self-extracting
archive. You need to run it under Win95 or later to extract the files
first. Or, just use winrar to extract.
WinRAR shows 111 files inside.
Stephen
--
------------------------------
Message: 7
Date: Sat, 21 Jan 2006 18:59:45 -0600
From: Roger Taylor
Subject: [Coco] CoCo Gallery
To: cocoList for Color Computer Enthusiasts
Message-ID: <6.2.1.2.0.20060121185658.01d2b7c0 at mail.newfoal.com>
Content-Type: text/plain; charset="us-ascii"; format=flowed
I'm looking for ideas for album categories for the photo gallery. It just
dawned on me... a schematics section for the hardware buffs. I have some
of these scans myself so I'll post a few to get it started, but I wanted to
tell everybody to feel free to give this system a test... upload CoCo
photos you want to share... and let me know what other albums you think we
should have.
Thanks
www.coco3.com/gallery
--
Roger Taylor
------------------------------
Message: 8
Date: Sat, 21 Jan 2006 17:01:53 -0800
From: "Neil Morrison"
Subject: [Coco] Re: [Color Computer] deskmate error
To:
Message-ID: <08da01c61eef$aa0a5a20$dbe679d1 at NewBaby>
Content-Type: text/plain; charset=ISO-8859-1
Folks on the Malted list - you have to answer on the Yahoo list. He isn't on
Malted. I've pointed him to the Tandy 1000 group.
Neil
----- Original Message -----
From: "larryjam1"
To:
>I have a Tandy 1000rsx I have msdos 6.22 installed.
> I would like to install Tandy Deskmate.
> I downloaded deskmate.exe from http://www.pcxt-micro.com/ site, put it
> on a flopppy and ran deskmate.exe, I receive an error message "This
> program must be run under win32".
>
> Could you please tell me what I am doing wrong, or point me to an
> installation quide?
Brought to you by the 6809, the 6803 and their cousins!
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ColorComputer/
<*> To unsubscribe from this group, send an email to:
ColorComputer-unsubscribe at yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
------------------------------
Message: 9
Date: Sat, 21 Jan 2006 17:01:44 -0800
From: "Neil Morrison"
Subject: [Coco] Re: [Color Computer] deskmate error
To:
Message-ID: <08d901c61eef$a7275e70$dbe679d1 at NewBaby>
Content-Type: text/plain; charset=ISO-8859-1
You have to run this on a Windows PC (Win95 or later). It will extract all
the files you need. Copy these to Tandy 1000 disks.
Neil
----- Original Message -----
From: "larryjam1"
>I have a Tandy 1000rsx I have msdos 6.22 installed.
> I would like to install Tandy Deskmate.
> I downloaded deskmate.exe from http://www.pcxt-micro.com/ site, put it
> on a flopppy and ran deskmate.exe, I receive an error message "This
> program must be run under win32".
>
> Could you please tell me what I am doing wrong, or point me to an
> installation quide?
Brought to you by the 6809, the 6803 and their cousins!
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ColorComputer/
<*> To unsubscribe from this group, send an email to:
ColorComputer-unsubscribe at yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
------------------------------
_______________________________________________
Coco mailing list
Coco at maltedmedia.com
http://five.pairlist.net/mailman/listinfo/coco
End of Coco Digest, Vol 29, Issue 58
************************************
---------------------------------
Yahoo! Photos Showcase holiday pictures in hardcover
Photo Books. You design it and well bind it!
More information about the Coco
mailing list