home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / mswindo / programm / misc / 1795 < prev    next >
Encoding:
Text File  |  1992-09-11  |  1.3 KB  |  35 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!haven.umd.edu!wam.umd.edu!castanos
  3. From: castanos@wam.umd.edu (Jose Alberto Castanos)
  4. Subject: Re: Help needed with Borland C++ 3.1
  5. Message-ID: <1992Sep12.034553.20940@wam.umd.edu>
  6. Sender: usenet@wam.umd.edu (USENET News system)
  7. Nntp-Posting-Host: rac2.wam.umd.edu
  8. Organization: University of Maryland, College Park
  9. References: <1992Sep11.014350.1156@iti.gov.sg> <1992Sep12.032835.20123@wam.umd.edu>
  10. Date: Sat, 12 Sep 1992 03:45:53 GMT
  11. Lines: 22
  12.  
  13. In article <1992Sep12.032835.20123@wam.umd.edu> I write:
  14. >         .
  15. >         .
  16. >
  17. >if (((UINT) hinstBWCC = LoadLibrary("BWCC.DLL") > HINSTANCE_ERROR) {
  18. >  [Library could not be loaded, so handle the error]
  19. >}
  20.  
  21. Sorry, the above should have read:
  22.  
  23.  
  24. if (((UINT) hinstBWCC = LoadLibrary("BWCC.DLL") <=  HINSTANCE_ERROR) {
  25.                                                 ^^
  26.  
  27.   [Library could not be loaded, so handle the error]
  28. }
  29.  
  30. -------------------------------------------------------------------------------
  31. Jose A. Castanos       | Computer Science Dept. |"If a person never contradicts
  32. (castanos@wam.umd.edu) | University of Maryland | himself, it must be that he 
  33.                        | College Park, MD       | says nothing." -M. de Unamuno
  34. -------------------------------------------------------------------------------
  35.