home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / next / programm / 8326 < prev    next >
Encoding:
Text File  |  1993-01-27  |  1.6 KB  |  51 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!enterpoop.mit.edu!ira.uka.de!math.fu-berlin.de!informatik.tu-muenchen.de!singerm
  3. From: singerm@Informatik.TU-Muenchen.DE (Markus Singer)
  4. Subject: How to use NXBundles?
  5. Originator: singerm@hphalle3f.informatik.tu-muenchen.de
  6. Sender: news@Informatik.TU-Muenchen.DE (USENET Newssystem)
  7. Organization: Technische Universitaet Muenchen, Germany
  8. Date: Wed, 27 Jan 1993 10:58:17 GMT
  9. Message-ID: <1993Jan27.105817.29552@Informatik.TU-Muenchen.DE>
  10. Lines: 39
  11.  
  12.  
  13. I have a few questions relating NXBundles:
  14.  
  15. 1. The project I'm working of will consist of several bundles, 
  16.    each containing a different part of my app.
  17.    My problem is now: 
  18.    How do I have to "#import" header files spread over different 
  19.    *.bproj directories?
  20.   
  21.   example:
  22.     
  23.     /* in mainBundle file I write*/
  24.  
  25.     #import "anyName.bproj/anyName.h" 
  26.     #import "anotherName.bproj/anotherName.h"
  27.  
  28.     /* in anyName.m I want to import */
  29.  
  30.     #import "../mainBundleFile.h"
  31.  
  32.     /* in anotherNameFile.m I want to import */
  33.  
  34.     #import "../mainBundleFile.h"
  35.  
  36.   But when I want to compile something like this, it seems like I'm getting a recursive import of the bproj files, resulting in an inability to find certain files! WHY?
  37.  
  38.   I hope anyone understands my problem and knows a solution to it.
  39.   (Maybe it's the best way is to ignore the example ;-)
  40.  
  41. 2.  Can I have a bundle (i.e. file package) as the 
  42.     document type for my application?
  43.  
  44.  
  45. Thanks in advance,
  46.  
  47. Markus
  48.  
  49. ------------------------------------------------------------------------
  50. Markus A. Singer (singerm@informatik.tu-muenchen.de)    Humpa, humpa...
  51.