home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / pascal / 7963 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  1.1 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!rpi!gatech!psuvax1!psuvm!cdf1
  2. Organization: Penn State University
  3. Date: Fri, 8 Jan 1993 08:21:02 EST
  4. From: Carl Fago <CDF1@psuvm.psu.edu>
  5. Message-ID: <93008.082102CDF1@psuvm.psu.edu>
  6. Newsgroups: comp.lang.pascal
  7. Subject: Re: TPW 1.5 dialog error -1
  8. References: <1992Dec23.155242@masg9.epfl.ch>
  9.  <1993Jan7.164520.11546@solaris.rz.tu-clausthal.de>
  10. Lines: 19
  11.  
  12. In article <1993Jan7.164520.11546@solaris.rz.tu-clausthal.de>,
  13. hmls@helios.rz.tu-clausthal.de (Lutz Schroer) says:
  14.  
  15. >Yves Mottet (momo@masg9.epfl.ch) wrote:
  16. >>
  17. >> I get an Application Error:
  18. >>    Error Code = -1
  19. >>
  20. >> But if I execute my program with the WorkShop iconized (even empty), this
  21.  
  22. >Use   'LoadLibrary()' to load the DLL (Look into then freaky manual for the
  23. >                                       exact parameters, I don't know them
  24. >                                       by heart :-( )
  25.  
  26. >After running the programme you have to call 'FreeLibrary()' to clear the
  27. >memory. otherwise the DLL would stay in memory until Windows is ended.
  28.  
  29. Or, more easily, have BWCC identified in the Uses clause.
  30.  
  31.