home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / mswindo / programm / misc / 3493 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  4.0 KB

  1. Path: sparky!uunet!gumby!wupost!ukma!memstvx1!jasmith
  2. From: jasmith@admin1.memst.edu (John)
  3. Newsgroups: comp.os.ms-windows.programmer.misc
  4. Subject: STACKER and BORLAND C++ FOR WINDOWS
  5. Message-ID: <1992Nov17.141409.4115@admin1.memst.edu>
  6. Date: 17 Nov 92 14:14:09 -0600
  7. Organization: Memphis State University
  8. Lines: 53
  9.  
  10.              I have a question concerning STACKER and BORLAND C++ FOR WINDOWS.
  11.         I'm not sure if this is the right place to ask this question, but my 
  12.         question is as follows.  I have run the installation program for
  13.         STACKER on my hard drive that creates the main boot drive D: and the
  14.         STACKER compressed drive C:.  My version of BORLAND C++ FOR WINDOWS was
  15.         compressed on the STACKER compressed drive C:.  I try to use the 
  16.         debugger that comes with the BORLAND package and I receive an error
  17.         telling me that the file WINDEBUG.DLL can not be open.  The DLL is a 
  18.         compressed format for the C++ Link Library (*.LIB).  I know that the
  19.         STACKER can not handle compressed files.  I would like to know if any
  20.         one using BORLAND C++ FOR WINDOWS has run into this problem.  I have 
  21.         noticed that I can not open any of the DLL files that are currently 
  22.         located on the STACKER compressed drive.  If any one has any solutions
  23.         to this problem I would appreciate some answers.  Here are some of the 
  24.         solutions that I have come up with so far.
  25.         1.  Decrease the size of the STACKER compressed drive and increase the
  26.             size of the uncompress drive moving the entire BORLAND C++ FOR
  27.             WINDOWS to the uncompressed drive.  Problems that I have found in
  28.             this solution is that I would not be getting as much disk space out 
  29.             of my stacker drive.
  30.         2.  This solution follows the same as the first, but opposed to moving
  31.             the entire BORLAND C++ FOR WINDOWS to the uncompressed drive only
  32.             move my DLL files to the uncompressed drive.  Questions and
  33.             problems that have surfaced from this solution are 
  34.                a) How do I redirect my pointers in BORLAND C++ to point at the
  35.                   DLL files on the uncompressed drive.  Examples being the 
  36.                   WINDEBUG.DLL.
  37.                b) Are there any other DLL files that I would need to change
  38.                   points to besides the WINDEBUG.DLL?  If so what are the files
  39.                   and how would I set the pointers in BORLAND C++ to point to
  40.                   the file currently located on the D: drive?
  41.                c) A problem that I see occuring is that anytime I create a 
  42.                   DLL file I would have to create it on the D: drive which 
  43.                   means that I would have to have some space allocated for
  44.                   DLL programs.  How much space would I need?
  45.         3.  This solution involves changing the compressed DLLs to 
  46.             uncompressed LIBs.  Changing all the active calls to DLL programs
  47.             to LIB programs.  My question then surfaces how do I make the
  48.             changes in the BORLAND C++ to tell it to look at the LIB file 
  49.             instead of the DLL file?  Problems that I see is that the LIB
  50.             files would take up more room on my stacker drive than the DLL's
  51.             and I would not be able to use the DLL on the stacker drive.
  52.         4.  The solution that I am looking for is a solution that would
  53.             allow me to have BORLAND C++ FOR WINDOWS running on the STACKER
  54.             compressed drive C: using the DLL files.
  55.         Other questions that have arose not dealing with the solution are
  56.         1.  Is there any way I could create the WINDEBUG file (DLL or LIB) 
  57.             from the stacker drive with out having to do a complete reinstall 
  58.             of the BORLAND C++?
  59.         2.  If I need to move to the uncompressed drive would there be any
  60.             problem moving the DLL files from the compressed to the
  61.             uncompressed drive?  Would I still be unable to use the DLL files
  62.             when moved from the compressed drive?
  63.