home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!tamsun.tamu.edu!tamsun.tamu.edu!news
- From: c2s4027@tamsun.tamu.edu (Cedric Sims)
- Newsgroups: comp.os.ms-windows.programmer.misc
- Subject: Re: BC++ "BorDlg" problem
- Date: 12 Jan 1993 07:27:22 -0600
- Organization: Texas A&M University, College Station, TX
- Lines: 42
- Distribution: na
- Message-ID: <1iugvqINN84r@tamsun.tamu.edu>
- References: <1idetiINNssf@uwm.edu> <9JAN199301293286@vms1.iscs.nus.sg>
- NNTP-Posting-Host: tamsun.tamu.edu
-
- In article <9JAN199301293286@vms1.iscs.nus.sg> nuscss1@vms1.iscs.nus.sg (Vax BULLET-IN-Board SysOps) writes:
- <In article <1idetiINNssf@uwm.edu>, ajgd@miller.cs.uwm.edu (Andrew J G Delzer) writes...
- <> I'm using Borland C++ 3.1 and have the following problem
- <>utilizing the Resource Workshops BWCC "Borland Window Custom
- <>Controls.
- <> When I create a dialog box using the BWCC class "BorDlg"
- <>and link it with "brc <filename>". Then when I run the program
- <>and execute the dialog box, it is not displayed unless I have
- <>Borland C++ or Resource Workshop running or have LOADBWCC.EXE
- <>loaded. If any of these three are running the dialog box is
- <>displayed, but if none of them are running the box is not
- <>displayed.
- <>
- <> Am I missing some basic #include or what?
- <> Any Ideas or suggestions would be greatly appreciated.
- <>
- <
- < you need to add BWCC.LIB to your project.
- < this problem had me scratching my head for a few days,
- < till I read the solution in BorlandC++ : A Developer's Guide.
- <
- <
- <> Andrew J.G. Delzer
- <> AJGD@Miller.CS.UWM.EDU
-
- You need to link the following libraries :
-
- IMPORT.LIB
- BWCC.LIB
-
- They must be linked in that order! Very important.
-
- Good luck,
- Cedrico.
- -------------------------------------------------------------------
- Cedric J. Sims Texas A&M University
- Computing Services Center
- cedrics@tamu.edu (SELL) Room 216 Teague
- +1 409 862 4104 College Station, Tx 77843-3142
- -------------------------------------------------------------------
-
-
-