home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / programm / misc / 4874 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  2.1 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!tamsun.tamu.edu!tamsun.tamu.edu!news
  2. From: c2s4027@tamsun.tamu.edu (Cedric Sims)
  3. Newsgroups: comp.os.ms-windows.programmer.misc
  4. Subject: Re: BC++ "BorDlg" problem
  5. Date: 12 Jan 1993 07:27:22 -0600
  6. Organization: Texas A&M University, College Station, TX
  7. Lines: 42
  8. Distribution: na
  9. Message-ID: <1iugvqINN84r@tamsun.tamu.edu>
  10. References: <1idetiINNssf@uwm.edu> <9JAN199301293286@vms1.iscs.nus.sg>
  11. NNTP-Posting-Host: tamsun.tamu.edu
  12.  
  13. In article <9JAN199301293286@vms1.iscs.nus.sg> nuscss1@vms1.iscs.nus.sg (Vax BULLET-IN-Board SysOps) writes:
  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. <> 
  26. <>     Am I missing some basic #include or what?  
  27. <>     Any Ideas or suggestions would be greatly appreciated.
  28. <> 
  29. <
  30. <    you need to add BWCC.LIB to your project.
  31. <    this problem had me scratching my head for a few days,
  32. <    till I read the solution in BorlandC++ : A Developer's Guide.
  33. <
  34. <
  35. <>     Andrew J.G. Delzer
  36. <>     AJGD@Miller.CS.UWM.EDU
  37.  
  38.   You need to link the following libraries :
  39.  
  40.        IMPORT.LIB
  41.        BWCC.LIB
  42.  
  43.   They must be linked in that order! Very important.
  44.  
  45. Good luck,
  46. Cedrico.
  47. -------------------------------------------------------------------
  48.  Cedric J. Sims                               Texas A&M University
  49.                                          Computing Services Center
  50.  cedrics@tamu.edu                          (SELL)  Room 216 Teague
  51.  +1 409 862 4104                    College Station, Tx 77843-3142
  52. -------------------------------------------------------------------
  53.  
  54.  
  55.