home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / PROGRAM / BASIC / POWBASIC / LIBRARY1 / EXAMP2.ZIP / PB051690 < prev    next >
Text File  |  1990-05-16  |  25KB  |  731 lines

  1.  
  2. H#: 45447 S12/SPECTRA Publishing
  3.     14-May-90  09:04:14
  4. Sb: #Compiler out of memory
  5. Fm: Mason Landstreet 71220,1547
  6. To: Mike Burns 71551,1353 (X)
  7.  
  8. No. These things don't necessarily help. I do have a few very large programs
  9. that I was having to strip my system back for in TB. PB will compile with
  10. everything stripped back but linking will get you every time.
  11.  
  12. Mason
  13.  
  14. There is 1 Reply.
  15.  
  16. Press <CR> for next or type CHOICES !
  17. H#: 45512 S12/SPECTRA Publishing
  18.     14-May-90  16:41:32
  19. Sb: #45447-#Compiler out of memory
  20. Fm: Mike Burns 71551,1353
  21. To: Mason Landstreet 71220,1547 (X)
  22.  
  23. Mason,
  24.   If you have an ega/vga monitor, there is a tsr in the library
  25.   that will get you some additional space for compiling. It is
  26.   called pbplus.zip (I think). I think Bob or Barry left some
  27.   other suggestions for you to try. The one that sounded the
  28.   most promising was having main file that had only Includes
  29.   and links. Also, if your problem is linking, have you tried
  30.   making sure you have emulate (instead of procedure) math libs
  31.   being linked in, tried turning off some of the standard
  32.   libs ($LIB COM OFF, etc. pg 40 in reference manual for other
  33.   libs).
  34.  
  35.   I'm still guessing.      Mike
  36.  
  37.  
  38.  
  39. There are 2 Replies.
  40.  
  41. Press <CR> for next or type CHOICES !
  42. H#: 45618 S12/SPECTRA Publishing
  43.     15-May-90  06:21:05
  44. Sb: #45512-#Compiler out of memory
  45. Fm: Bob Zale: PowerBASIC R&D 76304,1303
  46. To: Mike Burns 71551,1353 (X)
  47.  
  48. Mason/Mike--
  49.   Check the file PBNEWS in the library.  It has a list of a number of
  50. suggestions which will really help.  Of course, if you add EMS and use PBPLUS,
  51. you'll increase available memory by 160k.  That can increase your capacity by
  52. 100%, 200%, maybe even more.
  53.   Bob Zale (PowerBASIC R&D)
  54.  
  55. There is 1 Reply.
  56.  
  57. Press <CR> for next or type CHOICES !
  58. H#: 45661 S12/SPECTRA Publishing
  59.     15-May-90  08:16:19
  60. Sb: #45618-Compiler out of memory
  61. Fm: Mason Landstreet 71220,1547
  62. To: Bob Zale: PowerBASIC R&D 76304,1303 (X)
  63.  
  64. Thanks Bob, I'll try it. Mason
  65.  
  66. Press <CR> for next or type CHOICES !
  67. H#: 45645 S12/SPECTRA Publishing
  68.     15-May-90  07:22:30
  69. Sb: #45512-#Compiler out of memory
  70. Fm: Mason Landstreet 71220,1547
  71. To: Mike Burns 71551,1353 (X)
  72.  
  73. I had all of the libs off that weren't essential. The printer one was the only
  74. one I left on. I was not using emulation or procedural math either one (I do
  75. not consider a coprocessor an option, there is one on every machine in hte
  76. building). I assumed that inline 80x87 code would be smaller than either
  77. library.
  78.  
  79. Will the VGA RAM grabber interfere with QEMM/5.0? Does it preclude the use of
  80. graphics in a program or is it only used in compile? Does it preclude the use
  81. of 43/50 line mode in the editor?
  82.  
  83. Thanks...........................................Mason
  84.  
  85. There is 1 Reply.
  86.  
  87. Press <CR> for next or type CHOICES !
  88. H#: 45866 S12/SPECTRA Publishing
  89.     16-May-90  05:40:02
  90. Sb: #45645-Compiler out of memory
  91. Fm: Barry Erick for Spectra 75300,214
  92. To: Mason Landstreet 71220,1547
  93.  
  94. Mason,
  95.  I do not know about qemms but the PBPLUS96 will not allow you to use 43 lines
  96. from within the IDE. If you want 43 lines in there, only run PBPLUS96 for the
  97. command line compiler, and work with PB as is in the ide.
  98.  80x87 only will be smaller as the library does not need to include anything to
  99. emulate it in software. Of course, it will only run on machines equiped with
  100. 80x87's from then on.
  101.  Back to PBPlus96. You do not need to use it with the ide as it is not a patch,
  102. but a tsr. This means while in the ide, you can use the ide just as you now do,
  103. and then run pbplus and pb or pbc from a batch file as outlined in the docs for
  104. pbplus for the compile. If you must run graphics in the ide with pbplus... you
  105. will not be able to. You must decrease (if necessary) the size of the module
  106. with graphics for debugging and run that without pbplus and then test the rest
  107. of your code with debugging, finally bringing it all together with pb, pbc with
  108. or without pbplus. If your applications are mostly graphic, then pbplus in the
  109. ide will not help you.
  110.     --- Barry
  111.  
  112.  
  113.  
  114. Press <CR> for next or type CHOICES !
  115. H#: 45047 S12/SPECTRA Publishing
  116.     12-May-90  05:33:26
  117. Sb: #DBLOW.BOX TROUBLE
  118. Fm: DOUG MILLER 73757,1300
  119. To: Barry Erick for Spectra 75300,214 (X)
  120.  
  121. BARRY I KNOW I MUST SOUND DUMB BUT CAN YOU SUGGEST A METHOD TO FIND THE LITTLE
  122. SUCKER THANKS
  123.  
  124. There is 1 Reply.
  125.  
  126. Press <CR> for next or type CHOICES !
  127. H#: 45054 S12/SPECTRA Publishing
  128.     12-May-90  06:13:23
  129. Sb: #45047-#DBLOW.BOX TROUBLE
  130. Fm: Barry Erick for Spectra 75300,214
  131. To: DOUG MILLER 73757,1300 (X)
  132.  
  133. Doug,
  134.  No, you do not sound dumb. To find the Duplicate Def variable, use the CTRL Q
  135. F using the variable pointed out.
  136.  For Example...
  137.     if the variable is FooBar, you would search everywhere for this.. in SUB
  138. names, Function names, Varables, etc. The duplicate will be in the source code
  139. prior to the point the error occurs, since the first passs can get it.
  140.  You Can't have a variable
  141.         FooBAR%
  142.  and a sub
  143.         SUB FooBar
  144.  or a Function
  145.         FooBar%    <--- how can we tell this ffom the variable?
  146.  or a Def Fn
  147.         FNFooBar%
  148.  
  149.  The Function is the reason for this rule.
  150.  The rules are you can't have any variable with the same name as a Sub,
  151. Function, or DEF FN. This is mainly a problem when converting from a TB program
  152. to a PB program, and then it is usually only a problem at first. Once you get
  153. the hang of it, the finding of these conflict areas is reletively easy.
  154.  
  155.  
  156.  
  157. There is 1 Reply.
  158.  
  159. Press <CR> for next or type CHOICES !
  160. H#: 45234 S12/SPECTRA Publishing
  161.     13-May-90  05:11:45
  162. Sb: #45054-#DBLOW.BOX TROUBLE
  163. Fm: DOUG MILLER 73757,1300
  164. To: Barry Erick for Spectra 75300,214 (X)
  165.  
  166. BARRY I HAVE USED THE <Q>UICK FUNCTION TO LOCATE EVERY OCCURANCE OF -GetRecTHE
  167. ONLY THING THAT SHOWS UP ARE CALLS TO GetRec I USE TWO INCLUDE FILES DBLOW.BOX
  168. & PD200D.INC OF COURSE I CANNOT SEE THE CODE IN THE WINDOW FILE I WILL BE GLAD
  169. TO SEND THE CODE TO YOU IF YOU LIKE.
  170.  
  171. There are 4 Replies.
  172.  
  173. Press <CR> for next or type CHOICES !
  174. H#: 45235 S12/SPECTRA Publishing
  175.     13-May-90  06:11:24
  176. Sb: #45234-DBLOW.BOX TROUBLE
  177. Fm: Rick Fothergill 76210,443
  178. To: DOUG MILLER 73757,1300 (X)
  179.  
  180. Doug,
  181.    There is a SUB called Getrec in PW200 that may be conflicting with a SUB of
  182. the same name in the toolbox.
  183.          Rick...
  184.  
  185. Press <CR> for next or type CHOICES !
  186. H#: 45238 S12/SPECTRA Publishing
  187.     13-May-90  06:31:01
  188. Sb: #45234-DBLOW.BOX TROUBLE
  189. Fm: Barry Erick for Spectra 75300,214
  190. To: DOUG MILLER 73757,1300 (X)
  191.  
  192. Doug,
  193.  Upload this and mark it Private for myself and Bob. It will not be posted and
  194. I'll be able to get it.  You did apply the fixes from DBFIX.ZIP in Lib 12,
  195. didn't you?
  196.              --- Barry
  197.  
  198.  
  199.  
  200. Press <CR> for next or type CHOICES !
  201. H#: 45244 S12/SPECTRA Publishing
  202.     13-May-90  07:22:54
  203. Sb: #45234-DBLOW.BOX TROUBLE
  204. Fm: Barry Erick for Spectra 75300,214
  205. To: DOUG MILLER 73757,1300 (X)
  206.  
  207. Doug,
  208.  If it is the problem with the same sub name, then you have two choices: 1..
  209. change the name of the GetRec source in the toolbox uisng the ^Q A to GetRec1
  210. or something.. or Edit the PW200D file with a utility tool to GetRFE or
  211. something of the same length. Your best bet, though, I would think, would be to
  212. rename the subs you have direct access to.
  213.      --- Barry
  214.  
  215.  
  216.  
  217. Press <CR> for next or type CHOICES !
  218. H#: 45245 S12/SPECTRA Publishing
  219.     13-May-90  07:31:42
  220. Sb: #45234-DBLOW.BOX TROUBLE
  221. Fm: Mike Burns 71551,1353
  222. To: DOUG MILLER 73757,1300 (X)
  223.  
  224. Doug,
  225.   I can sympathize with your problem. One of the most frustrating
  226.  things about this error is that PB "ought" to be able to tell me
  227.  what the name is that is causing the problem. Maybe next version
  228.  will correct the error.
  229.  
  230.   The simplest way I found to track the error was to do the
  231.  following steps.
  232.    Do all this in a test directory ... Not in a live directory.
  233.  
  234.    1) Copy all the code to the test directory (including .pbu,
  235.       .inc's, etc.)
  236.    2) Eliminate all program code except the $link statements
  237.       if any, and the required $includes. Compile to memeory.
  238.       If the problem occurs now, you have identified a problem
  239.       in the .pbu files. Try different combinations until you can
  240.       narrow down which ones have a conflict. Sometimes you can
  241.       see the duplicate names in the Include stmts.
  242.    3) If the problem doesn't occur in number 2, then add you code
  243.       in a little a time until it does occur. Be careful to
  244.       add sections that can compile correctly and are
  245.       self-contained. As soon as the error occurs, you
  246.       can identify the name causing the problem.
  247.  
  248.     Good Luck.             Mike
  249.  
  250.  
  251.  
  252. Press <CR> for next or type CHOICES !
  253. H#: 45048 S12/SPECTRA Publishing
  254.     12-May-90  05:37:04
  255. Sb: #Match Pair
  256. Fm: Eric Pearson 71641,717
  257. To: Sysop (X)
  258.  
  259.  Just out of curiosity, what is "Match Pair"?  PBINSTALL lets you define keys
  260. for this editor function, but I can't find it in the docs and it doesn't seem
  261. to do anything in the IDE.
  262.  
  263.  -- Eric P.
  264.  
  265. There is 1 Reply.
  266.  
  267. Press <CR> for next or type CHOICES !
  268. H#: 45055 S12/SPECTRA Publishing
  269.     12-May-90  06:13:28
  270. Sb: #45048-#Match Pair
  271. Fm: Barry Erick for Spectra 75300,214
  272. To: Eric Pearson 71641,717 (X)
  273.  
  274. Good question, Eric.
  275.  I have never done anything with the install utility other than look at it.
  276. We'll have to let Bob let us in on this one.
  277.    --- Barry
  278.  
  279.  
  280.  
  281. There is 1 Reply.
  282.  
  283. Press <CR> for next or type CHOICES !
  284. H#: 45313 S12/SPECTRA Publishing
  285.     13-May-90  15:56:41
  286. Sb: #45055-#Match Pair
  287. Fm: Kurt Inman (PowerBASIC) 71141,2330
  288. To: Barry Erick for Spectra 75300,214 (X)
  289.  
  290. Eric,
  291.  
  292. The "match pair" commands take you from an open parenthesis to its
  293. corresponding closing parenthesis, and vice versa.  It also works for brackets
  294. and braces.  To use this feature, the cursor must be located upon an open or
  295. close parenthesis, bracket, or brace.  When you hit the "match pair" key
  296. combination, the cursor then locates itself upon the matching close or open
  297. parenthesis, bracket, or brace.  It looks like we accidently left the
  298. description of this feature out of the manual -- sorry!
  299.  
  300. Kurt Inman (PowerBASIC R&D)
  301.  
  302. There is 1 Reply.
  303.  
  304. Press <CR> for next or type CHOICES !
  305. H#: 45314 S12/SPECTRA Publishing
  306.     13-May-90  15:58:42
  307. Sb: #45313-Match Pair
  308. Fm: Kurt Inman (PowerBASIC) 71141,2330
  309. To: Kurt Inman (PowerBASIC) 71141,2330 (X)
  310.  
  311. Oops, my message was supposed to be addressed to Eric Pearson, not Barry Erick!
  312. Oh well, you get the idea...
  313.  
  314. Kurt
  315.  
  316. Press <CR> for next or type CHOICES !
  317. H#: 45132 S12/SPECTRA Publishing
  318.     12-May-90  12:32:01
  319. Sb: #Out of Memory?
  320. Fm: Bob Zale: PowerBASIC R&D 76304,1303
  321. To: ALL
  322.  
  323. Say good-bye to the dreaded Error 406: Compiler Out of Memory.  If you have an
  324. EGA or VGA video card, PBPLUS96 can be used with PowerBASIC to "steal" 96k of
  325. memory from the card, to be used during compilation, running, or debugging in
  326. the PowerBASIC environment.  Depending upon your personal programming style,
  327. this extra 96k of memory may increase your program size capacity by 35-120%. 
  328. Of course there are some limitations.  It steals video memory from A000 to
  329. B7FF, so you can't execute graphics programs while using it.  But for .EXE
  330. compilation, or text mode debugging, it offers unmatched capacity.  Best of
  331. all, it's free to all licensed users of PowerBASIC.  Just download PBPLUS96.ZIP
  332. from our library.  It's ready now!
  333.    Bob Zale (PowerBASIC R&D)
  334.  
  335. There is 1 Reply.
  336.  
  337. Press <CR> for next or type CHOICES !
  338. H#: 45216 S12/SPECTRA Publishing
  339.     12-May-90  23:37:09
  340. Sb: #45132-#Out of Memory?
  341. Fm: John Watts 73760,751
  342. To: Bob Zale: PowerBASIC R&D 76304,1303 (X)
  343.  
  344. Thanks Bob,
  345.         As soon as I saw your message that PBPLUS96 was ready, I downloaded it.
  346. After POPDROPing TSR's and PCPLUS96 ON, I was able to
  347. compile and run Barry's PBWINDOW.BAS from within the IDE.
  348.  
  349.                 JUST WHAT THE DOCTOR ORDERED !
  350.  
  351.         Would it be possible to have PB.EXE ( 3.0, 4.0 etc ) load in EMS (  2nd
  352. Meg ) and compile and run in the base 640k from the IDE?
  353.  
  354. Just a thought .... ( Wheels, Gears, Crunch, Crash ).
  355.  
  356.         Thanks again for PBPLUS96.
  357.                                                                 John
  358.   
  359.  
  360. There is 1 Reply.
  361.  
  362. Press <CR> for next or type CHOICES !
  363. H#: 45237 S12/SPECTRA Publishing
  364.     13-May-90  06:30:56
  365. Sb: #45216-Out of Memory?
  366. Fm: Barry Erick for Spectra 75300,214
  367. To: John Watts 73760,751 (X)
  368.  
  369.  That was one thing I could do before.. but just.... I did test the pbplus96 on
  370. a program at work I am developing, and it saved the day.. I loved it from the
  371. start.. and between ems and aga/vga .. this is great! Bob has really come up
  372. with something great this time....
  373.  Also, on the window program, I have a new upload that does not have a change
  374. in the program... only in the docs to reflect asp membership. Also, the readme
  375. file with it shows one thing that registered users will get, and that is
  376. smaller versions of the windows.. if you do not need all features, then they
  377. are gone. The zoom and menu's take much space.
  378.  Again, I second your kado's to Bob.
  379.         --- Barry
  380.  
  381.  
  382.  
  383.  
  384. Press <CR> for next or type CHOICES !
  385. H#: 45253 S12/SPECTRA Publishing
  386.     13-May-90  09:15:01
  387. Sb: #PowerBasic and COM3:
  388. Fm: Gregory P. Ennis 76615,2456
  389. To: Bob Zale
  390.  
  391. Dear Bob,
  392.  
  393. Do you have any plans to allow the use of COM3: and COM4: in PowerBasic.  We
  394. have ordered our copy of PB from your firm and are waiting to receive it.
  395.  
  396. Respectfully,
  397.  
  398. Greg Ennis
  399.  
  400.  
  401.  
  402. There is 1 Reply.
  403.  
  404. Press <CR> for next or type CHOICES !
  405. H#: 45312 S12/SPECTRA Publishing
  406.     13-May-90  15:39:30
  407. Sb: #45253-PowerBasic and COM3:
  408. Fm: Bob Zale: PowerBASIC R&D 76304,1303
  409. To: Gregory P. Ennis 76615,2456
  410.  
  411. Thanks for your inquiry, Greg.  As you probably know, PowerBASIC supports COM1
  412. and COM2 now.  We have had a number of requests to extend it to 3 & 4 also, so
  413. it is high on our list for the next version.  I'm not in a position to
  414. "guarantee" it today, but I think it's quite likely.  We'll be looking at it
  415. very closely real soon now, so I'm very hopeful we won't find anything to
  416. prevent including it.
  417.   Bob Zale (PowerBASIC R&D)
  418.  
  419. Press <CR> for next or type CHOICES !
  420. H#: 45339 S12/SPECTRA Publishing
  421.     13-May-90  18:30:53
  422. Sb: Twin upgrades
  423. Fm: Robert N. Barrett 76530,1452
  424. To:  76304,1303 (X)
  425.  
  426. Bob,
  427.  
  428. I'm pretty sure that you're not the person I need to talk to about this, but
  429. I have no idea who else to talk to.  Just before I went on vacation last week
  430. I received a second copy of Power BASIC.  When I got back from my trip, my
  431. Visa bill came in with guess what - yep, two upgrade charges.  I'll make a
  432. deal with you.  I'll send the unopened second copy back if Spectra will 
  433. credit my Visa.  Sound fair?  
  434.  
  435. Robert
  436.  
  437. Press <CR> for next or type CHOICES !
  438. H#: 45400 S12/SPECTRA Publishing
  439.     14-May-90  05:03:41
  440. Sb: #PARAMETER MISMATCH
  441. Fm: DOUG MILLER 73757,1300
  442. To:  75300,214 (X)
  443.  
  444. BARRY I AM GETTING PARAMETER MISMATCH IN THIS STATEMENT CALL
  445. PutRec(RES.File,DataRef&):LOCATE RO%,CO%:COLOR O,7:IF X%=CVI(NR$) THEN PRINT
  446. X$;:COLOR 7,0 AND THE CURSOR IS AT THE BEGINNING OF THE LINE. CAN YOU HELP WITH
  447. THIS
  448.  
  449. There are 2 Replies.
  450.  
  451. Press <CR> for next or type CHOICES !
  452. H#: 45414 S12/SPECTRA Publishing
  453.     14-May-90  06:12:44
  454. Sb: #45400-PARAMETER MISMATCH
  455. Fm: Mike Burns 71551,1353
  456. To: DOUG MILLER 73757,1300 (X)
  457.  
  458. Doug,
  459.   The error means that you are passing the wrong type or number
  460.  of parameters to PutRec. In this case it means the wrong type.
  461.  PutRec expects the file number (RES.File) to be an Integer.
  462.  You can probably insert a DEFINT A-Z near the top of you program
  463.  to fix the the problem, or change RES.File to RES.File%
  464.  everywhere it is used in your program.
  465.                                           Mike
  466.  
  467.  
  468.  
  469. Press <CR> for next or type CHOICES !
  470. H#: 45501 S12/SPECTRA Publishing
  471.     14-May-90  16:04:07
  472. Sb: #45400-PARAMETER MISMATCH
  473. Fm: Barry Erick for Spectra 75300,214
  474. To: DOUG MILLER 73757,1300 (X)
  475.  
  476. Same as what Mike said. If you do not have the Defint-a-z in your program
  477. before an include that has it, this will be looked at as a Single Precision,
  478. and not an Integer. It is always safest to mark the variables...
  479.  PutRec(Res.File%,DataRef&) .. etc
  480.  
  481.   ---- Barry
  482.  
  483.  
  484.  
  485. Press <CR> for next or type CHOICES !
  486. H#: 45415 S12/SPECTRA Publishing
  487.     14-May-90  06:12:53
  488. Sb: fixdigits
  489. Fm: Mike Burns 71551,1353
  490. To: [F] Spectra Support 75300,214 (X)
  491.  
  492. Sysop,
  493.   Here is my vote for the way I would like fixdigits to work.
  494.  
  495.   Where I live (Houston, sort of) we used to have a sales tax
  496.   at 6 and 1/8th %. That requires 3 decimal places. To use it
  497.   with a two decimal place amount would require being able
  498.   to set the required number of digits by each variable. Some
  499.   would be 2 digits, some would be three.
  500.  
  501.   Other type of problems which may require different levels
  502.   of precision, would be chemical mixing formulas, financial
  503.   analysis and rates of return, which may all be used in one
  504.   program.
  505.  
  506.   So, I guess I would like to be able to specify the precision
  507.   for each bcd variable. Maybe it could default to 2 and let
  508.   override the default with a DEFBCDPRECISION I-K,4 stmt. All
  509.   BCD variables from I to K have 4 digits.
  510.  
  511.   Thanks.              Mike
  512.  
  513.  
  514.  
  515. Press <CR> for next or type CHOICES !
  516. H#: 45424 S12/SPECTRA Publishing
  517.     14-May-90  07:16:10
  518. Sb: PARAMETER MISMATCH
  519. Fm: DOUG MILLER 73757,1300
  520. To:  71551,1353 (X)
  521.  
  522. MIKE I AM USING THE EXACT CODE THAT I USE IN TB.  I USE WINDOWS & DBLOW.BOX IN
  523. MY PROGRAMS AND I AM VERY INTERESTED IN MAKING THE CHANGE BUT GET IN A POSITION
  524. TO JUST SPEND MORE TIME FOR THINGS THAT DON'T SEEM TO BE AS SIMPLE AS THEY
  525. SHOULD BE.  I CAN TRY YOUR SUGGESTION BUT ON ANY DATABASE INITIALIZATION THE
  526. STATEMENT DEFINT A-Z IS IN THE CODE AT THE FIRST OF EVERY PROGRAM THANKS FOR
  527. YOUR HELP -- DOUG
  528.  
  529. Press <CR> for next or type CHOICES !
  530. H#: 45499 S12/SPECTRA Publishing
  531.     14-May-90  15:56:28
  532. Sb: #Twin updates
  533. Fm: Tim McFarland 71530,2640
  534. To:  76530,1452 (X)
  535.  
  536. Robert, Sorry for the dual packages.  Just send the second package back and
  537. we'll take care of it. Tim.
  538.  
  539. There is 1 Reply.
  540.  
  541. Press <CR> for next or type CHOICES !
  542. H#: 45612 S12/SPECTRA Publishing
  543.     15-May-90  05:23:27
  544. Sb: #45499-Twin updates
  545. Fm: Robert N. Barrett 76530,1452
  546. To: Tim McFarland 71530,2640 (X)
  547.  
  548. Thanks, Tim.
  549.  
  550. Press <CR> for next or type CHOICES !
  551. H#: 45522 S12/SPECTRA Publishing
  552.     14-May-90  17:40:48
  553. Sb: #PBPLUS96
  554. Fm: AL MUSELLA 76114,637
  555. To: BOB ZALE
  556.  
  557. TO: Bob Zale FROM: Al Musella Re: PBPLUS96
  558.  
  559. Bob,
  560.  
  561.    I downloaded PBPLUS96 yesterday and couldn't get it to work for me.  I have
  562. an Osicom Executive 286 computer with 640K RAM, no extended or expanded memory.
  563. The Western Digital motherboard has a built in Paradise EGA with 256K memory.
  564.     When I try: PBPLUS96 ON, I get an error message saying that the memory is
  565. not available.  I tried setting the bios video mode to 3, and I booted from a
  566. "clean" DOS 3.3 floppy - no TSRs.  PCTOOLS says that I have the memory
  567. available and that nothing is using interupt 10h.
  568.     Do you have any suggestions on how I can get it to work?
  569.  
  570.                                                     Al
  571.  
  572.  
  573.  
  574. There is 1 Reply.
  575.  
  576. Press <CR> for next or type CHOICES !
  577. H#: 45541 S12/SPECTRA Publishing
  578.     14-May-90  18:34:26
  579. Sb: #45522-#PBPLUS96
  580. Fm: Barry Erick for Spectra 75300,214
  581. To: AL MUSELLA 76114,637 (X)
  582.  
  583.  That should work as the EGA card is the same card I use.  I know it works with
  584. several ega's and vga's, as i did try it on 5 different machines myself.
  585.  I do have a osicom machine available for testing, but it only has cga on it,
  586. so I can't test pbplus96.
  587.  Since there are several memory error messages in the program, what is the
  588. exact error you get?
  589.    --- Barry
  590.  
  591.  
  592.  
  593.  
  594. There is 1 Reply.
  595.  
  596. Press <CR> for next or type CHOICES !
  597. H#: 45646 S12/SPECTRA Publishing
  598.     15-May-90  07:24:20
  599. Sb: #45541-#PBPLUS96
  600. Fm: AL MUSELLA 76114,637
  601. To: Barry Erick for Spectra 75300,214 (X)
  602.  
  603. Barry,
  604.      The error message that I get is: Requested memory is not available, but
  605. EGA/VGA memory has been modified You may wish to reboot in order to insure that
  606. all memory is restored to it's original state.
  607.     I tried disconnecting my mouse, printer and modem - but I kept getting this
  608. same error message.
  609.                                       Al
  610.  
  611. There is 1 Reply.
  612.  
  613. Press <CR> for next or type CHOICES !
  614. H#: 45867 S12/SPECTRA Publishing
  615.     16-May-90  05:40:09
  616. Sb: #45646-#PBPLUS96
  617. Fm: Barry Erick for Spectra 75300,214
  618. To: AL MUSELLA 76114,637 (X)
  619.  
  620. Bob should be able to answer from that. It looks to me that the ega board is
  621. not telling pbplus the correct amount of memory available, or it is already in
  622. a graphics mode... Are you enterring from a 43 line mode by any chance? Dos's
  623. mode co80 43 does not interfer with pbplus, but anything that really works
  624. right to get to the 43 line mode would.
  625.    --- Barry
  626.  
  627.  
  628.  
  629. There is 1 Reply.
  630.  
  631. Press <CR> for next or type CHOICES !
  632. H#: 45871 S12/SPECTRA Publishing
  633.     16-May-90  06:08:35
  634. Sb: #45867-#PBPLUS96
  635. Fm: AL MUSELLA 76114,637
  636. To: Barry Erick for Spectra 75300,214 (X)
  637.  
  638. Barry,
  639.       I am sure that I am in the correct video mode.  Also, the EGA card must
  640. be reporting the correct amount of memory to PCTOOLS and NORTON's UTILITY.
  641.                            Al
  642.  
  643. There is 1 Reply.
  644.  
  645. Press <CR> for next or type CHOICES !
  646. H#: 45923 S12/SPECTRA Publishing
  647.     16-May-90  08:51:21
  648. Sb: #45871-#PBPLUS96
  649. Fm: Bob Zale: PowerBASIC R&D 76304,1303
  650. To: AL MUSELLA 76114,637 (X)
  651.  
  652. Thanks a strange one, Al.  From the error message, what's happening is: We've
  653. completed all necessary changes to  card, built memory blocks, etc., and when
  654. we're all done with everything, we try to write and read two bytes at B000 and
  655. B7FF (I think), and we find no memory present.  Something prevented the change
  656. of mode on your video card, or there isn't enough memory installed on it, or ??
  657. I'm going to try to get some doc on that card and see what I can find. 
  658. Anything unusual about your configuration that might help?
  659.   Bob
  660.  
  661. There is 1 Reply.
  662.  
  663. Press <CR> for next or type CHOICES !
  664. H#: 45953 S12/SPECTRA Publishing
  665.     16-May-90  11:33:27
  666. Sb: #45923-#PBPLUS96
  667. Fm: AL MUSELLA 76114,637
  668. To: Bob Zale: PowerBASIC R&D 76304,1303 (X)
  669.  
  670. Bob,
  671.   I tried using PEEK & POKE to read and write address B000:0000 and B7FF:0000. 
  672. I could read from them (all FFFF), but I couldn't write to them - no error
  673. messages, but when I reread them, they weren't changed.
  674.         I checked Norton's Utility again and found something interesting.  It
  675. reported that I have 256K-byte EGA, but also reported that a search for active
  676. memory finds:
  677.       640K Main memory at hex 0000-A000
  678.        32K display memory at hex B800-C000
  679.    What happened to the extra 224K of memory? PCTOOLS also reports 256K EGA
  680. memory.
  681.        Maybe I don't have the memory at B000 - B7FF.  Is there any way to find
  682. out how much memory there is, and where it is? Maybe the EGA is just reporting
  683. 256K and only has 32K?
  684.                                                      Al
  685.  
  686. There is 1 Reply.
  687.  
  688. Press <CR> for next or type CHOICES !
  689. H#: 45997 S12/SPECTRA Publishing
  690.     16-May-90  15:02:50
  691. Sb: #45953-PBPLUS96
  692. Fm: Barry Erick for Spectra 75300,214
  693. To: AL MUSELLA 76114,637
  694.  
  695. Al,
  696.  Using Nortons SI, it will show 640k and 32k display. That is the current
  697. configuration and is normal. What does the Video Display Attachement show? It
  698. should show EGA and 256k at that spot....
  699.  --- Barry
  700.  
  701.  
  702.  
  703. Press <CR> for next or type CHOICES !
  704. H#: 45552 S12/SPECTRA Publishing
  705.     14-May-90  19:50:28
  706. Sb: RBBS-PC under PB
  707. Fm: John R. Spikowski 76050,1422
  708. To: John Watts 73760,751 (X)
  709.  
  710. I had to break up all the code into smaller modules to work on and I am working
  711. on building the SUB's into UNITS. It should be done and working in about a
  712. month (it's kind of a back burner project). I'm using the QB version under
  713. VM386 /Multi-User and it works great. I'll let the board know when the PB
  714. version is working.
  715.  
  716. Press <CR> for next or type CHOICES !
  717. HPC Vendor B ForumHSections Menu
  718.  
  719. Section names (#subjs/# msgs)
  720.  1 Quarterdeck  (106/264)
  721.  3 Korenthal Assocs.  (4/24)
  722.  4 Personics Corp.  (25/132)
  723.  5 Quicksoft  (5/8)
  724.  6 TurboPower Software  (36/170)
  725.  7 ChipSoft, Inc.  (2/3)
  726.  8 DacEasy  (17/42)
  727.  9 Vestronix  (2/2)
  728. 10 J.P. Software  (26/151)
  729. 11 PDC Prolog  (11/32)
  730. 12 SPECTRA Publishing  (12/39)
  731. HEnter choice(s) or ALL !