home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / os2 / programm / 7994 < prev    next >
Encoding:
Internet Message Format  |  1993-01-25  |  2.5 KB

  1. Path: sparky!uunet!olivea!decwrl!pa.dec.com!engage.pko.dec.com!nntpd.lkg.dec.com!smaug.enet.dec.com!cambria
  2. From: cambria@smaug.enet.dec.com (Michael C. Cambria)
  3. Newsgroups: comp.os.os2.programmer
  4. Subject: Re: Watcom C/386 9.1d and the WorkFrame -> Help!
  5. Message-ID: <1993Jan25.145123.18652@nntpd.lkg.dec.com>
  6. Date: 25 Jan 93 13:38:42 GMT
  7. References: <C1DzxK.J6n@undergrad.math.waterloo.edu>
  8. Sender: usenet@nntpd.lkg.dec.com (USENET News System)
  9. Organization: Digital Equipment Corporation
  10. Lines: 52
  11.  
  12.  
  13. In article <C1DzxK.J6n@undergrad.math.waterloo.edu>, scdrye@napier.uwaterloo.ca (Stephen Drye) writes...
  14. >Hi!
  15. >I just got the WorkFrame off of the November PDK, so I've been trying
  16. >to set up WTC/386 with it.
  17.  
  18. I only have the 9.1c patches, so keep in mind that our environments
  19. are different by one patch level.
  20.  
  21. >I've run into two problems:
  22. >- When you choose the 386 as your target processor, the compiler options
  23. >dll passes garbage on the end of the string "/3r" which causes the compile
  24. >to fail.
  25.  
  26. First, try using Workframe without modifying the .prf(?) file that 
  27. Watcom supplies.  See if that works in any way, shape or form.  It's
  28. been a while, but I had success starting with what Watcom claims to
  29. work, and customizing from there.
  30.  
  31. As of 9.1c, the selecting 386 as your target processor doesn't work.
  32. Use 486.  It doesn't break anything (I asked Watcom about this.  One
  33. would assume that it will be fixed someday.  Maybe after they are 
  34. finished with their NT effort.)
  35.  
  36. >- When I try to use the makefile generator, it complains about being
  37. >unable to open the compiler options dll (error 127), although the dll
  38. >is in a directory ref'd in my libpath (also, I'm able to use it
  39. >at all other times).  So, I can't generate a makefile.
  40.  
  41. Makefile is not supported for OS/2 2.x (again according to watcom, at 
  42. the time I asked (OS/2 2.0 GA) an I haven't asked since.)
  43. (BTW, try finding that written down somewhere!)
  44.  
  45. To save you some more time, *don't* use wvideo from an OS/2 window
  46. to debug PM applications.  It will hang with a breakpoint inside
  47. the routine dispatched to by the msg dispatch loop.  Use a FULL
  48. SCREEN OS/2 window. (They know about this too.)
  49.  
  50.  
  51. You may email Watcom tech support yourself.  Their address is:
  52.     tech@watcom.on.ca
  53.  
  54. I have mail from watcom relating to problems you described.  I can 
  55. send it to you if you like.
  56.  
  57. Since you have the PDK (I have the released version, so again my 
  58. version of WF is different than yours), try using the C/Set compiler.
  59. At least it has *manuals* related to OS/2.  
  60.  
  61. Good Luck
  62. /Mike
  63.