home *** CD-ROM | disk | FTP | other *** search
/ Big Blue Disk 30 / bbd30.zip / BLUENOTE.TXT < prev    next >
Text File  |  1989-02-09  |  9KB  |  145 lines

  1. |A╔════════════╗════════════════════════════════════════════════════╔════════════╗
  2. |A║ ^0Diskussion |A║════════════════════ ^1Blue Notes |A════════════════════║ ^0Diskussion |A║
  3. |A╚════════════╝════════════════════════════════════════════════════╚════════════╝
  4.  
  5. Dear BIG BLUE DISK,
  6.  
  7.    I have recently bought Big Blue Disk #27. In this issue you have a Print 
  8. Shop utility program. I believe it's option #4 that allows you to combine 
  9. transferred images from Apple and Commodore version of Print Shop to an IBM 
  10. compatable file. Now my question is "What are you talking about?" How can I 
  11. take Apple images and transfer them to IBM images. My IBM compatable machine 
  12. will not read Apple disks. I am sure none of the true IBM's will either. Would 
  13. you PLEASE tell me how to do this. I am confused to say the least. 
  14.  
  15. ^REverett A. Hargrove
  16. ^RClute, Texas 
  17.  
  18. ^1>  Though the actual image is the same for the various computers, each version 
  19. ^1>of Print Shop expects a certain file format for the image(s).  For example, the 
  20. ^1>Commodore and Apple computer version of Print Shop requires that there be only 
  21. ^1>one image per file.  On the other hand, the MS-DOS version of Print Shop allows 
  22. ^1>numerous images to be stored in a file.  Option #4 of the Print Shop Utilities 
  23. ^1>program handles this and other formatting conversions. 
  24. ^1>  Now to the real question.  How do you get Apple/Commodore images to an IBM 
  25. ^1>or compatible computer?  There are several ways.  One way to obtain the images 
  26. ^1>is to download them from a bulletin board (the current version of the Print 
  27. ^1>Shop Utilities program cannot convert these images to a useable format).  
  28. ^1>Another way is to purchase one of the various products that allow you to 
  29. ^1>transfer Apple/Commodore information to a PC or compatible (this is the way we 
  30. ^1>get our Apple Print Shop images).  
  31. |5▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 
  32.  
  33. Dear BBD,
  34.  
  35.    Hi!  I want to start by saying that I LOVE BBD!  I have just renewed a 
  36. years' subscription and plan to keep renewing. 
  37.    However, I would like to ask a couple of technical questions.  I am a High
  38. School Junior taking an introductory Pascal course.  First, I was wondering if
  39. it is possible for you to send me some Pascal source code for some games and
  40. programs.  I would really like to see some of it, just to see how the code is
  41. structured.  Also, I was curious as to the CHN files.  What is the difference 
  42. between them and COM files (I know one can compile a Pascal program as COM or 
  43. CHN, but I was always curious as to what the differences were). 
  44.    Anyway, I am very happy with your product, and hope that you continue FAR
  45. into the future.
  46.  
  47. ^RAdam Levin
  48. ^RHackensack, NJ
  49.  
  50. P.S.  Are you ever going to produce an ALFREDO collection, and are you going to
  51.       continue producing ALFREDO adventures?  My family and I have fallen IN 
  52.       LOVE with him!
  53.  
  54.    
  55. ^1>  I'm happy to hear that you enjoy Big Blue Disk so much!  We have a lot of 
  56. ^1>fun bringing you each new issue.  Unfortunately, I do not have any Pascal 
  57. ^1>source code that I can distribute.  There are many good books on Pascal 
  58. ^1>programming techniques available.  Your local library or computer bookstore 
  59. ^1>should have one that will provide you with the information that you want. 
  60. ^1>  Files that contain either a COM, EXE, or BAT extension are runnable under 
  61. ^1>MS-DOS.  When compiling a program to disk in Pascal you can designate that it 
  62. ^1>is to produce either a COM or a CHN file.  The primary difference between the 
  63. ^1>two is that, as previously mentioned MS-DOS recognizes COM files as executable 
  64. ^1>and CHN files are not.  Due to the memory limitations placed on COM files (they 
  65. ^1>cannot exceed 64K in size), to program a very large project would be impossible 
  66. ^1>except that you can "chain" from one executing program to another through the 
  67. ^1>use of the Chain procedure implemented in Pascal.  The program that you "chain" 
  68. ^1>to must be compiled in the CHN file format of Pascal.  This allows you to 
  69. ^1>tackle the larger projects that you otherwise couldn't. 
  70. ^1>  What Pascal does in compiling a program to a COM file is to include the 
  71. ^1>Pascal runtime library in the code that is generated.  The Pascal runtime 
  72. ^1>library contains the code to execute various functions and procedures 
  73. ^1>contained within the language.  When compiling to a CHN file this library is 
  74. ^1>not included since it will already be available from the initial run of the COM 
  75. ^1>program that got the whole system started.  
  76. ^1>  We currently have no plans to produce an anthology of ALFREDO's adventures, 
  77. ^1>but we might in the future!  Until then, be on the lookout for another of 
  78. ^1>ALFREDO's adventures. 
  79. |5▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 
  80.  
  81. Dear Big Blue Disk,
  82.  
  83.    I have been a subscriber for almost a year now and anxiously await your new 
  84. issues.  Unfortunately, I have yet to make time for using all of your 
  85. application software.  However, after receiving issue #28 things have changed.
  86.  
  87.    Being an accountant, my computer usage has been limited to Lotus 
  88. spreadsheets, and occasionally a Jet ride.  However, the Home Inventory 
  89. program of Richard Wong featured in Big Blue Disk #28 has exposed this 
  90. computer illiterate to the powers of a database.
  91.  
  92.    The menus are easy to read and the edit steps are idiot-proof.  Since the 
  93. program categories and locations can be changed, I have turned the asset lists 
  94. into a VCR tape library.  Any time I want to watch a show, I enter the name of
  95. the actor, or picture, or subject matter, and I instantly know which tape to 
  96. pick and the counter number on the tape itself.  However, one problem... the 
  97. program limits me to 21 VCR Cassettes.  Even the subcategories and locations 
  98. are limited to 21 items.
  99.  
  100.    Is there any way I can get into the program and edit the size of the 
  101. database since I have 50 VCR tapes?
  102.  
  103. ^RJim Hanson
  104. ^RLawton, OK 
  105.  
  106. ^1>  I love the way people find new and inventive ways to use our programs!  To 
  107. ^1>answer your question, the program was originally designed to handle a home 
  108. ^1>inventory.  We gave you limited flexibility to customize the category and 
  109. ^1>location field values so that you could include those that we hadn't 
  110. ^1>considered.  Since we never anticipated the program to be used in the manor 
  111. ^1>that you describe, we placed a limit on the number of different categories and 
  112. ^1>locations and their corresponding submenus.  This program design decision 
  113. ^1>allowed us to incorporate the quick searching capability we included in the 
  114. ^1>software.  Unfortunately there is no way to alter this restriction. 
  115. |5▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 
  116.  
  117. Dear BBD,
  118.  
  119.    I have been wanting to use this Blueline Editor for some time now.  Your 
  120. issues are fantastic with no complaints.  I have an idea, could you throw in 
  121. some programs written in Basic for us Basic buffs.  I have done a couple of 
  122. Basic programs for the Comodore 64.  I am now transferring my C-64 Basic 
  123. programs into GW-Basic.  All in all I found this easy.  With a couple of 
  124. adjustments and learning new commands that GW-Basic uses, I am on my way.  
  125. I would like to see Basic programs that others have written to get ideas so I 
  126. can make my programs better.  I'm sure that there are other  Basic Buffs that 
  127. feel the same way.  Does anyone know where to get 8 1/2 X 11" fanfold paper at 
  128. a reasonabe price?  By the way BBD, this Blueline Text Editor is pretty nice.. 
  129. Keep up the good work. 
  130.  
  131. ^RT. A. MILLER
  132. ^RW. Hanover, MA.
  133.  
  134. ^1>  I am sorry, but I currently have no Basic source code that I can distribute.  
  135. ^1>You might try your local library or computer bookstore.  There are several 
  136. ^1>good books available on Basic programming and any one of these should be able 
  137. ^1>to provide you with the information you seek.  For reasonably priced computer
  138. ^1>paper you might try one of the wholesale outlets that seem to be springing up
  139. ^1>all over the place.  
  140. ^1>  Actually your letter raises a very good point.  I have received many 
  141. ^1>requests just like yours and I beginning to wonder how many of you would be 
  142. ^1>interested in a regular or semi-regular column on programming?  I haven't 
  143. ^1>given much thought as to the content or structure yet so any suggestions you  
  144. ^1>have would be of help.  Let me know what you think!!!!!
  145.