home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.ms-windows.programmer.misc
- Path: sparky!uunet!haven.umd.edu!wam.umd.edu!castanos
- From: castanos@wam.umd.edu (Jose Alberto Castanos)
- Subject: Re: Help needed with Borland C++ 3.1
- Message-ID: <1992Sep12.034553.20940@wam.umd.edu>
- Sender: usenet@wam.umd.edu (USENET News system)
- Nntp-Posting-Host: rac2.wam.umd.edu
- Organization: University of Maryland, College Park
- References: <1992Sep11.014350.1156@iti.gov.sg> <1992Sep12.032835.20123@wam.umd.edu>
- Date: Sat, 12 Sep 1992 03:45:53 GMT
- Lines: 22
-
- In article <1992Sep12.032835.20123@wam.umd.edu> I write:
- > .
- > .
- >
- >if (((UINT) hinstBWCC = LoadLibrary("BWCC.DLL") > HINSTANCE_ERROR) {
- > [Library could not be loaded, so handle the error]
- >}
-
- Sorry, the above should have read:
-
-
- if (((UINT) hinstBWCC = LoadLibrary("BWCC.DLL") <= HINSTANCE_ERROR) {
- ^^
-
- [Library could not be loaded, so handle the error]
- }
-
- -------------------------------------------------------------------------------
- Jose A. Castanos | Computer Science Dept. |"If a person never contradicts
- (castanos@wam.umd.edu) | University of Maryland | himself, it must be that he
- | College Park, MD | says nothing." -M. de Unamuno
- -------------------------------------------------------------------------------
-