home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / mswindo / programm / misc / 1663 < prev    next >
Encoding:
Internet Message Format  |  1992-09-03  |  1.2 KB

  1. Path: sparky!uunet!mcsun!news.funet.fi!uta!jere
  2. From: jere@uta.fi (Jere K{pyaho)
  3. Newsgroups: comp.os.ms-windows.programmer.misc
  4. Subject: Re: Error Code -5
  5. Message-ID: <6523@kielouta.fi>
  6. Date: 3 Sep 92 20:05:04 GMT
  7. References: <UedWMNq00UhWA2T31y@andrew.cmu.edu>
  8. Organization: University of Tampere, Finland
  9. Lines: 21
  10.  
  11. In article <UedWMNq00UhWA2T31y@andrew.cmu.edu> dh4h+@andrew.cmu.edu (David A Hanekamp) writes:
  12. >I'm getting a dialog box that pops up and says "Error code = -5 Ok to
  13. >proceed", whenever I try to bring up one of my dialog boxes in BC++ 3.1.
  14. > Does anyone know what causes this?
  15. >
  16. >   Dave
  17.  
  18. It seems that this is just about the first thing that anyone sees of OWL!
  19. It is an OWL error code which means that a window's Create() call didn't
  20. quite make it. With dialog boxes, you have most probably misspelled the 
  21. name of your dialog in the TDialog constructor's 'AName' parameter.
  22. Happens to everyone, and takes some time to figure out.
  23.  
  24. Check out the "OWL User's Guide", Chapter 18, under "EM_XXXX constants".
  25.  
  26. Hope this helps,
  27.  
  28. Jere
  29. -- 
  30. /* Jere K{pyaho -- jere@kielo.uta.fi -- University of Tampere, Finland */
  31. /* Department of Translation Studies -- Department of Computer Science */
  32.