home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 15 Message / 15-Message.zip / os2v9104.zip / OS2-9112.004 < prev   
Internet Message Format  |  1992-01-01  |  17KB

  1. Date: Tue, 31 Dec 91 17:30:00 +0100
  2. Subject: OS/2 Discussion Forum 911204
  3. Reply-To: Moderated discussion forum on OS/2 <OS2@BLEKUL11.BITNET>
  4.  
  5. ************************************************************************
  6. OS/2 Discussion Forum    Mon, December 30, 1991     Volume 9112 Issue 04
  7.  
  8.                 Relevant addresses :
  9.  
  10.                 submissions :               OS2@BLEKUL11.BITNET (bitnet)
  11.                                          OS2@cc1.kuleuven.ac.be (domain)
  12.                 subscriptions :        LISTSERV@BLEKUL11.BITNET (bitnet)
  13.                                     LISTSERV@cc1.kuleuven.ac.be (domain)
  14.                 moderator :              OS2MOD@BLEKUL11.BITNET (bitnet)
  15.                                       os2mod@cc1.kuleuven.ac.be (domain)
  16. ************************************************************************
  17.  
  18. Today's topics:
  19.  
  20.       This issue
  21.       Font query
  22.       JPI Languages for OS/2
  23.       Various questions
  24.       FYI: Letter to editor
  25.       excel under os2
  26.       OS/2 (tm) Monthly Magazine abstracts
  27.  
  28. ------------------------------------------------------------------------
  29.  
  30. Date:         Mon, 30 Dec 91 12:00:00 +0100
  31. From:         Moderator of the OS/2 forum
  32. Subject:      This issue
  33.  
  34. First, all appropriate season`s greatings.  May 1992 become the year
  35. of ibm OS/2 Version 2.0.
  36. Next, we have to tell you that there was no issue last week sent, and
  37. that you`ll not find any new files on listserv, or any feed from the
  38. usenet groups.  Next week, in the 920101 issue, we`ll make up for it.
  39.  
  40. ------------------------------------------------------------------------
  41.  
  42. Date:    Wed, 18 Dec 1991 8:50:11 EST
  43. From:    ACS_STEVE@VAX2.ACS.JMU.EDU (Steve Grigg @ACS -3556)
  44. Subject: Font query
  45.  
  46.     Please pardon me if this is a bit on the basic side. I'm fairly new to
  47. OS/2. What purpose do all the AFM and TFM fonts serve? Are they screen fonts or
  48. printer fonts, and could someone send me a short primer on their use? Thanks in
  49. advance.
  50.  
  51.   Steve Grigg
  52.  
  53. ------------------------------------------------------------------------
  54.  
  55. FROM: 'Gene Mangum' <H198@HOSP.MED.UMICH.EDU>
  56. DATE: 18 DEC 91 12:51 -00
  57. SUBJECT: JPI Languages for OS/2
  58.  
  59. I have been using OS/2 for several months now, and have been looking
  60. for a relatively inexpensive compiler.   About 2 months ago, I heard
  61. about JPI Topspeed, and called to ask for info.   I received a catalog
  62. of their compilers and products.   Recently, I received the winter
  63. catalog from "The Programmer's Shop" advertising the JPI compilers
  64. at a very low price.   I ordered a compiler (Modula-2) and the
  65. necessary extras, so I thought I'd pass along what I've learned so
  66. far.   Before that, though, a quick disclaimer is in order:  I have
  67. no connection with JPI or The Programmer's Shop.   I have absolutely
  68. no interest in promoting these companies or their products.   All of
  69. this info represents MY INTERPRETATION of the documentation and what
  70. I've been told over the phone.
  71.  
  72. In order to use a JPI compiler, you must buy an "environment" which
  73. includes an editor, debugger, and an interface to the compilers.
  74. This environment is available for DOS and OS/2.   I bought the OS/2
  75. environment, which runs in an OS/2 fullscreen session (I used WINABLE
  76. to mark it and it seems to run fine in an OS/2 Windowed session, too).
  77.  
  78. You then purchase the compiler(s) you want.   They offer C, C++,
  79. Pascal, and Modula-2 (a successor of Pascal designed by the same guy).
  80. These compilers can generate DOS, Windows, and OS/2 programs.   They
  81. also have something called a "TechKit" which has some Windows support
  82. utilities, a limited assembler, and some other odds and ends.
  83.  
  84. The catalog gave me the impression that Modula-2 offered better
  85. support for Presentation Manager programming, but the tech support
  86. guy for JPI told me over the phone that all compilers have the same
  87. level of PM support.   I'm not sure why I chose Modula-2, and kinda
  88. wish I'd got Pascal now...   Both Pascal and Modula-2 have object
  89. oriented extensions (as well as other extensions to the standard
  90. language definition).
  91.  
  92. After using the JPI products for a week or so, here are my initial
  93. impressions.   You should confirm any facts with JPI rather than take
  94. my word for it, but if you're interested in OS/2 programming, this
  95. info may be helpful in getting you started for not-too-much-money.
  96.  
  97. The Topspeed environment has a multi-window editor.   Screen colors
  98. are configurable.   Mouse support seems to have been added as an
  99. afterthought.   I say that because although you can make menu
  100. selections with the mouse, you can't resize windows, and moving
  101. windows with the mouse is "wierd".   You gotta see it to believe it.
  102. It does include an ASCII chart and a calulator which does hex<->dec
  103. conversion, but not hex entry/calculation :(   It also has a grep-
  104. like utility, a keyboard scancode window, and a file finder.
  105.  
  106. Online help for the language and environment are pretty good, but
  107. debugger help consists of a single screen key summary.
  108.  
  109. The project management facilities seem powerful, but most options
  110. are specified by text commands rather than menu picks, so it'll take
  111. some study.
  112.  
  113. When you invoke the debugger, it replaces the environment on the
  114. screen (like Turbo Debugger-not the integrated debug).   It seems to
  115. support alot of the options.    I marked the debugger WINABLE, and
  116. it kinda works, but not quite.   JPI only supports the debugger in
  117. OS/2 fullscreen, so I can't complain about this.
  118.  
  119. The Modula-2 compiler looks pretty good.   I have no experience with
  120. Modula-2, but they point out extensions to standard Modula-2 in the
  121. book, and theirs is apparently much better.
  122.  
  123. I've written a couple of test programs, but nothing major, so I can't
  124. really give a good evaluation of these products, just some general
  125. impressions.   If anyone is interested, I can post another evaluation
  126. after I get more experience with it.
  127.  
  128. Anyway, here's my assessment at this point:   Although the products
  129. don't have the slick, polished look of something like Borland's
  130. language products (which I'm most familiar with) they seem to have
  131. alot in the way of basic functionality.   The documentation seems
  132. okay except that several items are not mentioned (for example, using
  133. WINABLE to make the environment run in a window).   I expect that
  134. the same manuals are distributed with DOS and OS/2, so some things
  135. in the doc are not applicable and coverage of OS/2 specific features
  136. is not very thorough.   They don't even try to cover the OS/2 API,
  137. and the manual tells you that.   You must buy some OS/2
  138. programming books for API doc, but the compiler is supposed to
  139. support the full API.   Most of the library functions (at least the
  140. ones I've tried) translate to OS/2 calls, so for example, you can
  141. use their text Windowing routines in an OS/2 windowed application,
  142. read and write files with standard Modula-2 (or whatever) functions,
  143. etc.
  144.  
  145. I've called their 800 number a couple of times, and a technical person
  146. has always answered the phone.   Their support staff seems competent
  147. and helpful, although I expect they're more conversant in DOS.   When
  148. I asked technical OS/2 questions, the support person put me on hold
  149. and got an answer from someone else.
  150.  
  151. Some of the utility programs and sample programs could use more
  152. documentation, too.   It takes some poking around to figure out what's
  153. for OS/2.   You have the option at install time whether to load
  154. DOS support and Windows support.   The install program works well,
  155. and allows you to select which features to load.   You can go back
  156. later and install additional options or individual files.
  157.  
  158. All in all, if you're looking for an inexpensive way to get into
  159. OS/2 programming, I think these products offer a good start.   JPI
  160. told me that they've signed a contract to provide 32-bit versions
  161. of their compilers for OS/2 2.0.   They currently don't include
  162. tools for PM resource definition, so you'll (and I'll) need a
  163. resource toolkit of some sort to build icons, dialogs, etc.
  164.  
  165. The offer from The Programmer's Shop is good through Feb 15, 1992,
  166. and you get the environment, the compiler of your choice, and the
  167. TechKit for $129.   The normal price through JPI is $99 for each
  168. of these components (total $297).   I think for $129 these packages
  169. is a great deal.   You can buy additional compilers from JPI for
  170. $99 each.   The $129 packages are listed as "TopSpeed xxx Professional"
  171. where the xxx is the language.
  172.  
  173. For more info:
  174.  
  175.                        JPI   (800) 448-4440
  176.      The Programmer's Shop   (800) 421-8006
  177.  
  178. ------------------------------------------------------------------------
  179.  
  180. Date: 19 December 91, 18:12:30 ITA
  181. From: CMSVITT  at IBGUNIV
  182. Subject: Various questions
  183.  
  184. Hi OS2-land,
  185.  
  186. how I can be possible to lock <Ctrl> and <Alt> keys from my keyboard?
  187.  
  188. I don't want able my users to modify the QueryManager (maximized)
  189. window.
  190. Or, how I could run QueryManager in full screen mode?
  191.  
  192. Any idea is welcome, thanx.
  193.  
  194. Moriggia Vittorio
  195. Centro di Calcolo
  196. Universita' di Bergamo
  197. Bergamo Alta
  198. ITALIA
  199.  
  200. ------------------------------------------------------------------------
  201.  
  202. From: bgm@gallipolis.cray.com
  203. Date: Thu, 26 Dec 91 12:08:34 CDT
  204. Reply-To: bgm@cray.com
  205. Subject: FYI: Letter to editor
  206.  
  207. Everyone / Anyone:
  208.  
  209. FYI:  This is a letter to the editor of a Minneapolis / St. Paul
  210.       computer news magazine.  I just thought you'd like to see it.
  211.  
  212. Bertram Glenn Moshier
  213. Cray Research, Inc
  214. 655F Lone Oak Drive
  215. Eagan, MN   55121-1560
  216. Voice   : (612)683-5419
  217. Fax     : (612)683-5307
  218. December 23, 1991
  219.  
  220. Computer User
  221. Editors
  222. Adams Publishing of Minneapolis/St. Paul, Inc.
  223. 12 S. 6th St., Suite 400
  224. Minneapolis, MN   55402-1572
  225. Voice   : (612)336-9286
  226. Fax     : (612)339-5806
  227.  
  228. Dear Sirs:
  229.  
  230. Disbelief and bewilderment were my emotions when reading Down to
  231. Business ("Mixed Signals, Mixed Emotions" - December issue).  Kevin
  232. Reichard clearly states "IBM failed to show OS/2 2.0" at the Fall 1991
  233. COMDEX.  Where was Mr. Reichard?
  234.  
  235. IBM officially announced and showed OS/2 version 2.0 on Monday at 4:30
  236. PM.  This included OS/2 2.0 running Windows applications SEAMLESSLY on
  237. the Workplace Shell desktop.  Asymetrix Toolbook was one of these
  238. Windows applications.  Lee Reiswig pointed out this was an application
  239. that Microsoft's Steve Ballmer said would never run under OS/2 2.0.
  240.  
  241. The Minneapolis IBM branch held a full morning meeting the next day at
  242. the Minneapolis Convention Center.  Showing the OS/2 2.0 highlights took
  243. more than two hours.  This meeting was down to business, covering local
  244. companies applications and local issues.  On the lighter side, Chuck
  245. Pfalzgraf of IBM pointed out two facts.
  246.  
  247.      OS/2 version 2.0 would be available in April 1992 wherever DOS is
  248.       available.
  249.  
  250.      OS/2 2.0 is like walking through doors instead of crawling through
  251.       windows.
  252.  
  253. Mr. Reichard had a second chance to see OS/2 2.0 at COMDEX on Wednesday
  254. morning.  IBM held a breakfast meeting and showed all the OS/2 version
  255. 2.0 features.
  256.  
  257. Mr. Reichard had yet a third chance to see OS/2 2.0 at COMDEX, a chance
  258. to use it, and to own it.  OS/2 2.0 was at the IBM booths, where he
  259. could bring his own applications and try them.  He also missed IBM
  260. giving OS/2 2.0 beta copies away to the press and free OS/2 2.0 coupons
  261. redeemable in April 1992.
  262.  
  263. For me, the question remains.  Where at COMDEX was Mr. Reichard?  Should
  264. Mr. Reichard want to see a copy of 2.0, he can contact me.  I find OS/2
  265. version 2.0 useful.  For example, I am writing, spell and grammar
  266. checking this letter (on a laptop), while eating lunch at Fuddruckers.
  267.  
  268. The Grapevine column of this same issue did nothing to improve my
  269. emotions.  It said OS/2 2.0 is officially behind schedule and may not be
  270. out till summer 1992.  As one of the customers IBM consulted about a
  271. March release, I can say this column is incorrect.  IBM's reasons for a
  272. March release date are:
  273.  
  274.      Many customers said seamless Windows, 32 bit PM and LAN management
  275.       were very important OS/2 2.0 features.
  276.  
  277.      IBM did not want to prime the distribution pipe, and then 3 months
  278.       later release the above features and then restock store shelves.
  279.  
  280. One final item, officially OS/2 2.0 is not behind schedule.  How can I
  281. say this when we know 2.0 has been in beta for 2 years?  Obviously,
  282. someone keeps delaying it.  Yet, you will find the Fall COMDEX '91 was
  283. the first and only OS/2 2.0 official announcement.  Reviewing the Lee
  284. Reiswig 2.0 demonstration video tapes shows him saying December is an
  285. internal IBM date.  One can order the tapes by calling 1-800-3IBM-OS2.
  286.  
  287. My grapevine says IBM will have two OS/2 releases in 1992.  The second
  288. release (Fall '92, OS/2 2.1) will include over a dozen new features.
  289. These new features will include:
  290.  
  291.      Kernel level data compression (Stacker in the kernel).
  292.  
  293.      OS/2 end-users being able to run Macintosh software seamlessly on
  294.       the Workplace Shell.
  295.  
  296.      Multimedia extensions.
  297.  
  298.      2 GByte virtual address space per program, up from the current 512
  299.       MByte limit.
  300.  
  301.  
  302. Sincerely,
  303.  
  304. Bert Moshier
  305.  
  306. Bert Moshier
  307. Cray Research, Inc.
  308.  
  309.                              OS/2 in '92!
  310.  
  311. As Spencer & Son said in PC Week (12/9/91)
  312. This is your brain:           IBM OS/2 PM
  313. This is your brain on drugs:  Microsoft Windows
  314.  
  315. ------------------------------------------------------------------------
  316.  
  317. Date:         Mon, 30 Dec 91 11:58:59 +0100
  318. From:         rda <DAVID@BUCLLN11.BITNET>
  319. Subject:      excel under os2
  320.  
  321. Hello|
  322.  
  323. 1. I have installed MS-EXCEL 3.0 in the Windows Box of a 6.167 OS2
  324.    version.
  325. All is ok but...
  326. I'm not able to have a azerty keyboard. When I type an A I receive a Q,
  327. etc...
  328. I have all tried: the International configuration (Belgian keyboard,
  329. etc...)
  330. 2. I have also installed in a DOS Box the Windows 3.0 and,
  331.    under that Windows, the same MS-EXCEL 3.0 Product.
  332. When I try to start the Excel application, I receive a Message
  333. like "This application need Standard or Enhanced 386 mode"...
  334.  
  335. What are the solutions to those problems?
  336.  
  337. Thanks...
  338.  
  339. rda
  340.  
  341. Season's Greetings - Meilleurs Voeux - Felices Fiestas - Beste Wensen
  342. Frohe Festtage - Buone Feste - God Jul och Gott Nytt Ar
  343. Ein Erfolgreiches Neues Jahr ....
  344.  
  345. ------------------------------------------------------------------------
  346.  
  347. From: bgm@gallipolis.cray.com
  348. Date: Mon, 30 Dec 91 10:56:43 CDT
  349. Subject: OS/2 (tm) Monthly Magazine abstracts
  350.  
  351. I am attaching the contacts with abstracts of the upcoming OS/2 (tm)
  352. Monthly Magazine.
  353.  
  354. Bert Moshier
  355. Cray Research, Inc.
  356.  
  357.                              OS/2 in '92!
  358.  
  359. As Spencer & Son said in PC Week (12/9/91)
  360. This is your brain:           IBM OS/2 PM
  361. This is your brain on drugs:  Microsoft Windows
  362.  
  363. ----------------------------- Note follows -----------------------------
  364. *Date: 29 Dec 91 14:54:42 EST
  365. *From: JOEL SIRAGHER <72550.2440@CompuServe.COM>
  366. *Subject: Abstract
  367.  
  368. JDS Publishing presents: OS/2 (tm) Monthly Magazine @ OS/2 Windows Conference.
  369.  
  370. -"Extended runtime debugging under os/2 Presentation Manager" by Mark Walsh.
  371. Mark describes a mechanism which can easily be built into a set of functions
  372. that will turn any PM program into a self diagnostic system.
  373.  
  374. -"TAPCIS/PM: Compuserve access under the Presentation Manager."  By Scott
  375. McGrath.  Review of TAPCIS.
  376.  
  377. -"Watching OS/2." By Bert Moshier.  Bert extensively explores what is needed to
  378. be done by IBM in order for OS/2 to be a success.
  379.  
  380. -"OS/2 idioms in C: Better Programs Thru Fluency."  By Fred Gault.  He
  381. discusses and illustrates some useful os/2 pm idioms.
  382.  
  383. -"Beginners OS/2 PM Column." By Les Bell. An introduction for the programmer
  384. unaccustomed to Presentation Manager.
  385.  
  386. -"Advanced OS/2 PM Column."  By Guy Scharf.  An Advanced OS/2 PM column. This
  387. issue he explores Subclassing.
  388.  
  389. Also: OS/2 2.0 Feature Article by Dave Moskowitz.
  390.  
  391. A feature Column by Doug Hamilton.
  392.  
  393. Fabian Pascal on The EISA Alternative.
  394.  
  395. Usergroup Info.
  396.  
  397. BBS Info.
  398.  
  399. In upcoming issues LOOK for: Continuing columns by Hamilton, Gault, Pascal,
  400. Bell, Moshier, Scharf, & Wolf. SCSI on OS/2, 2.0 Workplace Shell column By Jeff
  401. Cohen. Client Server Corner by Bill Wolff. 1 yr Subscription (12 issues), Send
  402. $36 (US) for US and Canada, or $60 US funds to JDS PUBLICATIONS, PO BOX 4351,
  403. Highland Pk, NJ 08904. We Accept Visa/MC. (908) 985-8358.
  404.  
  405. ------------------------------------------------------------------------
  406.  
  407. END OF OS/2 DISCUSSION FORUM 911204
  408. ***********************************
  409.  
  410.