home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / msdos / programm / 11746 < prev    next >
Encoding:
Internet Message Format  |  1993-01-02  |  1.6 KB

  1. Path: sparky!uunet!spool.mu.edu!yale.edu!qt.cs.utexas.edu!cs.utexas.edu!tamsun.tamu.edu!zeus.tamu.edu!olw7845
  2. From: olw7845@zeus.tamu.edu (Zeke E. Pez)
  3. Newsgroups: comp.os.msdos.programmer
  4. Subject: Turbo C++ 3.0 under DOS, I got a real simple (hopefully) question.
  5. Date: 2 Jan 1993 02:08 CST
  6. Organization: Texas A&M University, Academic Computing Services
  7. Lines: 25
  8. Distribution: usa
  9. Message-ID: <2JAN199302083763@zeus.tamu.edu>
  10. NNTP-Posting-Host: zeus.tamu.edu
  11. News-Software: VAX/VMS VNEWS 1.41    
  12.  
  13. I am currently using TC++ 3.0's I.D.E. to conveniently compile/link/ and
  14. run my code on-the-fly.  Lately, I have written some code that uses
  15. some INCLUDE header files and LIB's that are not part of TC++ but are third
  16. party headers and LIBS. I obviously keep these non-TC++ headers and libs in
  17. different sub directories from the standard TC++ headers and libs. I have tol
  18. TC++ where it can find these headers and libs in the I.D.E. in hopes that 
  19. automatic compiling/linking and running convenience is maintained.
  20.  
  21. I can compile with all the headers but I cannot Link my code from within
  22. the I.D.E. because the linker does not know the name of the non-TC++ LIB.
  23.  
  24. I have remedied the situation,(albeit using stop/gap ways) by creating a cute
  25. little MAKE file,but I lose the convenience of the I.D.E.!
  26.  
  27. whaa whaaaaaa, whiiinnnneee!! 
  28. I know I know , I try not to whine but I just have toooo 
  29. sooomeeetiiiimmmmees ;)
  30.  
  31. How can I get the I.D.E. to mimic what my MAKE file does while maintaining the
  32. convenience of the I.D.E.(how do I tell the linker where the LIB is inside the
  33. I.D.E.) ???? 
  34.  
  35.  
  36. Thanks,
  37. Zeke
  38.