home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 15 Message / 15-Message.zip / UU991106.zip / Uh991105.txt < prev    next >
Text File  |  1999-11-06  |  57KB  |  1,588 lines

  1.  
  2.                    comp.os.os2.programmer.misc      (Usenet)
  3.  
  4.                  Saturday, 30-Oct-1999 to Friday, 05-Nov-1999
  5.  
  6. +----------------------------------------------------------------------------+
  7.  
  8. From: jdparker@erols.com                                29-Oct-99 21:03:07
  9.   To: All                                               30-Oct-99 04:09:29
  10. Subj: Re: DosDevIOCtl questions
  11.  
  12. From: Jim Parker <jdparker@erols.com>
  13.  
  14. Paul Ratcliffe wrote:
  15.  
  16. > On Tue, 26 Oct 1999 21:58:08 -0400, Jim Parker <jdparker@erols.com> wrote:
  17. >
  18. > >Thank you, thank you, thank you.
  19. > >
  20. > >Works like a champ.
  21. >
  22. > Why did you feel the need to quote 250 odd lines of message just to write
  23. this?
  24. > And as if that was not enough, 40 seconds later, you decided to do it again
  25. just
  26. > to really piss everybody off.
  27. >
  28. > For God's sake, use your bloody delete key will you.
  29.  
  30. I misinterpreted a Netscape error message and thought that the original reply
  31. did
  32. not go out. That's why the multiple posts. To err is human.
  33.  
  34. I've been on news groups where it is considered a mortal sin to delete
  35. anything in a
  36. reply. It is also considered a sin on these news groups to place your reply
  37. anywhere
  38. but at the bottom. The logic is that if you want to see the entire thread you
  39. go to
  40. the last post and you'll get everything in order. Some people get pissed off
  41. when
  42. they have to bring up every post in order to find out what's going on in a
  43. thread.
  44. Some people get pissed off when the original post expires and the only thing
  45. left of
  46. a thread are some incomplete posts.
  47.  
  48. Jim
  49.  
  50.  
  51. --- WtrGate+ v0.93.p7 sn 165
  52.  * Origin: Origin Line 1 Goes Here (1:109/42)
  53.  
  54. +----------------------------------------------------------------------------+
  55.  
  56. From: matthew.dajia@home.com                            30-Oct-99 02:00:06
  57.   To: All                                               30-Oct-99 04:10:00
  58. Subj: execute one command at a time within batch
  59.  
  60. From: "MD" <matthew.dajia@home.com>
  61.  
  62. I need some help on executing one instruction at a time and waiting for it
  63. to complete until the next starts.  I'm updating the same file in each
  64. command and when it goes through the batch I get mixed results within the
  65. file being edited.
  66. My question is. Is there something like start /WAIT [program].  where the
  67. next command will not execute until the previous one finishes.  I tried
  68. using && but I have 10 updates to do and don't know if this will be
  69. sufficient.
  70.  
  71. Any help would be appreciated
  72.  
  73. Matt
  74. mdajia@ca.ibm.com
  75.  
  76.  
  77.  
  78. --- WtrGate+ v0.93.p7 sn 165
  79.  * Origin: Usenet: @Home Network Canada (1:109/42)
  80.  
  81. +----------------------------------------------------------------------------+
  82.  
  83. From: thannymeister@spambegone.yahoo.com                29-Oct-99 23:57:19
  84.   To: All                                               30-Oct-99 04:10:00
  85. Subj: Re: execute one command at a time within batch
  86.  
  87. From: "Mike Ruskai" <thannymeister@spambegone.yahoo.com>
  88.  
  89. On Sat, 30 Oct 1999 02:00:13 GMT, MD wrote:
  90.  
  91. >I need some help on executing one instruction at a time and waiting for it
  92. >to complete until the next starts.  I'm updating the same file in each
  93. >command and when it goes through the batch I get mixed results within the
  94. >file being edited.
  95. >My question is. Is there something like start /WAIT [program].  where the
  96. >next command will not execute until the previous one finishes.  I tried
  97. >using && but I have 10 updates to do and don't know if this will be
  98. >sufficient.
  99. >
  100. >Any help would be appreciated
  101.  
  102. Care to be a bit more specific?  Are you talking about a batch file?  If so,
  103. why are you using "start" with the commands?  If you simply put the command
  104. on a line, it'll executate synchronously, one command per line.
  105.  
  106.  
  107. --
  108.  - Mike
  109.  
  110. Remove 'spambegone' to send e-mail.
  111.  
  112.  
  113. --- WtrGate+ v0.93.p7 sn 165
  114.  * Origin: Usenet: TLF (1:109/42)
  115.  
  116. +----------------------------------------------------------------------------+
  117.  
  118. From: ilya@math.ohio-state.edu                          30-Oct-99 03:59:22
  119.   To: All                                               30-Oct-99 04:10:00
  120. Subj: Re: popuplog
  121.  
  122. From: ilya@math.ohio-state.edu (Ilya Zakharevich)
  123.  
  124. [A complimentary Cc of this posting was sent to Dan Holmes 
  125. <dholmes@trellis.net>],
  126. who wrote in article <381A26CA.81769E78@trellis.net>:
  127. > I found this in my popup log
  128. > 09-06-1999  20:01:40  SYS2070  PID 014c  TID 0001  Slot 0095
  129. > E:\PMPROGRAMMING\PROJECTS\CLIBPDF\SOURCE\TESTPDF.EXE
  130. > TESTPDF->CLIBPDF.defaultDomain
  131. > 127
  132. > I wrote both programs the testpdf.exe and clibpdf.dll.  Testpdf calls
  133. > clibpdf.  defaultDomain is an exported variable of clibpdf.
  134. > Is this message good or bad?  My guess is that since it is in popuplog
  135. > it is bad.
  136.  
  137. Do
  138.  
  139.   help sys2070
  140.  
  141. TESTPDF.EXE tried to resolve dynamically linked symbol which should
  142. have been resolved as "defaultDomain" export symbol of CLIBPDF.dll.
  143. CLIBPDF.dll did not have it.
  144.  
  145. But it is almost 2 months old.  Probably some bad build.
  146.  
  147. Why do you disable realtime popups?
  148.  
  149. Ilya
  150.  
  151. --- WtrGate+ v0.93.p7 sn 165
  152.  * Origin: Usenet: Department of Mathematics, The Ohio State Univers
  153. (1:109/42)
  154.  
  155. +----------------------------------------------------------------------------+
  156.  
  157. From: abuse@orac.clara.co.uk                            30-Oct-99 10:28:00
  158.   To: All                                               30-Oct-99 10:28:12
  159. Subj: Re: DosDevIOCtl questions
  160.  
  161. From: abuse@orac.clara.co.uk (Paul Ratcliffe)
  162.  
  163. On Fri, 29 Oct 1999 12:01:17 -0400 (EDT), Mike Ruskai
  164. <thannymeister@spambegone.yahoo.com> wrote:
  165.  
  166. >And here we see the results of British Telecom's nefarious billing practices.
  167. > No such thing as a local call on the other side of the pond.
  168.  
  169. Just because it's free for you lot that makes it OK does it?
  170. It doesn't... it is still a pointless waste of everybody's bandwidth and
  171. storage.
  172.  
  173. --- WtrGate+ v0.93.p7 sn 165
  174.  * Origin: Usenet: The Floppy BBS (1:109/42)
  175.  
  176. +----------------------------------------------------------------------------+
  177.  
  178. From: beve@dds.nl                                       30-Oct-99 22:18:02
  179.   To: All                                               30-Oct-99 19:47:00
  180. Subj: Re: Is there a Kill Command?
  181.  
  182. From: "G. van der Veer" <beve@dds.nl>
  183.  
  184. > Death.Exe (which comes with XF86Sup.SYS) works fairly well if it is the
  185. > first method you use to try to kill something.  If you try and fail to
  186. > kill it with something else and then try death, it doesn't work too
  187. > well.
  188. >
  189. > The only builtin process killer is the KILLFEATUREENABLED version of
  190. > WarpCenter which doesn't usually work too well.
  191.  
  192. Loading XF86Sup.SYS and using the command Death.Exe usually ends in a trap
  193. 000e for me (I'm currently using Warp 4.5).  Isn't there something else that
  194. can
  195. kill
  196. for example Netscape 4.61?  Sometimes it crashes partly and locks itself up in 
  197. the
  198. memory.
  199.  
  200. --
  201. Berry van der Veer
  202.  
  203. +------------------------------------------+
  204.    http://www.torget.se/users/g/gvdveer
  205.    http://www.dsv.nl/~gvdveer
  206. +------------------------------------------+
  207.  
  208.  
  209. --- WtrGate+ v0.93.p7 sn 165
  210.  * Origin: Usenet: UUNET-NL (http://www.nl.uu.net) (1:109/42)
  211.  
  212. +----------------------------------------------------------------------------+
  213.  
  214. From: thannymeister@spambegone.yahoo.com                29-Oct-99 12:01:08
  215.   To: All                                               31-Oct-99 05:35:14
  216. Subj: Re: DosDevIOCtl questions
  217.  
  218. From: "Mike Ruskai" <thannymeister@spambegone.yahoo.com>
  219.  
  220. On Thu, 28 Oct 1999 19:14:44 GMT, Paul Ratcliffe wrote:
  221.  
  222. >On Tue, 26 Oct 1999 21:58:08 -0400, Jim Parker <jdparker@erols.com> wrote:
  223. >
  224. >>Thank you, thank you, thank you.
  225. >>
  226. >>Works like a champ.
  227. >
  228. >Why did you feel the need to quote 250 odd lines of message just to write
  229. this?
  230. >And as if that was not enough, 40 seconds later, you decided to do it again
  231. just
  232. >to really piss everybody off.
  233. >
  234. >For God's sake, use your bloody delete key will you.
  235.  
  236. And here we see the results of British Telecom's nefarious billing practices.
  237.  No such thing as a local call on the other side of the pond.
  238.  
  239.  
  240. --
  241.  - Mike
  242.  
  243. Remove 'spambegone' to send e-mail.
  244.  
  245.  
  246. --- WtrGate+ v0.93.p7 sn 165
  247.  * Origin: Usenet: TLF (1:109/42)
  248.  
  249. +----------------------------------------------------------------------------+
  250.  
  251. From: steve53_remove_this@earthlink.net                 29-Oct-99 09:54:15
  252.   To: All                                               31-Oct-99 05:35:15
  253. Subj: Re: somVaBuf: no trace whatsoever
  254.  
  255. From: steve53_remove_this@earthlink.net
  256.  
  257. In <7v8ho5$j94$1@charm.magnus.acs.ohio-state.edu>, on 10/28/99 
  258.    at 04:00 AM, ilya@math.ohio-state.edu (Ilya Zakharevich) said:
  259.  
  260.  
  261. >It does not have anything related.  Can you send the newer version to me
  262. >so that I can put #defines/#ifdef's which would make my code work with
  263. >older and with newer toolkits?
  264.  
  265. You are using a very old toolkit:
  266.  
  267.  SOMTC            .H         7,195 ....  4-27-98 12:35:00
  268.  
  269. I'd suggest a visit to the DevCon site for an update.  You will most
  270. likely need to replace more than one file.
  271.  
  272. HTH,
  273.  
  274. Steven
  275.  
  276. --
  277. ---------------------------------------------------------------
  278. Steven Levine <steve53removethis@earthlink.net>  MR2/ICE #10183 Warp4/FP11
  279. ---------------------------------------------------------------
  280.  
  281.  
  282. --- WtrGate+ v0.93.p7 sn 165
  283.  * Origin: Usenet: EarthLink Network, Inc. (1:109/42)
  284.  
  285. +----------------------------------------------------------------------------+
  286.  
  287. From: NOSPAM_R.Ihle@S-t.De                              31-Oct-99 15:56:29
  288.   To: All                                               31-Oct-99 22:05:18
  289. Subj: Re: DCE_AUTORESET and DCE_POSTONE
  290.  
  291. From: NOSPAM_R.Ihle@S-t.De (Ruediger Ihle)
  292.  
  293. On Sun, 31 Oct 1999 13:15:23, "Jan Danielsson" 
  294. <Jan.Danielsson@falun.mail.telia.com> wrote:
  295.  
  296. > Are these event semaphore flags documented somewhere? Are they safe to use?
  297. > I have run into a problem; I am using a MuxWait semaphore to wait for a buch
  298. > of events to complete. I would have guessed that if DCE_AUTORESET was set
  299. for
  300. > the event semaphore, the event semaphores waould be reset when
  301. > DosWaitMuxWaitSem() returns no error, but it seems DCE_AUTORESET only works
  302. > with DosWaitEventSem().
  303. > This behaviour make me wonder: Are the two flags in <subj> for IBM internal
  304. > use only?
  305.  
  306. AFAIK these flags are undocumented. They were introduced with some 
  307. fixpack.
  308. I would not count on them, epecially if there is another way to do your 
  309. work.
  310.  
  311.  
  312. -- 
  313. Ruediger "Rudi" Ihle [S&T Systemtechnik GmbH, Germany, 
  314. http://www.s-t.de]
  315. Please remove all characters left of the "R" in my email address
  316.  
  317.  
  318. --- WtrGate+ v0.93.p7 sn 165
  319.  * Origin: Usenet: S&T (1:109/42)
  320.  
  321. +----------------------------------------------------------------------------+
  322.  
  323. From: Johannes.Hromadka@gmx.net                         31-Oct-99 10:53:28
  324.   To: All                                               31-Oct-99 22:05:18
  325. Subj: Re: Is there a Kill Command?
  326.  
  327. From: Hannes Hromadka <Johannes.Hromadka@gmx.net>
  328.  
  329.  
  330. "G. van der Veer" wrote:
  331.  
  332. > Loading XF86Sup.SYS and using the command Death.Exe usually ends in a trap
  333. > 000e for me (I'm currently using Warp 4.5).  Isn't there something else that 
  334. can
  335. > kill
  336.  
  337. Be sure to have the latest xf86sup.sys.  Version 1.511. The old one do not
  338. work with
  339. Warp 4.5
  340.  
  341.                         Hannes
  342.  
  343.  
  344. --- WtrGate+ v0.93.p7 sn 165
  345.  * Origin: Usenet: Global Network Services - Remote Access Mail & Ne
  346. (1:109/42)
  347.  
  348. +----------------------------------------------------------------------------+
  349.  
  350. From: martin.schaffoener@student.uni-m...               31-Oct-99 12:02:24
  351.   To: All                                               31-Oct-99 22:05:18
  352. Subj: Re: dynamic loadable driver (OS/2)?????
  353.  
  354. Message sender: martin.schaffoener@student.uni-magdeburg.de
  355.  
  356. From: martin.schaffoener@student.uni-magdeburg.de (Martin Schafföner)
  357.  
  358. On Wed, 13 Oct 1999 16:26:11, Robert Marcano <robmv@ibm.net> wrote:
  359.  
  360. > Este es un mensaje de varias partes en formato MIME.
  361. > I am making a device driver with VisualAge C++ 4.0 for OS/2, and
  362. > looking on the online help I found the term: "dynamic loadable driver",
  363. > that use the extension "dld" (Sounds like a good thing, but this is the
  364. > first time that I hear about it). But no more information than that,
  365. > Can somebody help me and tell me how it works?, how can I build one or
  366. > where to find information about that?
  367. > TIA
  368.  
  369. Not that I would know of any more information, but here is what I saw 
  370. when using watchcat on the warp server for e-business beta.  When 
  371. listing all modules, the kee.dld showed up.  KEE stands for Kernel 
  372. Execution Environment, something like a 32-bit interface for drivers. 
  373. Now, it does not show up in the config.sys, nor is there a file called
  374. kee.dld.  But at warpstock europe somebody briefly talked about KEE, 
  375. that it is being used by IBM internally, but that it is not supported 
  376. nor documented.  I have contacted him about some more information and 
  377. will be back as soon as I know more.
  378.  
  379. CU/2,
  380.  
  381. Martin Schafföner
  382.  
  383. Suzuki GS650G Katana
  384. OS/2 Warp 4 with FixPak 11
  385. There are currently 28 processes
  386. with 119 threads active.
  387. This machine's uptime 0h 15min 30sec.
  388.  
  389. --- WtrGate+ v0.93.p7 sn 165
  390.  * Origin: Usenet: Otto-von-Guericke-Universitaet Magdeburg (1:109/42)
  391.  
  392. +----------------------------------------------------------------------------+
  393.  
  394. From: kh@no.spam.munot.demon.co.uk                      31-Oct-99 19:52:16
  395.   To: All                                               31-Oct-99 22:05:19
  396. Subj: Re: Dump Formatter (PMDF) help requested
  397.  
  398. From: kh@no.spam.munot.demon.co.uk (Kevin)
  399.  
  400. On Wed, 27 Oct 1999 16:43:09 -0700, steve53_remove_this@earthlink.net
  401. wrote:
  402.  
  403. >In <3815f9de.732209@news.demon.co.uk>, on 10/26/99 
  404. >   at 07:51 PM, kh@no.spam.munot.demon.co.uk (Kevin) said:
  405. >
  406. >>It appears that my application has trapped E, although no trap screen was
  407. >>displayed. The task status indicates that the application is terminating
  408. >>and is in exit list processing. Thread 1 is waiting on a private unnamed
  409. >>semaphore. DOS32WAITEVENTSEM was called from within the C runtime.
  410. >>Unwinding the stack, I find that it was ultimately called from a routine
  411. >>called __RunExitList in the C runtime. Does anyone know what the
  412. >>semaphore is for, why it hasn't been cleared, or what to do to fix this
  413. >>problem?
  414. >
  415. >Can't help with specifics on the semaphore other than to suggest cranking
  416. >your app up under the debugger and finding out where the semaphore is
  417. >created.  Sometimes the OS/2 Trace facility can help.
  418. The semaphore is created in the C runtime. It would probably be a bear
  419. to find where it's created, but I'll look into it.
  420.  
  421. >
  422. >If it were me, I'd be looking for why the app is trying to shutdown.  The
  423. >hang processing the exit list is a secondary failure.  Happens a lot when
  424. >the offending app corrupts memory and the exit list code is complex.
  425. I agree. The primary failure appears to be a trap. The secondary
  426. failure is more serious for the user as the PC has to be re-booted to
  427. clear the hung app. I'll have to see if I can get any further with the
  428. trap screen info from PMDF.
  429.  
  430. >
  431. >The reason you did not get a trap screen is because the app is attempting
  432. >to process the trap with a private handler and has hung.  Also, the trap
  433. >screen is only the default action.  The app with it's own trap handler
  434. >will typically suppress the trap screen entirely.
  435. The app itself doesn't have a private handler and other traps display
  436. the trap screen. I assume the exception handlers have run as the app
  437. appears to be in exit list processing (which should happen after
  438. exception handlers?).
  439.  
  440. Thanks,
  441. Kevin
  442.  
  443. --- WtrGate+ v0.93.p7 sn 165
  444.  * Origin: Usenet: Organization (1:109/42)
  445.  
  446. +----------------------------------------------------------------------------+
  447.  
  448. From: ilya@math.ohio-state.edu                          31-Oct-99 22:01:20
  449.   To: All                                               31-Oct-99 22:05:19
  450. Subj: Re: VioSetFont and TFont v11
  451.  
  452. From: ilya@math.ohio-state.edu (Ilya Zakharevich)
  453.  
  454. [A complimentary Cc of this posting was sent to John Poltorak
  455. <jpolt@bradnet.legend.co.uk>],
  456. who wrote in article <381c4d9e.0@katana.legend.co.uk>:
  457. > Can someone give me some sample source code showing how to use
  458. > VioSetFont along with a executable which uses it?
  459.  
  460. I'm always forgetting to announce a release of TFont v11.  Since TFont
  461. v10 would segfault on my (turned out to be a trivial 64K-bit boundary
  462. on stack bug), I fixed it, and added many enhancements (automatic
  463. detection of VIO font size, editing fonts, etc).  Available on
  464.  
  465.   ftp://ftp.math.ohio-state.edu/pub/users/ilya/os2
  466.  
  467. TFont is a program to set/extract a current font for FS VIO sessions.
  468. Comes with a selection of fonts for different national chars sets
  469. (cp's) and different resolutions.
  470.  
  471. Ilya
  472.  
  473. --- WtrGate+ v0.93.p7 sn 165
  474.  * Origin: Usenet: Department of Mathematics, The Ohio State Univers
  475. (1:109/42)
  476.  
  477. +----------------------------------------------------------------------------+
  478.  
  479. From: veit@borneo.gmd.de                                01-Nov-99 08:13:17
  480.   To: All                                               01-Nov-99 05:45:08
  481. Subj: Re: dynamic loadable driver (OS/2)?????
  482.  
  483. From: veit@borneo.gmd.de (Holger Veit)
  484.  
  485. On 31 Oct 1999 12:02:49 +0100, 
  486.     Martin Schafföner <martin.schaffoener@student.uni-magdeburg.de> wrote:
  487. >On Wed, 13 Oct 1999 16:26:11, Robert Marcano <robmv@ibm.net> wrote:
  488.  
  489. >Not that I would know of any more information, but here is what I saw 
  490. >when using watchcat on the warp server for e-business beta.  When 
  491. >listing all modules, the kee.dld showed up.  KEE stands for Kernel 
  492. >Execution Environment, something like a 32-bit interface for drivers. 
  493. >Now, it does not show up in the config.sys, nor is there a file called
  494. >kee.dld.  But at warpstock europe somebody briefly talked about KEE, 
  495. >that it is being used by IBM internally, but that it is not supported 
  496. >nor documented.  I have contacted him about some more information and 
  497. >will be back as soon as I know more.
  498.  
  499. The KEE-API is described. Check my OS/2 page.
  500.  
  501. The Aurora kernel contains a MTE for KEE.DLD; that's why watchcat reports
  502. this extension. KEE is a kernel internal DLL, like DOSCALLS, and a few
  503. other libs. Practically, there is no good reason why it is called DLD,
  504. as its MTE is statically created during kernel init like the other ones.
  505.  
  506. Holger Veit
  507.  
  508. -- 
  509. If Microsoft is ever going to produce something that does not suck,
  510. it is very likely a vacuum cleaner.
  511.  
  512. --- WtrGate+ v0.93.p7 sn 165
  513.  * Origin: Usenet: GMD-AiS (1:109/42)
  514.  
  515. +----------------------------------------------------------------------------+
  516.  
  517. From: mc6530@mclink.it                                  01-Nov-99 09:02:20
  518.   To: All                                               01-Nov-99 05:45:08
  519. Subj: Re: Is there a Kill Command?
  520.  
  521. From: mc6530@mclink.it (Yuri Dario)
  522.  
  523. On Sat, 30 Oct 1999 21:18:05, "G. van der Veer" <beve@dds.nl> wrote:
  524.  
  525. > Loading XF86Sup.SYS and using the command Death.Exe usually ends in a trap
  526. > 000e for me (I'm currently using Warp 4.5).  Isn't there something else that 
  527. can
  528.  
  529. there is an updated XF86Sup.SYS from Xfree/2 site that fixes the WSeB 
  530. trap on console$
  531.  
  532. Bye,
  533.  
  534.     Yuri Dario
  535.  
  536. /*
  537.  * member of TeamOS/2 - Italy
  538.  * http://www.quasarbbs.com/yuri
  539.  */
  540.  
  541. --- WtrGate+ v0.93.p7 sn 165
  542.  * Origin: Usenet: MC-link The World On Line (1:109/42)
  543.  
  544. +----------------------------------------------------------------------------+
  545.  
  546. From: leonz@ibm.net                                     01-Nov-99 11:37:21
  547.   To: All                                               01-Nov-99 10:23:24
  548. Subj: Re: WPS class WPINSTALL
  549.  
  550. From: leonz@ibm.net (Leon D. Zetekoff)
  551.  
  552. On Mon, 25 Oct 1999 15:42:30, ilya@math.ohio-state.edu (Ilya 
  553. Zakharevich) wrote:
  554.  
  555. > [A complimentary Cc of this posting was sent to Leon D. Zetekoff
  556. > <leonz@ibm.net>],
  557. > who wrote in article <tHwke3MKmMK7-pn2-3BI2uf76RzSw@shana.stiscan.com>:
  558. > > I've been after IBM ever since they abandoned the Software Installer. 
  559. > > Recently I tried again and they refuse to make it public. Talk about 
  560. > > tunnelvision.
  561. > Given what piece of junk SoftInstaller was, I'm not surprised.  Is
  562. > Feature Installer similar in crappiness?  I have never seen it...
  563.  
  564. Hi Ilya...
  565.  
  566. In  actuality the Software Installer is fairly powerful. It's too bad 
  567. they never kept fixing the bugs. Feature Installer is IBM's new way of
  568. installing most OS/2 products. It uses Netscape. IBM was supposed to 
  569. release a toolkit but they're keeping it INTERNAL. Now that makes 
  570. plenty-of-sense...my only thoughts are they don't want to have to 
  571. support it to the outside world.
  572.  
  573. Take care, Leon
  574.  
  575. --- WtrGate+ v0.93.p7 sn 165
  576.  * Origin: Usenet: Z&K Enterprises (1:109/42)
  577.  
  578. +----------------------------------------------------------------------------+
  579.  
  580. From: yyyc186.illegaltospam.at.flashco...               01-Nov-99 09:28:16
  581.   To: All                                               01-Nov-99 14:27:19
  582. Subj: Re: OS/2 WSeB and Watcom 11.0b - Debugger doesn't work
  583.  
  584. Message sender: yyyc186.illegaltospam.at.flashcom.net
  585.  
  586. From: yyyc186.illegaltospam.at.flashcom.net
  587.  
  588. In <38060C75.2358068B@bogusdomain.com>, on 10/14/99 
  589.    at 01:01 PM, bogus <bogusaddress@bogusdomain.com> said:
  590.  
  591. It has been a long time since I installed or used my Watcom C/C++
  592. compiler.  As I recall they were matted to DOSCALL.  If some crummy
  593. software package shipped a different version of it you had problems under
  594. OS/2 unless you got an update from Watcom which used the newer version of
  595. DOSCALL.  Since Powersoft took the Watcom compiler out and shot it (Wonder
  596. if Novell will buy it?) you are probably screwed.  Join devcon and you
  597. will get the VAC++ compiler (on a quarterly trial basis) as part of your
  598. subscription.
  599.  
  600. Roland
  601.  
  602. >Under OS/2 WSeB, Watcom 11.0b's debugger generates an error message any
  603. >time you debug an app with symbols.
  604.  
  605. >The error message Watcom generates is "A task exception has occurred
  606. >general protection fault."
  607.  
  608. >After you restart the app you get a regular OS/2 trap page talking about
  609. >an error in DosCall1 but the address doesn't jive with what the debugger
  610. >shows, so I'm thinking this is a collateral error.
  611.  
  612. >It appears to die in the startup code.  If you pick "Debug Startup" from
  613. >the Run menu, then it doesn't die immediately.  I tried tracing through
  614. >the startup code to see if I could peg it down a bit better, but there is
  615. >a lot of source to trace through as assembly and the OS portions tend to
  616. >hang a lot under the debugger (ctrl-alt-del).  It appears that Debug
  617. >Startup puts you just before DLL initialization (which agrees with what
  618. >the DOCS say).  
  619.  
  620. >After I chose to show all modules in the module window, I noticed that
  621. >there is a difference between WSEB and Warp4: in WSEB the first call
  622. >after a debug startup goes to PMSPL.DLL but in Warp it goes to
  623. >DOSCALL1.DLL.  I don't know if the order that dll's get initialized
  624. >depends on some obscure outside condition, but it isn't going to depend
  625. >on the order of the files in the directory since HPFS always presents
  626. >files in alphabetic order so if this is the case the files should always
  627. >load in the same order.  This behavior strikes me as very strange.
  628.  
  629. >I tried adding the C startup code to the source path, but that didn't
  630. >seem to help.  I also added breakpoints at the entry point to the RTL but
  631. >it trapped before it got there.  When the app dies, it doesn't list a
  632. >module at the top of the assembly window.
  633.  
  634. >I'm thinking that this thing is dying somewhere in the Debugger's loading
  635. >routine before it even hits the RTL or my app.
  636.  
  637. >I also tried running Borland TD 1.01 on a borland generated version of
  638. >the app and it worked without fault.
  639.  
  640. >I ran WATFIX against my EXE and it reported no DLL fixup errors.
  641.  
  642. >To Al Balmer:
  643.  
  644. >The SYM file is separate.  I don't know about -d1 or d2, I'll try that. 
  645. >I did try all three formats (Dwarf etc) and that didn't make any
  646. >difference.  The only thing that let the EXE run was if there was no SYM
  647. >file in the directory.
  648.  
  649. >>Stephen Howe [TeamSybase] wrote:
  650. >> 
  651. >> I have been asked by email:
  652. >> 
  653. >> >I've been looking through sybase support, I was wondering if you have
  654. heard
  655. >> of the debugger not
  656. >> >working on OS/2WSeB?  Any file that you load that has a symbol file (any
  657. of
  658. >> the 3 formats) will not
  659. >> >load, it gets an error before it even starts.  Files load fine if there is
  660. >> no symbol file.  I have
  661. >> >heard of one other person having the same trouble.
  662. -- 
  663. -----------------------------------------------------------
  664. yyyc186.illegaltospam@flashcom.net              To Respond delete
  665. ".illegaltospam"
  666.                             MR/2 Internet Cruiser 1.52
  667.                             For a Microsoft free univers
  668. -----------------------------------------------------------
  669.  
  670. --- WtrGate+ v0.93.p7 sn 165
  671.  * Origin: Usenet: Posted via Supernews, http://www.supernews.com (1:109/42)
  672.  
  673. +----------------------------------------------------------------------------+
  674.  
  675. From: jostein.ullestad@NOSPAMvisma.no                   01-Nov-99 14:34:10
  676.   To: All                                               01-Nov-99 14:27:20
  677. Subj: Re: OS/2 WSeB and Watcom 11.0b - Debugger doesn't work
  678.  
  679. From: Jostein Ullestad <jostein.ullestad@NOSPAMvisma.no>
  680.  
  681. AFAIK it was Sybase that shot Watcom C/C++, not Powersoft.
  682. Jostein.
  683.  
  684. yyyc186.illegaltospam.at.flashcom.net wrote:
  685. > In <38060C75.2358068B@bogusdomain.com>, on 10/14/99
  686. >    at 01:01 PM, bogus <bogusaddress@bogusdomain.com> said:
  687. > It has been a long time since I installed or used my Watcom C/C++
  688. > compiler.  As I recall they were matted to DOSCALL.  If some crummy
  689. > software package shipped a different version of it you had problems under
  690. > OS/2 unless you got an update from Watcom which used the newer version of
  691. > DOSCALL.  Since Powersoft took the Watcom compiler out and shot it (Wonder
  692. > if Novell will buy it?) you are probably screwed.  Join devcon and you
  693. > will get the VAC++ compiler (on a quarterly trial basis) as part of your
  694. > subscription.
  695. > Roland
  696. > >Under OS/2 WSeB, Watcom 11.0b's debugger generates an error message any
  697. > >time you debug an app with symbols.
  698. > >The error message Watcom generates is "A task exception has occurred
  699. > >general protection fault."
  700. > >After you restart the app you get a regular OS/2 trap page talking about
  701. > >an error in DosCall1 but the address doesn't jive with what the debugger
  702. > >shows, so I'm thinking this is a collateral error.
  703. > >It appears to die in the startup code.  If you pick "Debug Startup" from
  704. > >the Run menu, then it doesn't die immediately.  I tried tracing through
  705. > >the startup code to see if I could peg it down a bit better, but there is
  706. > >a lot of source to trace through as assembly and the OS portions tend to
  707. > >hang a lot under the debugger (ctrl-alt-del).  It appears that Debug
  708. > >Startup puts you just before DLL initialization (which agrees with what
  709. > >the DOCS say).
  710. > >After I chose to show all modules in the module window, I noticed that
  711. > >there is a difference between WSEB and Warp4: in WSEB the first call
  712. > >after a debug startup goes to PMSPL.DLL but in Warp it goes to
  713. > >DOSCALL1.DLL.  I don't know if the order that dll's get initialized
  714. > >depends on some obscure outside condition, but it isn't going to depend
  715. > >on the order of the files in the directory since HPFS always presents
  716. > >files in alphabetic order so if this is the case the files should always
  717. > >load in the same order.  This behavior strikes me as very strange.
  718. > >I tried adding the C startup code to the source path, but that didn't
  719. > >seem to help.  I also added breakpoints at the entry point to the RTL but
  720. > >it trapped before it got there.  When the app dies, it doesn't list a
  721. > >module at the top of the assembly window.
  722. > >I'm thinking that this thing is dying somewhere in the Debugger's loading
  723. > >routine before it even hits the RTL or my app.
  724. > >I also tried running Borland TD 1.01 on a borland generated version of
  725. > >the app and it worked without fault.
  726. > >I ran WATFIX against my EXE and it reported no DLL fixup errors.
  727. > >To Al Balmer:
  728. > >The SYM file is separate.  I don't know about -d1 or d2, I'll try that.
  729. > >I did try all three formats (Dwarf etc) and that didn't make any
  730. > >difference.  The only thing that let the EXE run was if there was no SYM
  731. > >file in the directory.
  732. > >>Stephen Howe [TeamSybase] wrote:
  733. > >>
  734. > >> I have been asked by email:
  735. > >>
  736. > >> >I've been looking through sybase support, I was wondering if you have
  737. heard
  738. > >> of the debugger not
  739. > >> >working on OS/2WSeB?  Any file that you load that has a symbol file (any 
  740. of
  741. > >> the 3 formats) will not
  742. > >> >load, it gets an error before it even starts.  Files load fine if there
  743. is
  744. > >> no symbol file.  I have
  745. > >> >heard of one other person having the same trouble.
  746. > --
  747. > -----------------------------------------------------------
  748. > yyyc186.illegaltospam@flashcom.net              To Respond delete
  749. ".illegaltospam"
  750. >                             MR/2 Internet Cruiser 1.52
  751. >                             For a Microsoft free univers
  752. > -----------------------------------------------------------
  753.  
  754. -- 
  755. Remove "NOSPAM" from my email address when replying
  756.  
  757. http://www.powerutilities.no/
  758.  
  759. --- WtrGate+ v0.93.p7 sn 165
  760.  * Origin: Usenet: Tele2 Norway AS Public Access (1:109/42)
  761.  
  762. +----------------------------------------------------------------------------+
  763.  
  764. From: musicafterhours@netscape.net                      01-Nov-99 15:09:12
  765.   To: All                                               01-Nov-99 14:27:20
  766. Subj: DDE memory drain
  767.  
  768. From: musicafterhours@netscape.net
  769.  
  770.  am currently running the Smartsuite and when running DDE pokes into
  771. 123, system memory is being drained.  THs did not happen on the same
  772. system with 123 2.1.  Anyone know of a fixpac or other solution?
  773.  
  774. Thanks.
  775.  
  776.  
  777.  
  778.  
  779.  
  780. Sent via Deja.com http://www.deja.com/
  781. Before you buy.
  782.  
  783. --- WtrGate+ v0.93.p7 sn 165
  784.  * Origin: Usenet: Deja.com - Before you buy. (1:109/42)
  785.  
  786. +----------------------------------------------------------------------------+
  787.  
  788. From: ilya@math.ohio-state.edu                          01-Nov-99 19:11:18
  789.   To: All                                               01-Nov-99 17:33:18
  790. Subj: Re: WPS class WPINSTALL
  791.  
  792. From: ilya@math.ohio-state.edu (Ilya Zakharevich)
  793.  
  794. [A complimentary Cc of this posting was sent to Leon D. Zetekoff
  795. <leonz@ibm.net>],
  796. who wrote in article <tHwke3MKmMK7-pn2-zdkTci2t8svk@shana.stiscan.com>:
  797. > > Given what piece of junk SoftInstaller was, I'm not surprised.  Is
  798. > > Feature Installer similar in crappiness?  I have never seen it...
  799. > Hi Ilya...
  800. > In  actuality the Software Installer is fairly powerful.
  801.  
  802. I know.  My Perl module SoftInstaller was one of the first tools to
  803. automatically create Software Installer distrubutions.  The result did
  804. work on my machine (though upcasings CONFIG.SYS, thus requiring manual
  805. intervention anyway, which makes the whole point completely moot :-().
  806. But the amount of situations it *did not* work in was incredible.
  807.  
  808. Ilya
  809.  
  810. --- WtrGate+ v0.93.p7 sn 165
  811.  * Origin: Usenet: Department of Mathematics, The Ohio State Univers
  812. (1:109/42)
  813.  
  814. +----------------------------------------------------------------------------+
  815.  
  816. From: bv@mail.bv.no                                     02-Nov-99 16:51:17
  817.   To: All                                               02-Nov-99 14:32:22
  818. Subj: Re: DosDevIOCtl questions
  819.  
  820. From: =?iso-8859-1?Q?Bj=F8rn?= Vermo <bv@mail.bv.no>
  821.  
  822. Jim Parker wrote:
  823.  
  824. >
  825. > I've been on news groups where it is considered a mortal sin to delete
  826. anything in a
  827. > reply. It is also considered a sin on these news groups to place your reply
  828. anywhere
  829. > but at the bottom. The logic is that if you want to see the entire thread
  830. you go to
  831. > the last post and you'll get everything in order. Some people get pissed off 
  832. when
  833. > they have to bring up every post in order to find out what's going on in a
  834. thread.
  835. > Some people get pissed off when the original post expires and the only thing 
  836. left of
  837. > a thread are some incomplete posts.
  838. >
  839.  
  840. Such people should be pointed in the direction of  advice to new users. It is
  841. poor
  842. netiquette to quote more than absolutely necessary, and ISPs will sometimes
  843. take
  844. measures against newsgroups with too much bloat. Automatically adjusting
  845. expiry to keep
  846. the stored volume down is one way, including filters to bounce postings with
  847. an
  848. excessive quote-to-new ratio is another.
  849.  
  850. Better newsreaders would be a great help - it is entirely possible to maintain 
  851. a
  852. separate "quote window" where you can look at the history of the thread.
  853.  
  854.  
  855. --- WtrGate+ v0.93.p7 sn 165
  856.  * Origin: Usenet: Norbionics (1:109/42)
  857.  
  858. +----------------------------------------------------------------------------+
  859.  
  860. From: jjoel@yahoo.com                                   03-Nov-99 02:47:18
  861.   To: All                                               03-Nov-99 03:33:28
  862. Subj: xxx passwords Hourly update!
  863.  
  864. From: "joel" <jjoel@yahoo.com>
  865.  
  866. I found a great site!
  867.  
  868. www.rawpasswords.com
  869.  
  870. check it out guys!
  871.  
  872. Jack
  873.  
  874.  
  875.  
  876.  
  877. --- WtrGate+ v0.93.p7 sn 165
  878.  * Origin: Usenet: MatavNET (1:109/42)
  879.  
  880. +----------------------------------------------------------------------------+
  881.  
  882. From: jdparker@erols.com                                02-Nov-99 22:43:08
  883.   To: All                                               03-Nov-99 03:33:28
  884. Subj: Re: DosDevIOCtl questions
  885.  
  886. From: Jim Parker <jdparker@erols.com>
  887.  
  888. Bj¢rn Vermo wrote:
  889.  
  890. > Jim Parker wrote:
  891. >
  892. > >
  893. > > I've been on news groups where it is considered a mortal sin to delete
  894. anything in a
  895. > > reply. It is also considered a sin on these news groups to place your
  896. reply anywhere
  897. > > but at the bottom. The logic is that if you want to see the entire thread
  898. you go to
  899. > > the last post and you'll get everything in order. Some people get pissed
  900. off when
  901. > > they have to bring up every post in order to find out what's going on in a 
  902. thread.
  903. > > Some people get pissed off when the original post expires and the only
  904. thing left of
  905. > > a thread are some incomplete posts.
  906. > >
  907. >
  908. > Such people should be pointed in the direction of  advice to new users. It
  909. is poor
  910. > netiquette to quote more than absolutely necessary, and ISPs will sometimes
  911. take
  912. > measures against newsgroups with too much bloat. Automatically adjusting
  913. expiry to keep
  914. > the stored volume down is one way, including filters to bounce postings with 
  915. an
  916. > excessive quote-to-new ratio is another.
  917. >
  918. > Better newsreaders would be a great help - it is entirely possible to
  919. maintain a
  920. > separate "quote window" where you can look at the history of the thread.
  921.  
  922. "Such people",  as you call them, are the maintainers of the news groups and
  923. their most
  924. experienced users (the ones providing the most and most knowledgeable
  925. responces), not "new
  926. users." Different strokes for different folks. Perhaps the news groups I'm
  927. talking about
  928. are different from all others. They are the Netscape news groups on Netscape's 
  929. secure news
  930. server.
  931.  
  932. Jim
  933.  
  934.  
  935. --- WtrGate+ v0.93.p7 sn 165
  936.  * Origin: Origin Line 1 Goes Here (1:109/42)
  937.  
  938. +----------------------------------------------------------------------------+
  939.  
  940. From: abesoin@sii.fr                                    03-Nov-99 14:45:01
  941.   To: All                                               03-Nov-99 15:13:11
  942. Subj: search Error code of netbios
  943.  
  944. From: "arnaud" <abesoin@sii.fr>
  945.  
  946. I search information of the return code error of a function netbios
  947.  
  948. thank
  949.  
  950.  
  951. --- WtrGate+ v0.93.p7 sn 165
  952.  * Origin: Usenet: Guest of OLEANE (1:109/42)
  953.  
  954. +----------------------------------------------------------------------------+
  955.  
  956. From: sbowring+nospam@mpc-data.co.uk                    03-Nov-99 13:45:21
  957.   To: All                                               03-Nov-99 15:13:11
  958. Subj: Re: dynamic loadable driver (OS/2)?????
  959.  
  960. From: "Simon Bowring" <sbowring+nospam@mpc-data.co.uk>
  961.  
  962. >The KEE-API is described. Check my OS/2 page.
  963.  
  964. Sounds interesting - I would love to check your OS/2 page,
  965. are you going to give us a clue as to where it may be found? ;)
  966.  
  967. Simon Bowring
  968.  
  969.  
  970. --- WtrGate+ v0.93.p7 sn 165
  971.  * Origin: Usenet: MPC Data Limited (1:109/42)
  972.  
  973. +----------------------------------------------------------------------------+
  974.  
  975. From: NOSPAM_R.Ihle@S-t.De                              03-Nov-99 17:50:27
  976.   To: All                                               03-Nov-99 21:54:22
  977. Subj: Detecting MMX processor
  978.  
  979. From: NOSPAM_R.Ihle@S-t.De (Ruediger Ihle)
  980.  
  981. Hi folks !
  982.  
  983. How does an OS/2 app check, that it runs on an MMX-like 
  984. processor in order to take advantage of some new instructions ?
  985.  
  986. -- 
  987. Ruediger "Rudi" Ihle [S&T Systemtechnik GmbH, Germany]
  988. http://www.s-t.de
  989. Please remove all characters left of the "R" in my email address
  990.  
  991. --- WtrGate+ v0.93.p7 sn 165
  992.  * Origin: Usenet: S&T (1:109/42)
  993.  
  994. +----------------------------------------------------------------------------+
  995.  
  996. From: mamodeo@stny.rr.com                               03-Nov-99 13:47:14
  997.   To: All                                               03-Nov-99 21:54:22
  998. Subj: Re: Detecting MMX processor
  999.  
  1000. From: Marty <mamodeo@stny.rr.com>
  1001.  
  1002. Ruediger Ihle wrote:
  1003. > Hi folks !
  1004. > How does an OS/2 app check, that it runs on an MMX-like
  1005. > processor in order to take advantage of some new instructions ?
  1006.  
  1007. At a guess, you could probably install your own exception handler, fire
  1008. off an MMX instruction, and if it causes an exception, you'll know. 
  1009. Scitech and the distributed.net developers both have some kind of MMX
  1010. detection in their OS/2 software.  Perhaps you can inquire with either
  1011. of them.
  1012.  
  1013. - Marty
  1014.  
  1015. --- WtrGate+ v0.93.p7 sn 165
  1016.  * Origin: Usenet: IBM Global Services North -- Burlington, Vermont,
  1017. (1:109/42)
  1018.  
  1019. +----------------------------------------------------------------------------+
  1020.  
  1021. From: whgiii@openpgp.net                                03-Nov-99 23:33:15
  1022.   To: All                                               04-Nov-99 03:16:21
  1023. Subj: Re: dynamic loadable driver (OS/2)?????
  1024.  
  1025. From: William Geiger <whgiii@openpgp.net>
  1026.  
  1027. On Wed, 03 Nov 1999 13:45:43 +0000 (GMT), Simon Bowring wrote:
  1028.  
  1029. >>The KEE-API is described. Check my OS/2 page.
  1030. >
  1031. >Sounds interesting - I would love to check your OS/2 page,
  1032. >are you going to give us a clue as to where it may be found? ;)
  1033. >
  1034.  
  1035. http://ais.gmd.de/~veit/os2/index.html
  1036.  
  1037. --- WtrGate+ v0.93.p7 sn 165
  1038.  * Origin: Usenet: Posted via Supernews, http://www.supernews.com (1:109/42)
  1039.  
  1040. +----------------------------------------------------------------------------+
  1041.  
  1042. From: myself@pbn.dp.ua                                  04-Nov-99 12:47:10
  1043.   To: All                                               04-Nov-99 10:28:12
  1044. Subj: !How get `font size` list inside WPS extension code ?
  1045.  
  1046. From: Ivan Klimenko <myself@pbn.dp.ua>
  1047.  
  1048. Hi !
  1049.  
  1050.     How i can get list fonts avaliable in DSPRESS.DLL ?
  1051.     This list you can see in system menu any VIO window (Alt|Font size
  1052. ...).
  1053.  
  1054.     May be exist API call ( i do it inside WPS-extension code).
  1055.  
  1056.  
  1057. -- 
  1058.  
  1059. Ivan Klimenko   [Team OS/2]
  1060. e-mail:         myself@pbn.dp.ua
  1061. net-mail:       2:464/69.11@fidonet, 2:464/27.26@fidonet
  1062. ccmail:         Ivan Klimenko at Privat-Nikopol
  1063.  
  1064. --- WtrGate+ v0.93.p7 sn 165
  1065.  * Origin: Usenet: PrivatBank, Nikopol Branch (1:109/42)
  1066.  
  1067. +----------------------------------------------------------------------------+
  1068.  
  1069. From: mc6530@mclink.it                                  04-Nov-99 17:33:27
  1070.   To: All                                               04-Nov-99 16:45:22
  1071. Subj: Max file handles for processes
  1072.  
  1073. From: mc6530@mclink.it (Yuri Dario)
  1074.  
  1075. Hi,
  1076.  
  1077. I discovered that most processes on my PC have a limit of 20 file 
  1078. handles (and 10 are already used by standard handles).
  1079.  
  1080. Reading OS/2 documents, they tell that OS/2 allocates 50 handles for 
  1081. every process, but this is not true in my case. This has been checked 
  1082. with both WSeb and Warp4 using Theseus3.
  1083.  
  1084. E.g. simply running the following loop
  1085.  
  1086.    i = 0;
  1087.    do {
  1088.       printf( "try %d\n", i);
  1089.       fp = fopen( "dummy.txt", "r");
  1090.       i++;
  1091.    } while( fp);
  1092.  
  1093. will open only 10 files when using gcc (without EMXOPT=-hxxx). With 
  1094. VAC++ the runtime allocates free handles when needed (probably calling
  1095. DosSetMaxFH).
  1096.  
  1097. There is a way to raise this limit with a system-wide change? I need 
  1098. it because I have a couple of programs running out of handles and I 
  1099. can't recompile them.
  1100.  
  1101. Bye,
  1102.  
  1103.     Yuri Dario
  1104.  
  1105. /*
  1106.  * member of TeamOS/2 - Italy
  1107.  * http://www.quasarbbs.com/yuri
  1108.  */
  1109.  
  1110. --- WtrGate+ v0.93.p7 sn 165
  1111.  * Origin: Usenet: MC-link The World On Line (1:109/42)
  1112.  
  1113. +----------------------------------------------------------------------------+
  1114.  
  1115. From: sbowring+nospam@mpc-data.co.uk                    04-Nov-99 21:09:01
  1116.   To: All                                               05-Nov-99 05:13:04
  1117. Subj: OT: Usenet Rules 
  1118.  
  1119. From: "Simon Bowring" <sbowring+nospam@mpc-data.co.uk>
  1120.  
  1121. On Tue, 02 Nov 1999 22:43:17 -0500, Jim Parker wrote:
  1122.  
  1123. >They are the Netscape news groups on Netscape's secure news server.
  1124.                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~           
  1125. If this server is not part of usenet (doesn't transfer news between
  1126. other news servers on usenet), it would not be subject to usenet 
  1127. rules - if you own your own roads, you can decide which side to drive
  1128. on, if you use the public road network, it becomes a little more 
  1129. important!
  1130.  
  1131. I expect NS also insisted on proportional fonts, HTML postings
  1132. and other irritating and standards busting practises that self 
  1133. respecting news clients/servers don't allow!
  1134.  
  1135. See the news.announce.newusers newsgroup for the rules!
  1136. [Anyone who has not read these rules, should have their 
  1137. usenet driver's license revoked (if only that were true!).
  1138.  
  1139. Regards
  1140.  
  1141. Simon Bowring
  1142.  
  1143.  
  1144. --- WtrGate+ v0.93.p7 sn 165
  1145.  * Origin: Usenet: MPC Data Limited (1:109/42)
  1146.  
  1147. +----------------------------------------------------------------------------+
  1148.  
  1149. From: thorenz@hydromech.uni-hannover.de                 05-Nov-99 09:32:25
  1150.   To: All                                               05-Nov-99 05:13:04
  1151. Subj: Re: Max file handles for processes
  1152.  
  1153. From: Carsten Thorenz <thorenz@hydromech.uni-hannover.de>
  1154.  
  1155. Yuri Dario wrote:
  1156. > I discovered that most processes on my PC have a limit of 20 file
  1157. > handles (and 10 are already used by standard handles).
  1158.  
  1159. Look at the value of "files=xxx" in your config.sys.
  1160.  
  1161.  
  1162. Bye, Carsten
  1163.  
  1164. --
  1165. Carsten Thorenz           Institut fuer Stroemungsmechanik und
  1166.                           elektronisches Rechnen im Bauwesen
  1167. thorenz@hydromech.uni-hannover.de
  1168. http://www.hydromech.uni-hannover.de/w3-pages-thorenz/thorenz.html
  1169.  
  1170. --- WtrGate+ v0.93.p7 sn 165
  1171.  * Origin: Usenet: RRZN - Newsserver Test (1:109/42)
  1172.  
  1173. +----------------------------------------------------------------------------+
  1174.  
  1175. From: NOSPAM_R.Ihle@S-t.De                              05-Nov-99 11:26:27
  1176.   To: All                                               05-Nov-99 10:29:19
  1177. Subj: Re: Max file handles for processes
  1178.  
  1179. From: NOSPAM_R.Ihle@S-t.De (Ruediger Ihle)
  1180.  
  1181. On Thu, 4 Nov 1999 17:33:54, mc6530@mclink.it (Yuri Dario) wrote:
  1182.  
  1183. > There is a way to raise this limit with a system-wide change? I need 
  1184. > it because I have a couple of programs running out of handles and I 
  1185. > can't recompile them.
  1186.  
  1187.  
  1188. From UNDOC.INF somewhere out on the net (Hobbes ?):
  1189.  
  1190. > SHELLHANDLESINC= - This environment variable increments the number of file
  1191. handles available to the 
  1192. > Shell process (protshell). Users who need more file handles can add this
  1193. statement to CONFIG.SYS.  The 
  1194. > maximum file handles will be incremented by the amount specified in the
  1195. statement.  The system 
  1196. > defaults to 20 file handles in the Shell process.  Therefore, if the
  1197. statement specifies a 10, then the 
  1198. > total would be incremented to 30. 
  1199.  
  1200.  
  1201. -- 
  1202. Ruediger "Rudi" Ihle [S&T Systemtechnik GmbH, Germany]
  1203. http://www.s-t.de
  1204. Please remove all characters left of the "R" in my email address
  1205.  
  1206. --- WtrGate+ v0.93.p7 sn 165
  1207.  * Origin: Usenet: S&T (1:109/42)
  1208.  
  1209. +----------------------------------------------------------------------------+
  1210.  
  1211. From: rhanley@together.net                              05-Nov-99 10:39:07
  1212.   To: All                                               05-Nov-99 14:49:08
  1213. Subj: missing dde4mbs.lib error linking with IBM C++ 3.6.5
  1214.  
  1215. From: "r hanley" <rhanley@together.net>
  1216.  
  1217. Hi,
  1218.   I am rebuilding an older application using IBM C++ 3.6.5 and am getting a
  1219. linker error.  I am using the ILINK command in the makefile and it seems to
  1220. be trying to link in a default .LIB file called DDE4MBS.LIB.   No such file
  1221. came with my compiler installation, and I am unable to tell the linker to
  1222. exclude this file.  Anyone else seen this and found a solution?
  1223.  
  1224. Thanks,  Robert
  1225.  
  1226.  
  1227.  
  1228. --- WtrGate+ v0.93.p7 sn 165
  1229.  * Origin: Usenet: Together Networks - Burlington, VT. (1:109/42)
  1230.  
  1231. +----------------------------------------------------------------------------+
  1232.  
  1233. From: ariek@attglobal3.141592653589793...               05-Nov-99 20:18:06
  1234.   To: All                                               05-Nov-99 16:48:26
  1235. Subj: VAC++ debugger storage monitor: how to search for specific data?
  1236.  
  1237. Message sender: ariek@attglobal3.14159265358979323846.net
  1238.  
  1239. From: ariek@attglobal3.14159265358979323846.net (Arie Kazachin)
  1240.  
  1241. Hello!
  1242.  
  1243. I'm attempting to run some program from the debugger found in
  1244. VAC++ 3.0. In the "storage" monitor window, there is no option
  1245. to search for a specific data, there is only address which I can
  1246. enter for the window to scroll to. I need to find some known data
  1247. (a string) and to set a breakpoint when it'll be changed. But I don't
  1248. know, how to find an address of a known data: I can't find such a
  1249. trivial option as "search for ..." that is found in many other debuggers.
  1250. It's almost unthinkable that such a trivial option doesn't exists in
  1251. VAC++ debugger. Maybe I'm missing something obvious?
  1252.  
  1253. THANKS IN ADVANCE FOR ANY HELP ! ! !
  1254. ******************************************************************************
  1255. *   Arie Kazachin, Israel, e-mail: ariek@attglobal3.14159265358979323846.net *
  1256. ******************************************************************************
  1257. NOTE: before replying, leave only letters in my domain-name. Sorry, SPAM trap.
  1258.  
  1259. --- WtrGate+ v0.93.p7 sn 165
  1260.  * Origin: Usenet: Unspecified Organization (1:109/42)
  1261.  
  1262. +----------------------------------------------------------------------------+
  1263.  
  1264. From: pfitz@ican.net                                    05-Nov-99 21:53:26
  1265.   To: All                                               05-Nov-99 19:55:04
  1266. Subj: Re: !How get `font size` list inside WPS extension code ?
  1267.  
  1268. From: Peter Fitzsimons <pfitz@ican.net>
  1269.  
  1270. Ivan Klimenko wrote:
  1271. > Hi !
  1272. >         How i can get list fonts avaliable in DSPRESS.DLL ?
  1273. >         This list you can see in system menu any VIO window (Alt|Font size
  1274. > ...).
  1275. >         May be exist API call ( i do it inside WPS-extension code).
  1276. >
  1277.  
  1278. GpiQueryFonts(). This will show the screen fonts.  Run it like this "sf
  1279. >log", then look at the file "log".
  1280.  
  1281. [--- snip: sf.c ----]
  1282.  
  1283. // compile: icc /Q /Smes /W3 /Kb+ /O sf.c /B"/pm:pm"
  1284.  
  1285. #define INCL_PM
  1286. #define INCL_SPL
  1287. #define INCL_SPLDOSPRINT
  1288. #define INCL_ERRORS
  1289. #include <os2.h>
  1290. #include <stdlib.h>
  1291. #include <stdio.h>
  1292.  
  1293. int main(void)
  1294. {
  1295.     HPS hps;
  1296.     HMQ hmq;
  1297.     HAB hab;
  1298.     long cFonts = 1000;
  1299.     FONTMETRICS *pfm;
  1300.     long i, p;
  1301.  
  1302.     if ((hab = WinInitialize(0)) == 0L)
  1303.     return 1;
  1304.  
  1305.     if ((hmq = WinCreateMsgQueue(hab, 0)) == 0L)
  1306.     return 1;
  1307.  
  1308.     hps = WinGetPS(HWND_DESKTOP);
  1309.  
  1310.     pfm = malloc(sizeof(*pfm) * cFonts);
  1311.     GpiQueryFonts(hps, QF_PUBLIC, NULL, &cFonts, sizeof(*pfm), pfm);
  1312.     printf("Returned %d fonts\n", cFonts);
  1313.     for(i=0; i<cFonts; i++){
  1314.     p = 0;
  1315.     printf("---> %2d x %2d, %2dpts (%8x/%4d) %s",
  1316.         pfm[i].lMaxCharInc, pfm[i].lMaxBaselineExt,
  1317.         pfm[i].sNominalPointSize/10,
  1318.         pfm[i].lMatch,
  1319.         pfm[i].lMatch,
  1320.         pfm[i].szFacename);
  1321.  
  1322.         if(pfm[i].fsDefn & FM_DEFN_OUTLINE)
  1323.         printf(", Outline");
  1324.         else
  1325.         printf(", Image  ");
  1326.  
  1327.         if(pfm[i].fsType & FM_TYPE_FIXED)
  1328.         printf(", Monospaced\n");
  1329.         else
  1330.         printf(", Proportional\n");
  1331.  
  1332.         printf("CHAR    szFamilyname             = %s\n",
  1333. pfm[i].szFamilyname       );
  1334.         printf("CHAR    szFacename               = %s\n",
  1335. pfm[i].szFacename         );
  1336.         printf("USHORT  idRegistry               = %d\n",
  1337. pfm[i].idRegistry         );
  1338.         printf("USHORT  usCodePage               = %d\n",
  1339. pfm[i].usCodePage         );
  1340.         printf("LONG    lEmHeight                = %d\n",
  1341. pfm[i].lEmHeight          );
  1342.         printf("LONG    lXHeight                 = %d\n",
  1343. pfm[i].lXHeight           );
  1344.         printf("LONG    lMaxAscender             = %d\n",
  1345. pfm[i].lMaxAscender       );
  1346.         printf("LONG    lMaxDescender            = %d\n",
  1347. pfm[i].lMaxDescender      );
  1348.         printf("LONG    lLowerCaseAscent         = %d\n",
  1349. pfm[i].lLowerCaseAscent   );
  1350.         printf("LONG    lLowerCaseDescent        = %d\n",
  1351. pfm[i].lLowerCaseDescent  );
  1352.         printf("LONG    lInternalLeading         = %d\n",
  1353. pfm[i].lInternalLeading   );
  1354.         printf("LONG    lExternalLeading         = %d\n",
  1355. pfm[i].lExternalLeading   );
  1356.         printf("LONG    lAveCharWidth            = %d\n",
  1357. pfm[i].lAveCharWidth      );
  1358.         printf("LONG    lMaxCharInc              = %d\n",
  1359. pfm[i].lMaxCharInc        );
  1360.         printf("LONG    lEmInc                   = %d\n",
  1361. pfm[i].lEmInc             );
  1362.         printf("LONG    lMaxBaselineExt          = %d\n",
  1363. pfm[i].lMaxBaselineExt    );
  1364.         printf("SHORT   sCharSlope               = %d\n",
  1365. pfm[i].sCharSlope         );
  1366.         printf("SHORT   sInlineDir               = %d\n",
  1367. pfm[i].sInlineDir         );
  1368.         printf("SHORT   sCharRot                 = %d\n",
  1369. pfm[i].sCharRot           );
  1370.         printf("USHORT  usWeightClass            = %d\n",
  1371. pfm[i].usWeightClass      );
  1372.         printf("USHORT  usWidthClass             = %d\n",
  1373. pfm[i].usWidthClass       );
  1374.         printf("SHORT   sXDeviceRes              = %d\n",
  1375. pfm[i].sXDeviceRes        );
  1376.         printf("SHORT   sYDeviceRes              = %d\n",
  1377. pfm[i].sYDeviceRes        );
  1378.         printf("SHORT   sFirstChar               = %d\n",
  1379. pfm[i].sFirstChar         );
  1380.         printf("SHORT   sLastChar                = %d\n",
  1381. pfm[i].sLastChar          );
  1382.         printf("SHORT   sDefaultChar             = %d\n",
  1383. pfm[i].sDefaultChar       );
  1384.         printf("SHORT   sBreakChar               = %d\n",
  1385. pfm[i].sBreakChar         );
  1386.         printf("SHORT   sNominalPointSize        = %d\n",
  1387. pfm[i].sNominalPointSize  );
  1388.         printf("SHORT   sMinimumPointSize        = %d\n",
  1389. pfm[i].sMinimumPointSize  );
  1390.         printf("SHORT   sMaximumPointSize        = %d\n",
  1391. pfm[i].sMaximumPointSize  );
  1392.         printf("USHORT  fsType                   = %04x\n",
  1393. pfm[i].fsType             );
  1394.         printf("USHORT  fsDefn                   = %04x [",
  1395. pfm[i].fsDefn             );
  1396.         if(pfm[i].fsDefn & FM_DEFN_OUTLINE)
  1397.         printf("OUTLINE");
  1398.         else
  1399.         printf("Image  ");
  1400.         printf("]\n");
  1401.         printf("USHORT  fsSelection              = %04x\n",
  1402. pfm[i].fsSelection        );
  1403.         printf("USHORT  fsCapabilities           = %04x\n",
  1404. pfm[i].fsCapabilities     );
  1405.         printf("LONG    lSubscriptXSize          = %d\n",
  1406. pfm[i].lSubscriptXSize    );
  1407.         printf("LONG    lSubscriptYSize          = %d\n",
  1408. pfm[i].lSubscriptYSize    );
  1409.         printf("LONG    lSubscriptXOffset        = %d\n",
  1410. pfm[i].lSubscriptXOffset  );
  1411.         printf("LONG    lSubscriptYOffset        = %d\n",
  1412. pfm[i].lSubscriptYOffset  );
  1413.         printf("LONG    lSuperscriptXSize        = %d\n",
  1414. pfm[i].lSuperscriptXSize  );
  1415.         printf("LONG    lSuperscriptYSize        = %d\n",
  1416. pfm[i].lSuperscriptYSize  );
  1417.         printf("LONG    lSuperscriptXOffset      = %d\n",
  1418. pfm[i].lSuperscriptXOffset);
  1419.         printf("LONG    lSuperscriptYOffset      = %d\n",
  1420. pfm[i].lSuperscriptYOffset);
  1421.         printf("LONG    lUnderscoreSize          = %d\n",
  1422. pfm[i].lUnderscoreSize    );
  1423.         printf("LONG    lUnderscorePosition      = %d\n",
  1424. pfm[i].lUnderscorePosition);
  1425.         printf("LONG    lStrikeoutSize           = %d\n",
  1426. pfm[i].lStrikeoutSize     );
  1427.         printf("LONG    lStrikeoutPosition       = %d\n",
  1428. pfm[i].lStrikeoutPosition );
  1429.         printf("SHORT   sKerningPairs            = %d\n",
  1430. pfm[i].sKerningPairs      );
  1431.         printf("SHORT   sFamilyClass             = %d\n",
  1432. pfm[i].sFamilyClass       );
  1433.         printf("LONG    lMatch                   = %d\n",
  1434. pfm[i].lMatch             );
  1435.         printf("LONG    FamilyNameAtom           = %d\n",
  1436. pfm[i].FamilyNameAtom     );
  1437.         printf("LONG    FaceNameAtom             = %d\n",
  1438. pfm[i].FaceNameAtom       );
  1439.     }
  1440.     WinDestroyMsgQueue(hmq);
  1441.     WinTerminate(hab);
  1442.     return 0;
  1443. }
  1444.  
  1445. --- WtrGate+ v0.93.p7 sn 165
  1446.  * Origin: Usenet: @Home Network Canada (1:109/42)
  1447.  
  1448. +----------------------------------------------------------------------------+
  1449.  
  1450. From: pfitz@ican.net                                    05-Nov-99 22:01:00
  1451.   To: All                                               05-Nov-99 19:55:04
  1452. Subj: Re: Max file handles for processes
  1453.  
  1454. From: Peter Fitzsimons <pfitz@ican.net>
  1455.  
  1456. Carsten Thorenz wrote:
  1457. > Yuri Dario wrote:
  1458. > > I discovered that most processes on my PC have a limit of 20 file
  1459. > > handles (and 10 are already used by standard handles).
  1460. > Look at the value of "files=xxx" in your config.sys.
  1461.  
  1462. That's for DOS programs only.
  1463.  
  1464. --- WtrGate+ v0.93.p7 sn 165
  1465.  * Origin: Usenet: @Home Network Canada (1:109/42)
  1466.  
  1467. +----------------------------------------------------------------------------+
  1468.  
  1469. From: pfitz@ican.net                                    05-Nov-99 22:04:16
  1470.   To: All                                               05-Nov-99 19:55:04
  1471. Subj: Re: missing dde4mbs.lib error linking with IBM C++ 3.6.5
  1472.  
  1473. From: Peter Fitzsimons <pfitz@ican.net>
  1474.  
  1475. r hanley wrote:
  1476. > Hi,
  1477. >   I am rebuilding an older application using IBM C++ 3.6.5 and am getting a
  1478. > linker error.  I am using the ILINK command in the makefile and it seems to
  1479. > be trying to link in a default .LIB file called DDE4MBS.LIB.   No such file
  1480. > came with my compiler installation, and I am unable to tell the linker to
  1481. > exclude this file.  Anyone else seen this and found a solution?
  1482.  
  1483. That's a lib from IBM Cset++ v2.  It sounds like you need to erase all
  1484. your *.obj's (and perhaps some *.libs that your makefile makes) and
  1485. recompile.
  1486.  
  1487. --- WtrGate+ v0.93.p7 sn 165
  1488.  * Origin: Usenet: @Home Network Canada (1:109/42)
  1489.  
  1490. +----------------------------------------------------------------------------+
  1491.  
  1492. From: jpolt@bradnet.legend.co.uk                        05-Nov-99 23:26:21
  1493.   To: All                                               05-Nov-99 21:23:14
  1494. Subj: Patch help
  1495.  
  1496. From: jpolt@bradnet.legend.co.uk (John Poltorak)
  1497.  
  1498. I'm trying to build wget.exe by applying the patch from the OS/2 version 
  1499. to the original source, but I can't get patch (GNU Patch 2.5.4) to work.
  1500.  
  1501. Can some help out with the syntax?
  1502.  
  1503. I'm trying apply the patch using wget-1.5.3-os2.diff from c:\test\wget\os2
  1504. to the source which is in c:\test\wget\wget-1.5.3\src.
  1505.  
  1506. --
  1507. John
  1508.  
  1509. --- WtrGate+ v0.93.p7 sn 165
  1510.  * Origin: Usenet: Legend Internet Ltd (1:109/42)
  1511.  
  1512. +----------------------------------------------------------------------------+
  1513.  
  1514. From: abuse@orac.clara.co.uk                            06-Nov-99 00:04:28
  1515.   To: All                                               05-Nov-99 21:23:14
  1516. Subj: Re: Max file handles for processes
  1517.  
  1518. From: abuse@orac.clara.co.uk (Paul Ratcliffe)
  1519.  
  1520. On 4 Nov 1999 17:33:54 GMT, Yuri Dario <mc6530@mclink.it> wrote:
  1521.  
  1522. >I discovered that most processes on my PC have a limit of 20 file 
  1523. >handles (and 10 are already used by standard handles).
  1524.  
  1525. There are only 3 standard handles on OS/2. The rest will be inherited file
  1526. handles.
  1527.  
  1528. >Reading OS/2 documents, they tell that OS/2 allocates 50 handles for 
  1529. >every process, but this is not true in my case. This has been checked 
  1530. >with both WSeb and Warp4 using Theseus3.
  1531.  
  1532. The default is 20, just like in DOS.
  1533.  
  1534. >There is a way to raise this limit with a system-wide change? I need 
  1535. >it because I have a couple of programs running out of handles and I 
  1536. >can't recompile them.
  1537.  
  1538. Why don't you use a wrapper program that increases the file handles and then
  1539. executes the original program. I think I am right in saying that the number
  1540. of file handles is an inherited property.
  1541. Failing that, just close every file apart from the standard in/out/error i.e.
  1542. all the inherited handles you don't want and then execute the original
  1543. program.
  1544.  
  1545. --- WtrGate+ v0.93.p7 sn 165
  1546.  * Origin: Usenet: The Floppy BBS (1:109/42)
  1547.  
  1548. +----------------------------------------------------------------------------+
  1549.  
  1550. +============================================================================+
  1551.