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