home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / mswindo / programm / tools / 737 < prev    next >
Encoding:
Text File  |  1992-08-19  |  1.5 KB  |  33 lines

  1. Newsgroups: comp.os.ms-windows.programmer.tools
  2. Path: sparky!uunet!mcsun!sunic!aun.uninett.no!ugle.unit.no!sigyn.idt.unit.no!mariusk
  3. From: mariusk@idt.unit.no (Marius Kjeldahl)
  4. Subject: Re: Has anyone seen this OWL problem?
  5. Message-ID: <1992Aug20.064253.22151@ugle.unit.no>
  6. Sender: news@ugle.unit.no (NetNews Administrator)
  7. Reply-To: mariusk@idt.unit.no (Marius Kjeldahl)
  8. Organization: Div. of CS & Telematics, Norwegian Institute of Technology
  9. References: <1992Aug12.080756.28348@leland.Stanford.EDU> <1992Aug19.193337.13958@centerline.com>
  10. Date: Thu, 20 Aug 92 06:42:53 GMT
  11. Lines: 20
  12.  
  13. In article <1992Aug19.193337.13958@centerline.com>, cparker@centerline.com (Charles Parker) writes:
  14. |> In article 28348@leland.Stanford.EDU, kmh@leland.Stanford.EDU (khanhmy hoang) writes:
  15. |> >    My program using Borland's OWL (statically linked) worked perfectly
  16. |> >    in Windows 3.0 and 3.1 when built using BC++ 3.0.
  17. |> >    When built using BC++ 3.1, the program crashes in Windows 3.0 but
  18. |> >    still works fine in Windows 3.1.
  19. |> >
  20. |> >    I did define WIN30 during compilation, and this should give me backward
  21. |> >    compatibility. But this is not what I get.
  22. |> >
  23.  
  24. You are probably sending some wrong parameters (like an invalid handle
  25. or NULL pointer) to the Windows kernel. Windows 3.1 has more checking
  26. for validy of parameters than 3.0. You should try to obtain a program
  27. that logs and displays these errors to the kernel. I've seen one that
  28. comes with the Microsoft compiler 7.0, called DBWin, it`s great for
  29. detecting such errors...
  30.  
  31. Marius
  32.  
  33.