home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / programm / misc / 4750 < prev    next >
Encoding:
Text File  |  1993-01-08  |  1.5 KB  |  39 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!jvnc.net!newsserver.jvnc.net!newsserver.technet.sg!nuscc!vms1.iscs.nus.sg!nuscss1
  3. From: nuscss1@vms1.iscs.nus.sg (Vax BULLET-IN-Board SysOps)
  4. Subject: Re: BC++ "BorDlg" problem
  5. Message-ID: <9JAN199301293286@vms1.iscs.nus.sg>
  6. News-Software: VAX/VMS VNEWS 1.41    
  7. Sender: usenet@nuscc.nus.sg
  8. Organization: National University of Singapore Dept. of Computer Sc.
  9. References: <1idetiINNssf@uwm.edu>
  10. Distribution: na
  11. Date: Fri, 8 Jan 1993 23:29:00 GMT
  12. Lines: 25
  13.  
  14. In article <1idetiINNssf@uwm.edu>, ajgd@miller.cs.uwm.edu (Andrew J G Delzer) writes...
  15. >     I'm using Borland C++ 3.1 and have the following problem
  16. >utilizing the Resource Workshops BWCC "Borland Window Custom
  17. >Controls.
  18. >     When I create a dialog box using the BWCC class "BorDlg"
  19. >and link it with "brc <filename>".  Then when I run the program
  20. >and execute the dialog box, it is not displayed unless I have 
  21. >Borland C++ or Resource Workshop running or have LOADBWCC.EXE 
  22. >loaded.  If any of these three are running the dialog box is
  23. >displayed, but if none of them are running the box is not 
  24. >displayed.
  25. >     Am I missing some basic #include or what?  
  26. >     Any Ideas or suggestions would be greatly appreciated.
  27.  
  28.     you need to add BWCC.LIB to your project.
  29.     this problem had me scratching my head for a few days,
  30.     till I read the solution in BorlandC++ : A Developer's Guide.
  31.  
  32.  
  33. >     Andrew J.G. Delzer
  34. >     AJGD@Miller.CS.UWM.EDU
  35.