Megalextoria
Retro computing and gaming, sci-fi books, tv and movies and other geeky stuff.

Home » Archive » net.micro.amiga » Tough questions
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Tough questions [message #279436] Thu, 12 December 1985 16:58 Go to next message
SPENCER[1] is currently offline  SPENCER[1]
Messages: 6
Registered: December 1985
Karma: 0
Junior Member
Article-I.D.: oberon.166
Posted: Thu Dec 12 16:58:14 1985
Date-Received: Sat, 14-Dec-85 03:58:28 EST
Distribution: net
Organization: U. of So. Calif., Los Angeles
Lines: 41

I don't suppose that there is anyone out there who has ever gotten out
of the Mandril demo... or is it the reverse, am I the only one that has
never been able to exit it.  I have a window with a close gadget assigned
to the display and I can move it front and back but I have found no way
to exit and now way to pull the demo down and I find myself rebooting
every time I run it.  Anyone had this problem?

Also, I just came from the dealer who just got in the 5 1/4" drives and
I am curious if there is anyone out there in netland that is working
on a meathod of accessing the larger drive from AmigaDos, for I would
love to have the ability to port stuff from the Amiga side of the computer
to the IBM side of the computer.  It is not like I can hook up a serial
cable and run Kermit between the two.  I have many friends that have PCs
and to be able to send them stuff just by editing it on my Amiga word-
processor would be wonderful.  I could send them programs that they could
run on their computers too.

On that last point, I am curious...
I have been reading for several weeks about people that want the only
post sources to the net for this will allow the programmers of the lot
to modify them and develop really spectacular unilities, while the other
half wants to be able to run the program and not have to get every possible
compiler on the market to be able to compile *all* the possible sources
that come in.  Will, it would seem to me that you could (or I could) write
a really short utility that creates a basic program from the compiled code.
This could be sent easily over the net and the source could be sent also
or in a seperate file.  Basic could be commented and would still run, or
the basic program could do all the writing and saving of the file(s).
The point is that every one has basic, right? (On the Amiga anyway) and
this would save the problem of reading through all the binaries and having
to worry about what version of binhex you are running, and the original
encoding program could be easily distributed.  This all comes from the
malabrot demo recently posted where the machine code was placed in basic
extensively commented and very easy to run.  I hope that this gives some-
one a better idea of how we should do it...

==============================================================================
Randal Spencer      Student DEC Consulting - University of Southern California
Home: 937 N. Beverly Glen Bl. Bel Air California 90077          (213) 470-0428
Arpa: Spencer@USC-ECL  or  Spencer@Oberon              Bitnet: Spencer@USCVAXQ
------------------------------------------------------------------------------
Re: Tough questions [message #279446 is a reply to message #279436] Sat, 14 December 1985 12:31 Go to previous messageGo to next message
atoy is currently offline  atoy
Messages: 3
Registered: December 1985
Karma: 0
Junior Member
Article-I.D.: watnot.11376
Posted: Sat Dec 14 12:31:52 1985
Date-Received: Sun, 15-Dec-85 00:11:09 EST
References: <166@oberon.UUCP>
Reply-To: atoy@watnot.UUCP (Andy Toy)
Distribution: net
Organization: U of Waterloo, Ontario
Lines: 33
Summary: 

In article <166@oberon.UUCP> spencer@oberon.UUCP (Randy Spencer) writes:
 > I don't suppose that there is anyone out there who has ever gotten out
 > of the Mandril demo... or is it the reverse, am I the only one that has
 > never been able to exit it.

There is a close gadget on the display, but you can't see it.  It's only
about one or a couple of pixels in the uppper left corner of the screen.

 > I have been reading for several weeks about people that want the only
 > post sources to the net for this will allow the programmers of the lot
 > to modify them and develop really spectacular unilities, while the other
 > half wants to be able to run the program and not have to get every possible
 > compiler on the market to be able to compile *all* the possible sources
 > that come in.

Yes for SOURCES.  Keep it that way.  Have you ever tried understanding or
modifying object code?  Although I feel that there should be some way for
those compiler-less Amiga users out there to get the nifty programs
developed by those with compilers.  What's the solution?

 > Will, it would seem to me that you could (or I could) write
 > a really short utility that creates a basic program from the compiled code.
 > ...etc.

You will still not have the source to fiddle around with.  All you end up
with is an AbasiC loader for the machine code.  Besides, if you did send
the binary, what's wrong with using something standard like uuencode/decode?

Andy Toy                               UUCP: ...!watmath!watnot!atoy
University of Waterloo               BITNET: atoy@watdcsu.NetNorth
Mapping, Analysis and Design Group
Waterloo, Ontario
CANADA
Re: Tough questions [message #279452 is a reply to message #279436] Sat, 14 December 1985 17:18 Go to previous messageGo to next message
wcjanzen is currently offline  wcjanzen
Messages: 1
Registered: December 1985
Karma: 0
Junior Member
Article-I.D.: watnot.11377
Posted: Sat Dec 14 17:18:04 1985
Date-Received: Sun, 15-Dec-85 00:33:57 EST
References: <166@oberon.UUCP> <11376@watnot.UUCP>
Reply-To: wcjanzen@watnot.UUCP (Craig Janzen)
Distribution: net
Organization: U of Waterloo, Ontario
Lines: 22
Summary: 

In article <11376@watnot.UUCP> atoy@watnot.UUCP (Andy Toy) writes:
 > In article <166@oberon.UUCP> spencer@oberon.UUCP (Randy Spencer) writes:
 >> Will, it would seem to me that you could (or I could) write
 >> a really short utility that creates a basic program from the compiled code.
 >> ...etc.
 > 
 > You will still not have the source to fiddle around with.  All you end up
 > with is an AbasiC loader for the machine code.  Besides, if you did send
 > the binary, what's wrong with using something standard like uuencode/decode?

But, the Mandelbrot program that was posted has assembler code in the AbasiC
loader and it is commented.  I see that as a good way to post Assembler
source (now if they could only do that with C source).  I hope that there's
going to be a way for us Amiga users to get programs even though we don't
have C or the 68000 Assembler.  How about forming local user groups where
the group would have all the compilers and its members all chip in to buy
them?  Any better ideas, anyone?

Craig Janzen
Faculty of Mathematics
University of Waterloo
Waterloo, Ontario
Re: Tough questions [message #279477 is a reply to message #279436] Sun, 15 December 1985 16:12 Go to previous message
bruceb is currently offline  bruceb
Messages: 41
Registered: October 1985
Karma: 0
Member
Article-I.D.: amiga.402
Posted: Sun Dec 15 16:12:53 1985
Date-Received: Tue, 17-Dec-85 04:00:21 EST
References: <166@oberon.UUCP>
Reply-To: bruceb@hunter.UUCP (Bruce Barrett)
Distribution: net
Organization: Commodore-Amiga Inc., 983 University Ave #D, Los Gatos CA 95030
Lines: 10


To "close" the Mandril demo (Workbench Demos V1.0) press above the close
gadget:
	 X <----- here
        [.] MMMMMMMMMMMMMMM[_][_]
	|			|
	|			|
	|_____________________[_]
This is a bug.  The pointer appears higher in the screen than the 
active spot.  BruceB
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: mailing list
Next Topic: Re: ST wins over Amiga (??!)
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Tue May 07 19:45:21 EDT 2024

Total time taken to generate the page: 0.01872 seconds