home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.96 / text0243.txt < prev    next >
Encoding:
Text File  |  1996-07-25  |  13.1 KB  |  297 lines

  1. Chris McCraw (fool@cs.utexas.edu) wrote:
  2. : fyi, c.e.m.e ppl:  this assignment, at least, is very simple, partly running
  3. : compilers may work out for me--i dont need any extra features and very few
  4. : libs/headers, should be >200 lines of code.
  5.  
  6. Quick basic works, as if that helps...
  7.  
  8. --
  9. <a href=mailto:tfries@umr.edu>Todd T. Fries</a>
  10. <a href=http://www.cs.umr.edu/~tfries/>My Homepage!</a>
  11.  
  12. From owner-paper Thu Jan 25 18:38:34 1996
  13. Return-Path: <owner-paper>
  14. Received: by ftp.ardi.com (Smail3.1.29.1 #3)
  15.     id m0tfd7Z-0007qHa; Thu, 25 Jan 96 18:38 MST
  16. Sender: owner-paper
  17. Received: from kitsune.swcp.com by ftp.ardi.com with smtp
  18.     (Smail3.1.29.1 #3) id m0tfd70-0007qGC; Thu, 25 Jan 96 18:37 MST
  19. Received: from swissbank.swissbank.com (swissbank.swissbank.com [146.180.1.2]) by kitsune.swcp.com (8.6.9/8.6.9) with SMTP id SAA17073 for <executor@ardi.com>; Thu, 25 Jan 1996 18:12:58 -0700
  20. Received: by swissbank.swissbank.com with UUCP
  21.     (4.1/BK-1.9) id AA29041; Thu, 25 Jan 96 19:14:35 CST
  22. Received: from il.us.swissbank.com by gatekeeper.swissbank.com with SMTP
  23.     (8.6.12/BK-1.12) id TAA05911; Thu, 25 Jan 1996 19:09:37 -0600
  24. Received: from ch1d92iwk by il.us.swissbank.com (4.1/SMI-4.1)
  25.     id AA05993; Thu, 25 Jan 96 19:11:43 CST
  26. Received: by ch1d92iwk (NX5.67d/NX3.0S)
  27.     id AA03343; Thu, 25 Jan 96 19:11:42 -0600
  28. Date: Thu, 25 Jan 96 19:11:42 -0600
  29. From: doug_wing@il.us.swissbank.com (Doug Wing)
  30. Message-Id: <9601260111.AA03343@ch1d92iwk>
  31. Received: by NeXT.Mailer (1.100)
  32. Received: by NeXT Mailer (1.100)
  33. To: executor@ardi.com
  34. Subject: Speedometer 4.02 problem
  35. Sender: owner-paper@ardi.com
  36. Precedence: bulk
  37.  
  38. Is anyone else having problems getting Speedometer 4.02 to give a Disk  
  39. reading?  I always get a 0.00.  Actually one time I turned off Direct Disk  
  40. Access and got a reading, but I've never been able duplicate this.  Any  
  41. suggestions?
  42.  
  43. Regards,
  44. Doug
  45. Registered E/D user.
  46. Be productive, use Warp!
  47.  
  48. From owner-paper Thu Jan 25 21:13:53 1996
  49. Return-Path: <owner-paper>
  50. Received: by ftp.ardi.com (Smail3.1.29.1 #3)
  51.     id m0tffXp-0007qIa; Thu, 25 Jan 96 21:13 MST
  52. Sender: owner-paper
  53. Received: from ardi.com by ftp.ardi.com
  54.     (Smail3.1.29.1 #3) id m0tffXF-0007qGn; Thu, 25 Jan 96 21:13 MST
  55. Path: sloth.swcp.com!tesuque.cs.sandia.gov!ferrari.mst6.lanl.gov!newshost.lanl.gov!ncar!newsxfer.itd.umich.edu!news.mathworks.com!news.kei.com!nntp.coast.net!chi-news.cic.net!newsxfer2.itd.umich.edu!agate!news.ucdavis.edu!slouken
  56. From: slouken@cs.ucdavis.edu (Sam Oscar Lantinga)
  57. Newsgroups: comp.emulators.mac.executor
  58. Subject: Re: Floppy Access?
  59. Date: 18 Jan 1996 03:44:28 GMT
  60. Organization: University of California, Davis
  61. Lines: 34
  62. Message-ID: <4dkfms$7cp@mark.ucdavis.edu>
  63. References: <4dejvu$ep5@news.vcd.hp.com> <4djc5i$ki3@decaxp.harvard.edu>
  64. NNTP-Posting-Host: maybach.cs.ucdavis.edu
  65. X-Newsreader: TIN [version 1.2 PL2]
  66. To: executor@ardi.com
  67. X-MailNews-Gateway: From newsgroup comp.emulators.mac.executor
  68. Sender: owner-paper@ardi.com
  69. Precedence: bulk
  70.  
  71. : Maybe.  Here's the deal: PC Exchange puts the data fork of the mac file 
  72. : wherever you drag it on the PC disk, and creates a "resource.frk" folder 
  73. : into which it puts all of the resource data. Executor uses an older--written 
  74. : by Apple, damn them--standard which puts the resource fork in the same 
  75. : directory as the data fork, but with a "%" prepended to the file name.  What 
  76. : you'd need to do would be to
  77. :     1) copy the files to a PC disk
  78. :     2) create a "resource.frk" directory
  79. :     3) move the %-files to that directory
  80. :     4) delete the %-sign
  81. :     5) make sure the two files have the same name in the dos 8.3 
  82. : character name.
  83.  
  84. : It might work.
  85.  
  86.     Playing around with the resources of Mac files on Linux,
  87. I've found that there seems to be a 512 byte header at the beginning
  88. of the Executor resource file that is not part of the resource.
  89.  
  90.     So, if you want the resources, you might want to strip
  91. the header with a programmer's editor, or under Linux, the 'dd' command.
  92. Try:
  93.     dd if=%resource of=newresource bs=512 skip=1
  94. (I think this works)
  95.  
  96.     In developing the Maelstrom port to Linux, I created a
  97. C++ class that opens a Mac Resource file and reads it in.  If you're
  98. interested, I can send you source.  - email me!
  99.  
  100. See ya!
  101.     -Sam Lantinga            (slouken@cs.ucdavis.edu)
  102.  
  103. P.S.  I saw ARDI at MacWorld!  Nice demo, sweet machine. :)
  104. P.P.S.  I saw the BeBox at MacWorld!  Pretty sweet hardware! :)
  105.  
  106. From owner-paper Thu Jan 25 21:14:06 1996
  107. Return-Path: <owner-paper>
  108. Received: by ftp.ardi.com (Smail3.1.29.1 #3)
  109.     id m0tffY5-0007qGa; Thu, 25 Jan 96 21:14 MST
  110. Sender: owner-paper
  111. Received: from ardi.com by ftp.ardi.com
  112.     (Smail3.1.29.1 #3) id m0tffXG-0007qHn; Thu, 25 Jan 96 21:13 MST
  113. Path: sloth.swcp.com!tesuque.cs.sandia.gov!ferrari.mst6.lanl.gov!newshost.lanl.gov!ncar!news.internetMCI.com!newsfeed.internetmci.com!news.kei.com!newsstand.cit.cornell.edu!wmagro
  114. From: wmagro@msc.cornell.edu (William Magro)
  115. Newsgroups: comp.emulators.mac.executor
  116. Subject: Re: true color executor/D
  117. Date: 24 Jan 1996 14:42:10 GMT
  118. Organization: Cornell University
  119. Lines: 15
  120. Message-ID: <4e5gg2$f6@newsstand.cit.cornell.edu>
  121. References: <4e3p87$7us@uwm.edu> <4e4neq$o3o@decaxp.harvard.edu>
  122. NNTP-Posting-Host: theory.tc.cornell.edu
  123. X-Newsreader: TIN [version 1.2 PL2]
  124. To: executor@ardi.com
  125. X-MailNews-Gateway: From newsgroup comp.emulators.mac.executor
  126. Sender: owner-paper@ardi.com
  127. Precedence: bulk
  128.  
  129. Scott Shuchart (shuchart@fas.harvard.edu) wrote:
  130.  
  131. : This situation doesn't make sense to me.  640x480x256 is 1Mb Vram, no matter 
  132. : what the colors are.  And grays are just some colors.  [...]
  133.  
  134. The catch here is that the 256 colors of VGA are chosen from a palette
  135. of 256k (or fewer) colors with standard VGA cards.  Since each gray
  136. must have equal components of red, green, and blue, this reduces the
  137. effective number of true grays to 64 [=262144^(1/3)].  It takes a
  138. 24-bit D/A converter (8-bits in each channel) to generate 256 grays.
  139.  
  140. In the end, the number of grays you can generate depends on the bitness
  141. of your DAC and the smarts of the video driver.
  142.  
  143. --Bill
  144.  
  145. From owner-paper Thu Jan 25 22:13:46 1996
  146. Return-Path: <owner-paper>
  147. Received: by ftp.ardi.com (Smail3.1.29.1 #3)
  148.     id m0tfgTo-0007qHa; Thu, 25 Jan 96 22:13 MST
  149. Sender: owner-paper
  150. Received: from ardi.com by ftp.ardi.com
  151.     (Smail3.1.29.1 #3) id m0tfgTH-0007qGn; Thu, 25 Jan 96 22:13 MST
  152. Path: sloth.swcp.com!tesuque.cs.sandia.gov!ferrari.mst6.lanl.gov!newshost.lanl.gov!ncar!newsxfer.itd.umich.edu!news.mathworks.com!news.kei.com!nntp.coast.net!news2.acs.oakland.edu!newshub.gmr.com!hobbes.tad.eds.com!maverick.tad.eds.com!news-admin@tad.eds.com
  153. From: "Karl D. Fleischmann" <AHIPC1J.KFLEIS01@eds.com>
  154. Newsgroups: comp.emulators.mac.executor
  155. Subject: Using Mac CD-ROMs
  156. Date: Wed, 24 Jan 1996 11:11:18 -0800
  157. Organization: EDS-Mid Michigan Resource Center
  158. Lines: 16
  159. Message-ID: <31068456.46BB@eds.com>
  160. NNTP-Posting-Host: 199.228.47.112
  161. Mime-Version: 1.0
  162. Content-Type: text/plain; charset=us-ascii
  163. Content-Transfer-Encoding: 7bit
  164. X-Mailer: Mozilla 2.0b5 (Win16; I)
  165. To: executor@ardi.com
  166. X-MailNews-Gateway: From newsgroup comp.emulators.mac.executor
  167. Sender: owner-paper@ardi.com
  168. Precedence: bulk
  169.  
  170. I have the demo version of 1.99q running on a 486DX33 with a Sony IDE 
  171. CDROM Drive.  I have some Mac CD's that I have been trying to run but it
  172. doesn't seem to recognize them.  Has anyone tried this or gotten this to
  173. work?  Is this something that should work?  I scanned the FAQ but didn't
  174. see anything about using MAC CD's.
  175.  
  176. I am able to read some DOS CD and other Windows CD (see the directory at
  177. least).  I am using WIN95 and I've tried running it under windows and 
  178. also tried to run it when booting to dos neither could recognize the Mac
  179. CD's.
  180.  
  181. Any help is apreciated.
  182.  
  183.  
  184. Thanks
  185. Karl
  186.  
  187. From owner-paper Thu Jan 25 23:13:44 1996
  188. Return-Path: <owner-paper>
  189. Received: by ftp.ardi.com (Smail3.1.29.1 #3)
  190.     id m0tfhPp-0007qHa; Thu, 25 Jan 96 23:13 MST
  191. Sender: owner-paper
  192. Received: from ardi.com by ftp.ardi.com
  193.     (Smail3.1.29.1 #3) id m0tfhPI-0007qGn; Thu, 25 Jan 96 23:13 MST
  194. Path: sloth.swcp.com!pagesat.net!news.uoregon.edu!hpg30a.csc.cuhk.hk!news.cuhk.edu.hk!newsfeeder.ust.hk!nntp.hk.super.net!news.iij.ad.jp!wnoc-tyo-news!news.join.ad.jp!news.imnet.ad.jp!usenet.seri.re.kr!news.cais.net!primus.ac.net!news.serv.net!solaris.cc.vt.edu!news.mathworks.com!newsxfer.itd.umich.edu!newsxfer2.itd.umich.edu!chi-news.cic.net!uwm.edu!alpha1.csd.uwm.edu!ggraef
  195. From: ggraef@alpha1.csd.uwm.edu (Gerald Luther Graef)
  196. Newsgroups: comp.emulators.mac.executor
  197. Subject: Re: true color executor/D
  198. Date: 24 Jan 1996 23:54:59 GMT
  199. Organization: University of Wisconsin - Milwaukee, Physics Department
  200. Lines: 22
  201. Message-ID: <4e6gsj$16v@uwm.edu>
  202. References: <4e3p87$7us@uwm.edu> <4e4neq$o3o@decaxp.harvard.edu> <4e5gg2$f6@newsstand.cit.cornell.edu>
  203. NNTP-Posting-Host: 129.89.169.1
  204. To: executor@ardi.com
  205. X-MailNews-Gateway: From newsgroup comp.emulators.mac.executor
  206. Sender: owner-paper@ardi.com
  207. Precedence: bulk
  208.  
  209. In article <4e5gg2$f6@newsstand.cit.cornell.edu> wmagro@msc.cornell.edu (William Magro) writes:
  210. >The catch here is that the 256 colors of VGA are chosen from a palette
  211. >of 256k (or fewer) colors with standard VGA cards.  Since each gray
  212. >must have equal components of red, green, and blue, this reduces the
  213. >effective number of true grays to 64 [=262144^(1/3)].  It takes a
  214. >24-bit D/A converter (8-bits in each channel) to generate 256 grays.
  215. >
  216. >In the end, the number of grays you can generate depends on the bitness
  217. >of your DAC and the smarts of the video driver.
  218.  
  219. Does this mean that with the right video card it is possible to get 
  220. 256 grayscale on executor now?  I ask because I am thinking about getting
  221. a new video card (leading contender, #9 771).  
  222.  
  223. Thanks...Gerry
  224.  
  225.  
  226. -- 
  227. --Common sense is the collection of prejudices acquired by age 18 - Albert E.
  228. Gerald Graef:  Internet %%%%%  ggraef@csd.uwm.edu    
  229.             :  BITNET   %%%%%  ggraef%csd.uwm.edu@INTERBIT
  230.         :  http://www.uwm.edu/~ggraef
  231.  
  232. From owner-paper Fri Jan 26 00:14:03 1996
  233. Return-Path: <owner-paper>
  234. Received: by ftp.ardi.com (Smail3.1.29.1 #3)
  235.     id m0tfiMA-0007qIa; Fri, 26 Jan 96 00:13 MST
  236. Sender: owner-paper
  237. Received: from ardi.com by ftp.ardi.com
  238.     (Smail3.1.29.1 #3) id m0tfiLc-0007qGn; Fri, 26 Jan 96 00:13 MST
  239. Newsgroups: comp.emulators.mac.executor
  240. Path: sloth.swcp.com!tesuque.cs.sandia.gov!ferrari.mst6.lanl.gov!newshost.lanl.gov!ncar!newsxfer.itd.umich.edu!news.mathworks.com!news.kei.com!nntp.coast.net!chi-news.cic.net!mr.net!umn.edu!dc-crystal!ory
  241. From: ory@dc-crystal.med.umn.edu (Jeramia Ory)
  242. Subject: Photoshop 1.0 and Delta Graph?
  243. Message-ID: <DLp71E.AxI@news.cis.umn.edu>
  244. Nntp-Posting-Host: dc-crystal.med.umn.edu
  245. Organization: University of Minnesota, Twin Cities
  246. X-Newsreader: TIN [version 1.2 PL2]
  247. Date: Wed, 24 Jan 1996 18:28:11 GMT
  248. Lines: 14
  249. To: executor@ardi.com
  250. X-MailNews-Gateway: From newsgroup comp.emulators.mac.executor
  251. Sender: owner-paper@ardi.com
  252. Precedence: bulk
  253.  
  254.     Has anyone gotten Photoshop 1.0 (I know, ancient, but it's what
  255. I have, and it works for me) to work under E/D?  I have all the Pretend
  256. Stuff set, but it will crash back to the browser, sometimes even crash the
  257. whole shebang.  I am using the latest version of Executor (1.99q?), under
  258. OS/2 Warp Connect on a P60 w16M.  Also, has anyone gotten Deltagraph
  259. Professional to work?  (Cricketgraph seems to work fine, btw).  It quits
  260. with a "DeltaGraph could not find a necessary component in the System
  261. Folder, and will exit," then exits back to the browser.  Again, all Pretend
  262. Stuff is set.  Thanks for any info,
  263. ---------------------------------------------------------------------------
  264. Jeramia Ory -     Resident UnixWeenie   | Alchemic  Dragon | "Friends don't
  265. ory@lenti.med.umn.edu                   |   --=(UDIC)=--   | let friends   
  266. http://lenti.med.umn.edu/~ory/home.html |  OS/2 Warp ver3  | use VAX/VMS."
  267. ---------------------------------------------------------------------------
  268.  
  269. From owner-paper Fri Jan 26 00:14:03 1996
  270. Return-Path: <owner-paper>
  271. Received: by ftp.ardi.com (Smail3.1.29.1 #3)
  272.     id m0tfiMD-0007qGa; Fri, 26 Jan 96 00:14 MST
  273. Sender: owner-paper
  274. Received: from ardi.com by ftp.ardi.com
  275.     (Smail3.1.29.1 #3) id m0tfiLe-0007qHn; Fri, 26 Jan 96 00:13 MST
  276. Path: sloth.swcp.com!tesuque.cs.sandia.gov!ferrari.mst6.lanl.gov!newshost.lanl.gov!ncar!news.internetMCI.com!newsfeed.internetmci.com!in1.uu.net!nntp.news.primenet.com!news.primenet.com!news.primenet.com!not-for-mail
  277. From: kitsonk@primenet.com (Kitson Kelly)
  278. Newsgroups: comp.emulators.mac.executor
  279. Subject: Re: Speedometer Results Overrated?
  280. Date: 24 Jan 1996 11:58:02 -0700
  281. Organization: Primenet Services for the Internet
  282. Lines: 3
  283. Message-ID: <4e5vfq$c7t@nnrp1.news.primenet.com>
  284. References: <4e1aoj$ji8@news.voicenet.com> <4e1b6d$ji8@news.voicenet.com>
  285. Reply-To: kitsonk@primenet.com
  286. X-Posted-By: ip124.phx.primenet.com
  287. X-Newsreader: News for Windows NT X1.0-73
  288. To: executor@ardi.com
  289. X-MailNews-Gateway: From newsgroup comp.emulators.mac.executor
  290. Sender: owner-paper@ardi.com
  291. Precedence: bulk
  292.  
  293. Well I think part of it is that my test with Speedometer indicate that some math functions fall about the same as a
  294. 040/25.  When you get much over that it gets wasted.  Also the graphics are fairly slower...
  295.  
  296.  
  297.