home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / vms / 20245 < prev    next >
Encoding:
Internet Message Format  |  1993-01-03  |  3.3 KB

  1. Path: sparky!uunet!cs.utexas.edu!usc!sdd.hp.com!swrinde!gatech!destroyer!ncar!noao!amethyst!organpipe.uug.arizona.edu!!vance
  2. From: vance@lpl.arizona.edu (Vance Haemmerle x4021)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: ERROR MESSAGES
  5. Message-ID: <1993Jan3.205719.1181@organpipe.uug.arizona.edu>
  6. Date: 3 Jan 93 20:57:19 GMT
  7. References: <9301022158.AA31384@cunixf.cc.columbia.edu>
  8. Sender: vance@lpl.arizona.edu
  9. Distribution: world,local
  10. Organization: Lunar & Planetary Laboratory, Tucson AZ.
  11. Lines: 51
  12.  
  13. In article <9301022158.AA31384@cunixf.cc.columbia.edu> don@ANZIO.GATECH.EDU writes:
  14. >I have a real problem~r a{d I am not sure what to do.  I have a software
  15. >program that I bought but it runs too slow.  I can't hardly ~rget anything
  16. >done with it{ so I decid{ that instead I should run it on VAX.  So, I use
  17. >kermit to transfer it to VAX and it looks good it's got the same name
  18. >and everything.  But when I t{y to RUN it, I just get error messages and
  19. >I don't know why.  So, I figure that I have something wrong and I go to
  20. >the VAX guy and he says that block size needs to bg{ changed and so I use
  21. >FILE and change blocksizes.  It still doesn't work when I go this because
  22. >I run it and it just gives me a lot of numbers on the screen.  This isn't
  23. >useful.  I am wondering if it{might be because I don't have EGA on the VAX
  24. >and I think the software program might need EGA{  Is there some way I get
  25. >another program emulate EGA or something?
  26. >
  27. >Thank you everybody.
  28.  
  29.   It sounds as though you are trying to run a DOS executable file and
  30.   expecting it to run on a VAX computer.  Things don't work that way.
  31.   The code portion as well as the file layout of an executible image
  32.   depend on the instruction set of the computer's CPU and its operating
  33.   system.  So things like changing the block size will have no effect.
  34.   I'm surprised that your "VAX guy" didn't tell you this!  Either a)
  35.   you didn't fully explain what you wanted to do, b) He is underqualified
  36.   for his position or c) this is a New Year's joke post  [always a strong
  37.   possibility :-)].
  38.  
  39.   Anyway, if you want to run a program designed to work on PCs to run on
  40.   a VAX, you need a product that emulates the DOS environment.  What
  41.   you want is SoftPC V3.0 (for VMS or ULTRIX - whatever your operating
  42.   system on your vax happends to be, but seeing as this is comp.os.vms
  43.   I'd say it's most likely VMS).  Version 3.0 of SoftPC emulates an 
  44.   80286 IBM PC/AT with an 80287 floating point co-processor and comes 
  45.   with DOS V3.3.  On a VAXstation, it emulates Hercules, CGA, EGA, and 
  46.   VGA graphics.  The list price for a 1 user license is $595 (order 
  47.   number QL-YNWAA-3B).
  48.  
  49.   If speed is your concern however, you might not be satisfied by this
  50.   approach.  This is partly due to the cost of emulation on speed.
  51.   A VAXstation 4000 Model 60 will only emulate as fast as a 16MHz 286
  52.   computer.  Graphics are even slower.  Given all of this, SoftPC is
  53.   more for compatibility than speed.  You might be better off just
  54.   finding a faster PC to run your application on.
  55.  
  56.   By the way, your post is just the type to get some bored know-it-all
  57.   to flame you... just give it the attention it deserves, ignore it.
  58.  
  59. --
  60.  Vance Haemmerle                              vance@vips.lpl.arizona.edu
  61.  Support Systems Analyst, Senior              vance%toyvax@arizona.edu
  62.  Lunar & Planetary Lab
  63.  University of Arizona                        * Look before you flame *
  64.