home *** CD-ROM | disk | FTP | other *** search
/ ftp.xmission.com / 2014.06.ftp.xmission.com.tar / ftp.xmission.com / pub / lists / fractdev / archive / v01.n041 < prev    next >
Internet Message Format  |  2001-06-24  |  40KB

  1. From: owner-fractdev-digest@lists.xmission.com (fractdev-digest)
  2. To: fractdev-digest@lists.xmission.com
  3. Subject: fractdev-digest V1 #41
  4. Reply-To: fractdev-digest
  5. Sender: owner-fractdev-digest@lists.xmission.com
  6. Errors-To: owner-fractdev-digest@lists.xmission.com
  7. Precedence: bulk
  8.  
  9.  
  10. fractdev-digest         Sunday, June 24 2001         Volume 01 : Number 041
  11.  
  12.  
  13.  
  14.  
  15. ----------------------------------------------------------------------
  16.  
  17. Date: Mon, 02 Apr 2001 14:59:52 -0600
  18. From: Rich <legalize@xmission.com>
  19. Subject: Re: DOS truecolor 
  20.  
  21. In article <000d01c0bb0c$967dc380$380e270c@qwest.net>,
  22.     "Jonathan Osuch" <osuchj@qwest.net>  writes:
  23.  
  24. > The 888 modes display the correct colors but much
  25. > darker than they should be.
  26.  
  27. This sounds like the gamma correction was set incorrectly, making the
  28. colors appear too dark even though the correct values are stored in
  29. the frame buffer.
  30. - --
  31. Ask me about my upcoming book on Direct3D from Addison-Wesley!
  32. Direct3D Book <http://www.xmission.com/~legalize/book/>
  33.          Home <http://www.xmission.com/~legalize/>
  34.     Fractals! <http://www.xmission.com/~legalize/fractals/>
  35.  
  36. - --------------------------------------------------------------
  37. Thanks for using Fractdev, The Fractint Developer's Discussion List
  38. Post Message:   fractdev@lists.xmission.com
  39. Get Commands:   majordomo@lists.xmission.com "help"
  40. Administrator:  twegner@fractint.org
  41. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  42.  
  43. ------------------------------
  44.  
  45. Date: Mon, 2 Apr 2001 19:17:40 -0500
  46. From: "Jonathan Osuch" <osuchj@qwest.net>
  47. Subject: Re: DOS truecolor
  48.  
  49. Tim,
  50.  
  51. > If you tell me what to look for, I can try on my machine.
  52.  
  53. I've modified the put pixel routine so I'd have to send you a patch first.
  54. I plan to make some more modifications this week.  If I don't have it fixed
  55. by the end of the week, I'll upload a temporary patch for you to look at.
  56.  
  57. I haven't looked at the get pixel routine, so solid guessing, etc. are
  58. broken.  I will need to merge the truecolor routine with the standard
  59. getpixel() routine to make it work.  This is because of the number of places
  60. (files) where the getpixel() routine is used.
  61.  
  62. > Some possible sources of help
  63. >  - compare with what Piclab, and see if Piclab has the same
  64. > problem
  65.  
  66. I don't have it with me.  Maybe this weekend.
  67.  
  68. >  - we could probably contact Bert. Even though he has long since
  69. > "retired" from fractint, it was never hard to get him working on the
  70. > truecolor.
  71.  
  72. I'd like to hear what he is doing these days, but I don't think we need to
  73. drag him into this just yet.
  74.  
  75. Jonathan
  76.  
  77.  
  78.  
  79. - --------------------------------------------------------------
  80. Thanks for using Fractdev, The Fractint Developer's Discussion List
  81. Post Message:   fractdev@lists.xmission.com
  82. Get Commands:   majordomo@lists.xmission.com "help"
  83. Administrator:  twegner@fractint.org
  84. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  85.  
  86. ------------------------------
  87.  
  88. Date: Wed, 25 Apr 2001 19:38:11 -0500
  89. From: "Jonathan Osuch" <osuchj@qwest.net>
  90. Subject: DOS truecolor update
  91.  
  92. It's been a while since any mention was made of progress with the DOS
  93. truecolor patch.  There really is a good reason.  It works fine on one
  94. machine, but not two others.  It looks like it is a problem with the
  95. palette/dacbox because if I poke the appropriate values to the screen it
  96. works fine.  Should be fixed soon.
  97.  
  98. Jonathan
  99.  
  100.  
  101.  
  102. - --------------------------------------------------------------
  103. Thanks for using Fractdev, The Fractint Developer's Discussion List
  104. Post Message:   fractdev@lists.xmission.com
  105. Get Commands:   majordomo@lists.xmission.com "help"
  106. Administrator:  twegner@fractint.org
  107. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  108.  
  109. ------------------------------
  110.  
  111. Date: Sun, 29 Apr 2001 12:15:03 -0500
  112. From: "Jonathan Osuch" <osuchj@qwest.net>
  113. Subject: ATI All-in-Wonder
  114.  
  115. Tim,
  116.  
  117. I tried running Fractint on a machine using ATI's All-in-Wonder card this
  118. morning.  No luck.  Fractint detects a VESA card, but the image is always
  119. scrambled.  I've intentionally stayed away from the ATI cards since the Mach
  120. 8 because of their lousy drivers.  It appears they haven't gotten any
  121. better.
  122.  
  123. Jonathan
  124.  
  125.  
  126.  
  127. - --------------------------------------------------------------
  128. Thanks for using Fractdev, The Fractint Developer's Discussion List
  129. Post Message:   fractdev@lists.xmission.com
  130. Get Commands:   majordomo@lists.xmission.com "help"
  131. Administrator:  twegner@fractint.org
  132. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  133.  
  134. ------------------------------
  135.  
  136. Date: Sun, 29 Apr 2001 15:59:00 -0600
  137. From: Tim Wegner <twegner@swbell.net>
  138. Subject: Re: ATI All-in-Wonder
  139.  
  140. Jonathan wrote:
  141.  
  142. > I tried running Fractint on a machine using ATI's All-in-Wonder card this
  143. > morning.  No luck.  Fractint detects a VESA card, but the image is always
  144. > scrambled.  I've intentionally stayed away from the ATI cards since the Mach
  145. > 8 because of their lousy drivers.  It appears they haven't gotten any
  146. > better.
  147.  
  148. A few years ago, when I decided to join the "1600x1200" hardware 
  149. club, I tried a bunch of video boards. I ended up returning several 
  150. boards making liberal use of CompUSA's return policies. I felt a 
  151. littlke guilty about it, but in my defence it is impossible reading the 
  152. specs on the box to know what the VESA support is, and of 
  153. course the sales people are clueless. One of the boards I returned 
  154. was an ATI that had TV support (might have been called "All-in-
  155. Wonder"). I ended up with a board with an Nvidia TNT chipset.
  156.  
  157. The problem is that VESA support these days is spotty because 
  158. so many people are running WIndows. The ATI board had fine 
  159. Windows driver support, but did not have a VESA 1600x1200 
  160. mode. 
  161.  
  162. I have found boards with NVIDIA chipsets work well with Fractint. 
  163. My latest PC is an HP that comes with a board with the Nvidia 
  164. VANTA chipset. Works well.
  165.  
  166. Tim
  167.  
  168.  
  169.  
  170. - --------------------------------------------------------------
  171. Thanks for using Fractdev, The Fractint Developer's Discussion List
  172. Post Message:   fractdev@lists.xmission.com
  173. Get Commands:   majordomo@lists.xmission.com "help"
  174. Administrator:  twegner@fractint.org
  175. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  176.  
  177. ------------------------------
  178.  
  179. Date: Mon, 30 Apr 2001 20:23:01 -0500
  180. From: "Jonathan Osuch" <osuchj@qwest.net>
  181. Subject: Xfractint patch
  182.  
  183. Tim,
  184.  
  185. I slipped a dif for Xfractint into the 20.1.08 patch.  It only affects
  186. Xfractint files and has the added x.  With it, the Xfractint code will
  187. compile and run.  Otherwise, it won't.  I still haven't updated the
  188. Xfractint sources.
  189.  
  190. Jonathan
  191.  
  192.  
  193.  
  194. - --------------------------------------------------------------
  195. Thanks for using Fractdev, The Fractint Developer's Discussion List
  196. Post Message:   fractdev@lists.xmission.com
  197. Get Commands:   majordomo@lists.xmission.com "help"
  198. Administrator:  twegner@fractint.org
  199. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  200.  
  201. ------------------------------
  202.  
  203. Date: Mon, 30 Apr 2001 22:02:08 -0600
  204. From: Tim Wegner <twegner@swbell.net>
  205. Subject: Re: Xfractint patch
  206.  
  207. > I slipped a dif for Xfractint into the 20.1.08 patch.  It only affects
  208. > Xfractint files and has the added x.  With it, the Xfractint code will
  209. > compile and run. 
  210.  
  211. I'll try it. I've installed Mandrake 8.0.
  212.  
  213. Tim
  214.  
  215.  
  216. - --------------------------------------------------------------
  217. Thanks for using Fractdev, The Fractint Developer's Discussion List
  218. Post Message:   fractdev@lists.xmission.com
  219. Get Commands:   majordomo@lists.xmission.com "help"
  220. Administrator:  twegner@fractint.org
  221. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  222.  
  223. ------------------------------
  224.  
  225. Date: Thu, 03 May 2001 08:35:33 +0000
  226. From: "Thierry B." <oulala@chez.com>
  227. Subject: Allegro & SVGAlib on Linux 86
  228.  
  229. Hello.
  230.  
  231. I have started a graphic project on my Linux box with the SVGAlib.
  232. And, in parallel, i'm thinking about Fractint/Allegro/svgalib for
  233. people who don't (or can't) run X11 on their box. May be also,
  234. trying it on Freebsd ?
  235.  
  236. So my question is: what is the source kit adequat for this trial ?
  237.  
  238.  
  239. - -- 
  240. Thierry Boudet                             http://la.buvette.org/fractales/
  241.  
  242. - --------------------------------------------------------------
  243. Thanks for using Fractdev, The Fractint Developer's Discussion List
  244. Post Message:   fractdev@lists.xmission.com
  245. Get Commands:   majordomo@lists.xmission.com "help"
  246. Administrator:  twegner@fractint.org
  247. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  248.  
  249. ------------------------------
  250.  
  251. Date: Thu, 3 May 2001 19:42:31 -0500
  252. From: "Jonathan Osuch" <osuchj@qwest.net>
  253. Subject: Re: Allegro & SVGAlib on Linux 86
  254.  
  255. Thierry,
  256.  
  257. > I have started a graphic project on my Linux box with the SVGAlib.
  258. > And, in parallel, i'm thinking about Fractint/Allegro/svgalib for
  259. > people who don't (or can't) run X11 on their box. May be also,
  260. > trying it on Freebsd ?
  261.  
  262. > So my question is: what is the source kit adequat for this trial ?
  263.  
  264. I would start with the experimental code on the developer's web site.
  265. www.fractint.org
  266. We have a mechanism which should help with what you are doing.  Also,
  267. Allegro is already partially incorporated.  The X11 code is supposed to
  268. work, but I managed to break it somehow.
  269.  
  270. Jonathan
  271.  
  272.  
  273.  
  274.  
  275. - --------------------------------------------------------------
  276. Thanks for using Fractdev, The Fractint Developer's Discussion List
  277. Post Message:   fractdev@lists.xmission.com
  278. Get Commands:   majordomo@lists.xmission.com "help"
  279. Administrator:  twegner@fractint.org
  280. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  281.  
  282. ------------------------------
  283.  
  284. Date: Sun, 6 May 2001 20:52:15 -0500
  285. From: "Jonathan Osuch" <osuchj@qwest.net>
  286. Subject: Float-only changes
  287.  
  288. Tim,
  289.  
  290. Do you have any recollection of places where you changed a fudged long
  291. variable to a double variable in the float-only source?  The problem that
  292. Jim Muth just found was caused by an incorrect conversion.
  293.  
  294. Jonathan
  295.  
  296.  
  297.  
  298. - --------------------------------------------------------------
  299. Thanks for using Fractdev, The Fractint Developer's Discussion List
  300. Post Message:   fractdev@lists.xmission.com
  301. Get Commands:   majordomo@lists.xmission.com "help"
  302. Administrator:  twegner@fractint.org
  303. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  304.  
  305. ------------------------------
  306.  
  307. Date: Sun, 06 May 2001 21:12:15 -0600
  308. From: Tim Wegner <twegner@swbell.net>
  309. Subject: Re: Float-only changes
  310.  
  311. Jonathan asked:
  312.  
  313. > Do you have any recollection of places where you changed a fudged long
  314. > variable to a double variable in the float-only source?  The problem that
  315. > Jim Muth just found was caused by an incorrect conversion.
  316.  
  317. No, but if the problem is in the zoom box logic, I can look. It 
  318. wouldn't hurt to look in the Linux version for the same bug.
  319.  
  320. Tim
  321.  
  322.  
  323. - --------------------------------------------------------------
  324. Thanks for using Fractdev, The Fractint Developer's Discussion List
  325. Post Message:   fractdev@lists.xmission.com
  326. Get Commands:   majordomo@lists.xmission.com "help"
  327. Administrator:  twegner@fractint.org
  328. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  329.  
  330. ------------------------------
  331.  
  332. Date: Mon, 7 May 2001 19:46:20 -0500
  333. From: "Jonathan Osuch" <osuchj@qwest.net>
  334. Subject: Re: Float-only changes
  335.  
  336. Tim,
  337.  
  338. > No, but if the problem is in the zoom box logic, I can look. It
  339. > wouldn't hurt to look in the Linux version for the same bug.
  340.  
  341. I've already fixed it.  That's why I released patch 9.  I was just wondering
  342. if you had any idea of other places this type of problem could occur.  I
  343. don't really expect you to remember, however.  8-))
  344.  
  345. Jonathan
  346.  
  347.  
  348.  
  349. - --------------------------------------------------------------
  350. Thanks for using Fractdev, The Fractint Developer's Discussion List
  351. Post Message:   fractdev@lists.xmission.com
  352. Get Commands:   majordomo@lists.xmission.com "help"
  353. Administrator:  twegner@fractint.org
  354. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  355.  
  356. ------------------------------
  357.  
  358. Date: Wed, 16 May 2001 18:32:30 -0500
  359. From: "Jonathan Osuch" <osuchj@qwest.net>
  360. Subject: Allegro experimental source
  361.  
  362. Has anybody made changes to the Allegro experimental source code so that if
  363. I start making changes to it I should provide patches?  I am about to start
  364. making changes which should only affect the Allegro driver portion.  OTOH, I
  365. also need to fix some of the routines that handle putting messages on the
  366. screen.
  367.  
  368. Jonathan
  369.  
  370.  
  371.  
  372. - --------------------------------------------------------------
  373. Thanks for using Fractdev, The Fractint Developer's Discussion List
  374. Post Message:   fractdev@lists.xmission.com
  375. Get Commands:   majordomo@lists.xmission.com "help"
  376. Administrator:  twegner@fractint.org
  377. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  378.  
  379. ------------------------------
  380.  
  381. Date: Tue, 29 May 2001 21:09:03 -0500
  382. From: "Jonathan Osuch" <osuchj@qwest.net>
  383. Subject: Panning problem
  384.  
  385. Here is an interesting bug that Lee Skinner turned up.  If you pan the
  386. following PAR up or down while it is still generating the first row, the
  387. image starts drawing at the same x-coordinate (ie. the top line doesn't
  388. start at zero).  The example Lee sent was an arbitrary precision image of
  389. the mandelbrot set.  The problem occurs when the image has been either
  390. rotated or skewed.  The default mandelbrot doesn't show the problem because
  391. of the use of different routines (assembly).  Although another problem
  392. manifests itself with the default mandelbrot's floating point routines.
  393. But, that's another story.  Maybe later.
  394.  
  395. The use of orbitdelay and showdot are just for the purpose of slowing the
  396. line draw down so it can be caught on the first line.  If anybody is
  397. interested in tackling this one, let me know.
  398.  
  399. pan_test_03        { ; Version 2001 Patchlevel 10
  400.                      ;  Jonathan Osuch josuch@fractint.org
  401.                      ;  May 28, 2001 at 07:21:32
  402.   reset=2001 type=mandel(fn||fn) function=sin/sqr passes=1 video=sf5
  403.   center-mag=+0.01860785428705647/+0.01848578579958282/0.3334649/1/44.999
  404.   params=0/0/0.5 float=y inside=0 sound=off orbitdelay=500 showdot=a/10
  405.   }
  406.  
  407. Jonathan
  408.  
  409.  
  410.  
  411. - --------------------------------------------------------------
  412. Thanks for using Fractdev, The Fractint Developer's Discussion List
  413. Post Message:   fractdev@lists.xmission.com
  414. Get Commands:   majordomo@lists.xmission.com "help"
  415. Administrator:  twegner@fractint.org
  416. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  417.  
  418. ------------------------------
  419.  
  420. Date: Wed, 30 May 2001 06:45:32 -0400
  421. From: Lee Skinner <LeeHSkinner@compuserve.com>
  422. Subject: Panning problem
  423.  
  424. >> Here is an interesting bug that Lee Skinner turned up.  If you pan the=
  425.  
  426. following PAR up or down while it is still generating the first row, the
  427. image starts drawing at the same x-coordinate (ie. the top line doesn't
  428. start at zero).  The example Lee sent was an arbitrary precision image of=
  429.  
  430. the mandelbrot set.  The problem occurs when the image has been either
  431. rotated or skewed.  The default mandelbrot doesn't show the problem becau=
  432. se
  433. of the use of different routines (assembly).  Although another problem
  434. manifests itself with the default mandelbrot's floating point routines.
  435. But, that's another story.  Maybe later. <<
  436.  
  437. This problem is not limited to arbitrary precision Mandelbrots.  It also
  438. occurs with any image of type formula, and probably others.
  439.  
  440. - --------------------------------------------------------------
  441. Thanks for using Fractdev, The Fractint Developer's Discussion List
  442. Post Message:   fractdev@lists.xmission.com
  443. Get Commands:   majordomo@lists.xmission.com "help"
  444. Administrator:  twegner@fractint.org
  445. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  446.  
  447. ------------------------------
  448.  
  449. Date: Wed, 30 May 2001 18:47:08 -0700
  450. From: miT =- <tgilman@eudaemon.net>
  451. Subject: C++ rewrite
  452.  
  453. I know this subject comes up every so often, but I'm interested in creating a
  454. C++ rewrite of Fractint.  Is there a list dedicated to this task?  If not,
  455. I'd like to put one together, since I'll be gearing up on this task before
  456. too long.
  457.  
  458. Thanks,
  459. Tim Gilman
  460. tgilman@eudaemon.net
  461.  
  462. - --------------------------------------------------------------
  463. Thanks for using Fractdev, The Fractint Developer's Discussion List
  464. Post Message:   fractdev@lists.xmission.com
  465. Get Commands:   majordomo@lists.xmission.com "help"
  466. Administrator:  twegner@fractint.org
  467. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  468.  
  469. ------------------------------
  470.  
  471. Date: Wed, 30 May 2001 22:17:21 -0600
  472. From: Rich <legalize@xmission.com>
  473. Subject: Re: C++ rewrite 
  474.  
  475. In article <20010530184709-r01010600-f15e0888@10.7.1.10>,
  476.     miT =- <tgilman@eudaemon.net>  writes:
  477.  
  478. > I know this subject comes up every so often, but I'm interested in creating a
  479. > C++ rewrite of Fractint.  Is there a list dedicated to this task?  If not,
  480. > I'd like to put one together, since I'll be gearing up on this task before
  481. > too long.
  482.  
  483. Do you have any idea how big fractint really is?  The source code,
  484. when printed on double-sided paper on a laser printer makes for a
  485. stack of printouts 8 inches thick.
  486.  
  487. Why do you think its going to be an easy thing to rewrite it all in
  488. C++?  If it were an easy thing to do, it would have been done already.
  489.  
  490. If you really have that much energy and enthusiasm for developing
  491. fractint, I suggest that you join Jonathan Osuch in pushing the
  492. 'driver' interface forward.
  493. - --
  494. Ask me about my upcoming book on Direct3D from Addison-Wesley!
  495. Direct3D Book <http://www.xmission.com/~legalize/book/>
  496.          Home <http://www.xmission.com/~legalize/>
  497.     Fractals! <http://www.xmission.com/~legalize/fractals/>
  498.  
  499. - --------------------------------------------------------------
  500. Thanks for using Fractdev, The Fractint Developer's Discussion List
  501. Post Message:   fractdev@lists.xmission.com
  502. Get Commands:   majordomo@lists.xmission.com "help"
  503. Administrator:  twegner@fractint.org
  504. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  505.  
  506. ------------------------------
  507.  
  508. Date: Wed, 30 May 2001 21:09:45 -0600
  509. From: Tim Wegner <twegner@swbell.net>
  510. Subject: Re: C++ rewrite
  511.  
  512. Hi Tim,
  513.  
  514. > I know this subject comes up every so often, but I'm interested in creating a
  515. > C++ rewrite of Fractint.  Is there a list dedicated to this task?  If not,
  516. > I'd like to put one together, since I'll be gearing up on this task before
  517. > too long.
  518.  
  519. Fractdev isn't very busy. Why don't you use that, at least at first? If 
  520. that is not adequate, or if the C++ traffic gets too great, we can 
  521. arrange another list for you. 
  522.  
  523. I would very much like it if any Fractint port had an official open 
  524. source, free software license. I prefer GPL. That allows anyone to 
  525. do what they want with it, as long as they publish their changes 
  526. with any published binaries. Of course this would be up to you. 
  527.  
  528. It would be hard for me to change the license of the existing 
  529. Fractint because we'd have to track down all the contributors. If you 
  530. are doing a C++ port, it's a great opportunity to create a new 
  531. license.
  532.  
  533. Tim
  534.  
  535.  
  536. - --------------------------------------------------------------
  537. Thanks for using Fractdev, The Fractint Developer's Discussion List
  538. Post Message:   fractdev@lists.xmission.com
  539. Get Commands:   majordomo@lists.xmission.com "help"
  540. Administrator:  twegner@fractint.org
  541. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  542.  
  543. ------------------------------
  544.  
  545. Date: Thu, 31 May 2001 17:53:53 -0700
  546. From: miT =- <tgilman@eudaemon.net>
  547. Subject: Re: C++ rewrite
  548.  
  549. Thanks Tim, I'll use this list for notes going forward.  GPL sounds great
  550. to me, but I'm going to hold off making that decision until I understand
  551. the full scope of the project.
  552.  
  553. =- Tim
  554.  
  555.  
  556. > twegner@swbell.net (Tim Wegner) wrote:
  557. > (on 5/30/01 at 9:09 PM)
  558.  
  559. > Hi Tim,
  560. > > I know this subject comes up every so often, but I'm interested in creating a
  561. > > C++ rewrite of Fractint.  Is there a list dedicated to this task?  If not,
  562. > > I'd like to put one together, since I'll be gearing up on this task before
  563. > > too long.
  564. > Fractdev isn't very busy. Why don't you use that, at least at first? If 
  565. > that is not adequate, or if the C++ traffic gets too great, we can 
  566. > arrange another list for you. 
  567. > I would very much like it if any Fractint port had an official open 
  568. > source, free software license. I prefer GPL. That allows anyone to 
  569. > do what they want with it, as long as they publish their changes 
  570. > with any published binaries. Of course this would be up to you. 
  571. > It would be hard for me to change the license of the existing 
  572. > Fractint because we'd have to track down all the contributors. If you 
  573. > are doing a C++ port, it's a great opportunity to create a new 
  574. > license.
  575. > Tim
  576.  
  577. - --------------------------------------------------------------
  578. Thanks for using Fractdev, The Fractint Developer's Discussion List
  579. Post Message:   fractdev@lists.xmission.com
  580. Get Commands:   majordomo@lists.xmission.com "help"
  581. Administrator:  twegner@fractint.org
  582. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  583.  
  584. ------------------------------
  585.  
  586. Date: Thu, 31 May 2001 18:01:52 -0700
  587. From: miT =- <tgilman@eudaemon.net>
  588. Subject: Re: C++ rewrite 
  589.  
  590. Hey Rich,
  591.  
  592. > legalize@xmission.com (Rich) wrote:
  593. > (on 5/30/01 at 10:17 PM)
  594. > Do you have any idea how big fractint really is?  The source code,
  595. > when printed on double-sided paper on a laser printer makes for a
  596. > stack of printouts 8 inches thick.
  597.  
  598. I think my copy turned out to be about 1.5, but then again, I did
  599. four pages on a side.  :-7
  600.  
  601. > Why do you think its going to be an easy thing to rewrite it all in
  602. > C++?  If it were an easy thing to do, it would have been done already.
  603.  
  604. Whoa!  I never said I thought it'd be easy.
  605.  
  606. > If you really have that much energy and enthusiasm for developing
  607. > fractint, I suggest that you join Jonathan Osuch in pushing the
  608. > 'driver' interface forward.
  609.  
  610. Thanks,
  611. =- Tim
  612.  
  613. - --------------------------------------------------------------
  614. Thanks for using Fractdev, The Fractint Developer's Discussion List
  615. Post Message:   fractdev@lists.xmission.com
  616. Get Commands:   majordomo@lists.xmission.com "help"
  617. Administrator:  twegner@fractint.org
  618. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  619.  
  620. ------------------------------
  621.  
  622. Date: Thu, 31 May 2001 19:25:39 -0600
  623. From: Rich <legalize@xmission.com>
  624. Subject: Re: C++ rewrite 
  625.  
  626. In article <20010531180156-r01010600-6be0a08d@10.7.1.10>,
  627.     miT =- <tgilman@eudaemon.net>  writes:
  628.  
  629. > I think my copy turned out to be about 1.5, but then again, I did
  630. > four pages on a side.  :-7
  631.  
  632. OK, just so long as you know what you're in for -- its no small task,
  633. but if you have the energy to do a complete rewrite (I trust you
  634. really will go for a systematic overhaul rather than literally
  635. rewriting every line), then more power to ya!
  636.  
  637. > > If you really have that much energy and enthusiasm for developing
  638. > > fractint, I suggest that you join Jonathan Osuch in pushing the
  639. > > 'driver' interface forward.
  640.  
  641. Please check the list archives to read the past discussions:
  642. <ftp://ftp.xmission.com/pub/lists/fractdev/archive/>
  643.  
  644. We've discussed the 'driver' interface that I created as a base to
  645. migrate the code away from the DOS video assembly routines towards
  646. something that could be shared by DOS, Win32, X11, Mac, etc.
  647.  
  648. Jonathan Osuch has taken that base and moved it forward with an
  649. Allegro port.  The code is based on the xfractint source base since
  650. that already had the appropriate #ifdef stuff for the old X11 port,
  651. making it easier to start with for isolating the I/O from the engine.
  652. - --
  653. Ask me about my upcoming book on Direct3D from Addison-Wesley!
  654. Direct3D Book <http://www.xmission.com/~legalize/book/>
  655.          Home <http://www.xmission.com/~legalize/>
  656.     Fractals! <http://www.xmission.com/~legalize/fractals/>
  657.  
  658. - --------------------------------------------------------------
  659. Thanks for using Fractdev, The Fractint Developer's Discussion List
  660. Post Message:   fractdev@lists.xmission.com
  661. Get Commands:   majordomo@lists.xmission.com "help"
  662. Administrator:  twegner@fractint.org
  663. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  664.  
  665. ------------------------------
  666.  
  667. Date: Sun, 3 Jun 2001 07:42:02 -0500
  668. From: "Jonathan Osuch" <osuchj@qwest.net>
  669. Subject: Re: C++ rewrite
  670.  
  671. Tim Gilman,
  672.  
  673. > I know this subject comes up every so often, but I'm interested in
  674. creating a
  675. > C++ rewrite of Fractint.
  676.  
  677. Which compiler and platform were you considering using?
  678.  
  679. Jonathan
  680.  
  681.  
  682.  
  683. - --------------------------------------------------------------
  684. Thanks for using Fractdev, The Fractint Developer's Discussion List
  685. Post Message:   fractdev@lists.xmission.com
  686. Get Commands:   majordomo@lists.xmission.com "help"
  687. Administrator:  twegner@fractint.org
  688. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  689.  
  690. ------------------------------
  691.  
  692. Date: Sun, 3 Jun 2001 07:39:16 -0500
  693. From: "Jonathan Osuch" <osuchj@qwest.net>
  694. Subject: Re: Panning problem
  695.  
  696. Tim,
  697.  
  698. > If you pan the
  699. > following PAR up or down while it is still generating the first row, the
  700. > image starts drawing at the same x-coordinate (ie. the top line doesn't
  701. > start at zero).
  702.  
  703. This still works in version 19.61 patch 60, but is broken in version 20.0.
  704. If you have the time, could you please find the patch between these two that
  705. breaks this?  Thanks.
  706.  
  707. Jonathan
  708.  
  709.  
  710.  
  711. - --------------------------------------------------------------
  712. Thanks for using Fractdev, The Fractint Developer's Discussion List
  713. Post Message:   fractdev@lists.xmission.com
  714. Get Commands:   majordomo@lists.xmission.com "help"
  715. Administrator:  twegner@fractint.org
  716. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  717.  
  718. ------------------------------
  719.  
  720. Date: Sun, 3 Jun 2001 10:51:51 -0500
  721. From: "Jonathan Osuch" <osuchj@qwest.net>
  722. Subject: Re: Panning problem
  723.  
  724. Tim,
  725.  
  726. It should break in version 19.61 patch 72.
  727.  
  728. Jonathan
  729.  
  730.  
  731.  
  732. - --------------------------------------------------------------
  733. Thanks for using Fractdev, The Fractint Developer's Discussion List
  734. Post Message:   fractdev@lists.xmission.com
  735. Get Commands:   majordomo@lists.xmission.com "help"
  736. Administrator:  twegner@fractint.org
  737. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  738.  
  739. ------------------------------
  740.  
  741. Date: Sun, 03 Jun 2001 13:23:05 -0600
  742. From: Tim Wegner <twegner@swbell.net>
  743. Subject: Re: Panning problem
  744.  
  745. Jonathan wrote:
  746.  
  747. > This still works in version 19.61 patch 60, but is broken in version 20.0.
  748. > If you have the time, could you please find the patch between these two that
  749. > breaks this?  Thanks.
  750.  
  751. Will do, and it's a reminder to follow through and cut you a CD of all 
  752. the diffs and executables. I didn't do it before because I wanted to 
  753. do some cleanup first. I guess it would be better to cut a CD of 
  754. what I have, then if I get some cleanup done, so much the better.
  755.  
  756. Tim
  757.  
  758. - --------------------------------------------------------------
  759. Thanks for using Fractdev, The Fractint Developer's Discussion List
  760. Post Message:   fractdev@lists.xmission.com
  761. Get Commands:   majordomo@lists.xmission.com "help"
  762. Administrator:  twegner@fractint.org
  763. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  764.  
  765. ------------------------------
  766.  
  767. Date: Sun,  3 Jun 2001 11:34:25 -0700
  768. From: miT =- <tgilman@eudaemon.net>
  769. Subject: Re: C++ rewrite
  770.  
  771. > osuchj@qwest.net (Jonathan Osuch) wrote:
  772. > (on 6/3/01 at 7:42 AM)
  773. > Tim Gilman,
  774. > Which compiler and platform were you considering using?
  775. > Jonathan
  776.  
  777. I'll be using OpenBSD 2.8 w/ gcc 2.95.3 as my development platform.
  778. I'll test occassionally against linuxPCC_2000 and solaris 2.8.  I'll also
  779. be building on MacOS 9.1 using CodeWarrior.  Hopefully this will insure
  780. some degree of platform independence.
  781.  
  782. My target is to create a generic library that allows for platform specific
  783. optimizations.  I'll try and keep the input/output interfaces generic
  784. enough to allow easy migration to different platforms.
  785.  
  786. =- Tim Gilman
  787. tgilman@eudaemon.net
  788.  
  789. - --------------------------------------------------------------
  790. Thanks for using Fractdev, The Fractint Developer's Discussion List
  791. Post Message:   fractdev@lists.xmission.com
  792. Get Commands:   majordomo@lists.xmission.com "help"
  793. Administrator:  twegner@fractint.org
  794. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  795.  
  796. ------------------------------
  797.  
  798. Date: Sun, 03 Jun 2001 16:40:53 -0600
  799. From: Rich <legalize@xmission.com>
  800. Subject: Re: C++ rewrite 
  801.  
  802. In article <20010603113429-r01010600-cb12d1ec@10.7.1.10>,
  803.     miT =- <tgilman@eudaemon.net>  writes:
  804.  
  805. > I'll be using OpenBSD 2.8 w/ gcc 2.95.3 as my development platform.
  806. > I'll test occassionally against linuxPCC_2000 and solaris 2.8.  I'll also
  807. > be building on MacOS 9.1 using CodeWarrior.  Hopefully this will insure
  808. > some degree of platform independence.
  809.  
  810. DOS/Windows is conscpicuously absent from your list.  Its even more
  811. conspicuous considering the heritage of fractint.
  812.  
  813. Please, please, please either get a copy of VC++ or find a partner who
  814. will test your code on VC++; it has some things missing in its support
  815. compared to gcc and vice-versa.
  816. - --
  817. Ask me about my upcoming book on Direct3D from Addison-Wesley!
  818. Direct3D Book <http://www.xmission.com/~legalize/book/>
  819.          Home <http://www.xmission.com/~legalize/>
  820.     Fractals! <http://www.xmission.com/~legalize/fractals/>
  821.  
  822. - --------------------------------------------------------------
  823. Thanks for using Fractdev, The Fractint Developer's Discussion List
  824. Post Message:   fractdev@lists.xmission.com
  825. Get Commands:   majordomo@lists.xmission.com "help"
  826. Administrator:  twegner@fractint.org
  827. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  828.  
  829. ------------------------------
  830.  
  831. Date: Sun, 03 Jun 2001 19:10:45 -0600
  832. From: Tim Wegner <twegner@swbell.net>
  833. Subject: Re: C++ rewrite
  834.  
  835. Rich wrote:
  836.  
  837. > Please, please, please either get a copy of VC++ or find a partner who
  838. > will test your code on VC++; it has some things missing in its support
  839. > compared to gcc and vice-versa.
  840.  
  841. I realize I haven't done any development for a long time, so my 
  842. opinion doesn't count for much. :-)
  843.  
  844. If we wrote a GUI in WxWindows we could have a version that is 
  845. portable to Linux, Unix, Windows, and Mac.
  846.  
  847. If anyone is looking for (more) fame and fortune, there is a huge 
  848. gap in the Linux world for a decent fractal program. There are many 
  849. in the Windows world, some with a much stronger feature set than 
  850. Fractint.
  851.  
  852. I personally have little enthusiasm for a C++ port. To me the 
  853. biggest issue is moving the underlying program to a flat memory 
  854. model. This is the key to any port of Fractint. Xfractint in it's 
  855. present form doesn't count because it is just a port of Fractint's 
  856. code (segemented memory workarounds and all) to Linux/Unix. 
  857. But Tim Gilman has already proven he has ability to do Fractint 
  858. ports, and at this stage I see little reason to discourage any such 
  859. project.
  860.  
  861. There is at least one partial port to Windows by Paul de Leeuw. 
  862. This uses the native Windows 32 bit API. 
  863.  
  864. Tim
  865.  
  866. - --------------------------------------------------------------
  867. Thanks for using Fractdev, The Fractint Developer's Discussion List
  868. Post Message:   fractdev@lists.xmission.com
  869. Get Commands:   majordomo@lists.xmission.com "help"
  870. Administrator:  twegner@fractint.org
  871. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  872.  
  873. ------------------------------
  874.  
  875. Date: Sun, 3 Jun 2001 20:27:52 -0500
  876. From: "Jonathan Osuch" <osuchj@qwest.net>
  877. Subject: Re: C++ rewrite
  878.  
  879. Tim wrote,
  880.  
  881. > If we wrote a GUI in WxWindows we could have a version that is
  882. > portable to Linux, Unix, Windows, and Mac.
  883.  
  884. Since the Allegro graphics packages has been ported to these environments,
  885. the same might be said for an Allegro version.
  886.  
  887. Jonathan
  888.  
  889.  
  890.  
  891. - --------------------------------------------------------------
  892. Thanks for using Fractdev, The Fractint Developer's Discussion List
  893. Post Message:   fractdev@lists.xmission.com
  894. Get Commands:   majordomo@lists.xmission.com "help"
  895. Administrator:  twegner@fractint.org
  896. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  897.  
  898. ------------------------------
  899.  
  900. Date: Sun, 3 Jun 2001 20:29:06 -0500
  901. From: "Jonathan Osuch" <osuchj@qwest.net>
  902. Subject: Re: Panning problem
  903.  
  904. I've fixed the panning problem.  Because of the complexity of the worklist
  905. code, this fix will need a lot of testing.
  906.  
  907. Jonathan
  908.  
  909.  
  910.  
  911. - --------------------------------------------------------------
  912. Thanks for using Fractdev, The Fractint Developer's Discussion List
  913. Post Message:   fractdev@lists.xmission.com
  914. Get Commands:   majordomo@lists.xmission.com "help"
  915. Administrator:  twegner@fractint.org
  916. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  917.  
  918. ------------------------------
  919.  
  920. Date: Thu, 7 Jun 2001 21:08:54 -0500
  921. From: "Jonathan Osuch" <osuchj@qwest.net>
  922. Subject: Patch 11
  923.  
  924. Tim,
  925.  
  926. I've put patch 11 on the ftp site.  None of the executables have been
  927. updated.  I should be able to get to update some of them Saturday morning.
  928.  
  929. Jonathan
  930.  
  931.  
  932.  
  933. - --------------------------------------------------------------
  934. Thanks for using Fractdev, The Fractint Developer's Discussion List
  935. Post Message:   fractdev@lists.xmission.com
  936. Get Commands:   majordomo@lists.xmission.com "help"
  937. Administrator:  twegner@fractint.org
  938. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  939.  
  940. ------------------------------
  941.  
  942. Date: Sat, 09 Jun 2001 04:40:33 -0500
  943. From: "Scott D. Boyd" <sdboyd56@swbell.net>
  944. Subject: Fwd: (fractint) Bug
  945.  
  946. Jonathan (and/or Tim),
  947.  
  948. I forwarded this message from the regular fractint mailing list to fracdev 
  949. mailing list.
  950.  
  951. I tried running xfractint in disk-video mode (similar to MB's complaint at 
  952. the bottom of his email), and xfractint bombs with a seg-fault in *any* 
  953. geometry size, as long as you use the "-disk" command-line switch.  Oh,  
  954. I observed this in v20.1.07 and v20.1.11
  955.  
  956. Scott Boyd
  957.  
  958. - ----------  Forwarded Message  ----------
  959. Subject: (fractint) Bug
  960. Date: Sat, 09 Jun 2001 05:16:02 -0400
  961. From: Multiple Bogeys <neo_1061@hotmail.com>
  962. To: fractint@lists.xmission.com
  963.  
  964.  
  965.  
  966. Try this:
  967.  
  968. 1. Display some fractal from a type that has parameters. Set passes=t.
  969. 2. Ctrl-E -- evolver/explorer. Turn it on. Use F6 and set two parameters
  970.  to x and y respectively, leave the rest normal. Accept the F6 screen and
  971.  change "show parameter zoom box" to "yes". 3. Page-up to get zoom box,
  972.  move it with a ctrl-arrow, enter.
  973. 4. Space, turn off evolver/explorer, enter.
  974. 5. Observe something the manufacturer definitely didn't intend.
  975. 6. Hit 'b' to save parameters.
  976. 7. Observe something else the manufacturer didn't intend.
  977.  
  978. Type: bug
  979. Reported-against: 20.01.10
  980. Severity: low
  981. Workaround: yes
  982.  
  983.  
  984. Incidentally, the latest developer patches act weird when AF7 is bound to
  985.  1024x768x256 disk-video. Hitting it produces an error message that seems
  986.  to say something about not enough memory (on a 64 meg box!) after which
  987.  it works anyway(!) -- this never occurred with 20.0 or 19.x.<br
  988.  clear=all><hr>Get Your Private, Free E-mail from MSN Hotmail at <a
  989.  href="http://www.hotmail.com">http://www.hotmail.com</a>.<br></p>
  990.  
  991. - ------------------------------------------------------- 
  992. sdboyd56@swbell.net
  993. http://sdboyd.dyndns.org/~sdboyd/
  994. - ---------------------------------------
  995. I always wanted to be a procrastinator, 
  996. but I never got around to it.
  997.                             -- Unknown
  998.  
  999.  
  1000.  
  1001. - --------------------------------------------------------------
  1002. Thanks for using Fractdev, The Fractint Developer's Discussion List
  1003. Post Message:   fractdev@lists.xmission.com
  1004. Get Commands:   majordomo@lists.xmission.com "help"
  1005. Administrator:  twegner@fractint.org
  1006. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  1007.  
  1008. ------------------------------
  1009.  
  1010. Date: Sun, 10 Jun 2001 12:02:39 -0500
  1011. From: "Scott D. Boyd" <sdboyd56@swbell.net>
  1012. Subject: Colors not saved correctly in Xfractint .par files
  1013.  
  1014. Jonathan,
  1015.  
  1016. Using Xfractint 20.1.11, I was re-creating some fractals from .par files I 
  1017. saved back in '99. I have discovered that if you re-write the .par file 
  1018. using version 20.1.07 or better, the color info is not saved correctly. It 
  1019. saves the color info as: "colors=000<254>000" instead of the long info. 
  1020. This even happens if I use one of Jim Muth's FOTD par files, and then 
  1021. re-save it using Xfractint 20.1.07 or 20.1.11. Then when you try to 
  1022. re-create the fractal from the new .par file, all you get is a black 
  1023. screen (nothing being drawn to the screen.) I imagine this has to do with 
  1024. the true-color fix for Xfractint, but I have no idea how to go about 
  1025. fixing it.
  1026.  
  1027. Scott Boyd
  1028. - -- 
  1029. sdboyd56@swbell.net
  1030. http://sdboyd.dyndns.org/~sdboyd/
  1031. - ---------------------------------------
  1032. I always wanted to be a procrastinator, 
  1033. but I never got around to it.
  1034.                             -- Unknown
  1035.  
  1036.  
  1037.  
  1038. - --------------------------------------------------------------
  1039. Thanks for using Fractdev, The Fractint Developer's Discussion List
  1040. Post Message:   fractdev@lists.xmission.com
  1041. Get Commands:   majordomo@lists.xmission.com "help"
  1042. Administrator:  twegner@fractint.org
  1043. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  1044.  
  1045. ------------------------------
  1046.  
  1047. Date: Sun, 10 Jun 2001 12:19:12 -0500
  1048. From: "Jonathan Osuch" <osuchj@qwest.net>
  1049. Subject: Re: Colors not saved correctly in Xfractint .par files
  1050.  
  1051. Scott,
  1052.  
  1053. > Using Xfractint 20.1.11, I was re-creating some fractals from .par files I
  1054. > saved back in '99. I have discovered that if you re-write the .par file
  1055. > using version 20.1.07 or better, the color info is not saved correctly.
  1056.  
  1057. I'll have a look.  Thanks.
  1058.  
  1059. Jonathan
  1060.  
  1061.  
  1062.  
  1063. - --------------------------------------------------------------
  1064. Thanks for using Fractdev, The Fractint Developer's Discussion List
  1065. Post Message:   fractdev@lists.xmission.com
  1066. Get Commands:   majordomo@lists.xmission.com "help"
  1067. Administrator:  twegner@fractint.org
  1068. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  1069.  
  1070. ------------------------------
  1071.  
  1072. Date: Tue, 19 Jun 2001 21:00:56 -0600
  1073. From: Tim Wegner <twegner@swbell.net>
  1074. Subject: (fractdev) Subject line
  1075.  
  1076. Several loyal list members noticed that the [fractdev] was missing 
  1077. from the subject line of messages posted here. Last time I sent a 
  1078. majordomo config file, the subject_prefix command had wrapped 
  1079. and was embedded in a comment. If you see it in this message, I 
  1080. succeeded in fixing it.
  1081.  
  1082. Off topic: I just got back from Duluth, MN where I ran in Grandma's 
  1083. marathon. If you go to:
  1084.  
  1085. http://www.onlineraceresults.com/results/results.cfm?EventID=3169
  1086.  
  1087. and type in wegner for the last name, you will find my results plus 
  1088. those of a Carl Wegner who finished 10 minutes ahead of me, 
  1089. despite being 60 years old :-)
  1090.  
  1091. Tim
  1092.  
  1093.  
  1094. - --------------------------------------------------------------
  1095. Thanks for using Fractdev, The Fractint Developer's Discussion List
  1096. Post Message:   fractdev@lists.xmission.com
  1097. Get Commands:   majordomo@lists.xmission.com "help"
  1098. Administrator:  twegner@fractint.org
  1099. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  1100.  
  1101. ------------------------------
  1102.  
  1103. Date: Sun, 24 Jun 2001 18:48:48 -0500
  1104. From: "Jonathan Osuch" <osuchj@qwest.net>
  1105. Subject: (fractdev) Mandrake 8.0?
  1106.  
  1107. Tim,
  1108.  
  1109. How usable is Mandrake 8.0?
  1110.  
  1111. Jonathan
  1112.  
  1113.  
  1114.  
  1115. - --------------------------------------------------------------
  1116. Thanks for using Fractdev, The Fractint Developer's Discussion List
  1117. Post Message:   fractdev@lists.xmission.com
  1118. Get Commands:   majordomo@lists.xmission.com "help"
  1119. Administrator:  twegner@fractint.org
  1120. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  1121.  
  1122. ------------------------------
  1123.  
  1124. Date: Sun, 24 Jun 2001 20:30:32 -0600
  1125. From: Tim Wegner <twegner@swbell.net>
  1126. Subject: Re: (fractdev) Mandrake 8.0?
  1127.  
  1128. Jonathan asked:
  1129.  
  1130. > How usable is Mandrake 8.0?
  1131.  
  1132. I installed it a while ago, and have no complaints. I haven't used it a 
  1133. lot though.
  1134.  
  1135. Tim
  1136.  
  1137. - --------------------------------------------------------------
  1138. Thanks for using Fractdev, The Fractint Developer's Discussion List
  1139. Post Message:   fractdev@lists.xmission.com
  1140. Get Commands:   majordomo@lists.xmission.com "help"
  1141. Administrator:  twegner@fractint.org
  1142. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  1143.  
  1144. ------------------------------
  1145.  
  1146. End of fractdev-digest V1 #41
  1147. *****************************
  1148.  
  1149.