home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / mswindo / programm / misc / 4220 < prev    next >
Encoding:
Text File  |  1992-12-14  |  1.3 KB  |  45 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!munnari.oz.au!metro!cs.uow.edu.au!cc.uow.edu.au!bernt
  3. From: bernt@cc.uow.edu.au (Bernt Ribbum)
  4. Subject: Re: Borland Custom Controls
  5. Message-ID: <1992Dec15.031436.10957@cc.uow.edu.au>
  6. Keywords: BCC Keywords:
  7. Organization: University Of Wollongong
  8. References: <3315@nlsun1.oracle.nl>
  9. Date: Tue, 15 Dec 92 03:14:36 GMT
  10. Lines: 33
  11.  
  12. gdsmith@nl.oracle.com (Geoff Smith) writes:
  13.  
  14. [questions about Borland Custom Controls and BWCC.DLL]
  15.  
  16. I experienced much of the same trouble when I tried the controls -
  17. here is what I have learned:
  18.  
  19. To use the Borland Custom Controls in a Dialogue Box, you indeed
  20. have to load BWCC.DLL. You can do this in either of tho ways,
  21.  
  22.   - call BWCCGetVersion() in your program
  23. or
  24.   - execute loadbwcc.exe from Windows
  25.  
  26. You ask "where in the manuals is the use of BWCC.DLL mentioned" -
  27. apparently it is NOT. I have Borland C++ 3.1, and the manuals do not
  28. mention it. HOWEVER, look up the files
  29.  
  30. BWCCAPI.RW, BWCCSTYL.RW, CUSTCNTL.RW and MANUAL.RW
  31.  
  32. in your borlandc\doc directory. You'll be surprised!
  33.  
  34. >Also, am I allowed to distribute BWCC.DLL with any applicatoins I write?
  35.  
  36. Yes you are. A phonecall to Borland International (Australia) assured me
  37. I could do this.
  38.  
  39. Hope this helps,
  40. Bernt
  41. -- 
  42. Bernt Ribbum
  43. University of Wollongong, Australia
  44. b.ribbum@uow.edu.au
  45.