home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / bit / listserv / dbasel / 1398 < prev    next >
Encoding:
Text File  |  1992-12-22  |  1.2 KB  |  31 lines

  1. Newsgroups: bit.listserv.dbase-l
  2. From: davec@wsti.demon.co.uk (David Churcher)
  3. Path: sparky!uunet!pipex!demon!wsti.demon.co.uk!davec
  4. Subject: Re: listserver for foxpro??? 
  5. Distribution: world
  6. References: <DBASE-L%92122203270734@NMSUVM1.BITNET>
  7. Organization: Welcom Software Technology International
  8. Reply-To: davec@wsti.demon.co.uk
  9. X-Mailer: Simple NEWS 1.90 (ka9q DIS 1.18)
  10. Lines: 16
  11. Date: Tue, 22 Dec 1992 17:30:42 +0000
  12. Message-ID: <725062735snz@wsti.demon.co.uk>
  13. Sender: usenet@demon.co.uk
  14.  
  15. In article <DBASE-L%92122203270734@NMSUVM1.BITNET> GOVE036@TWNMOE10.BITNET writes:
  16.  
  17. >I am wondering if it is possible for us to establish a LIBRARY, which
  18. >contains many user-defined precompiled modules and is linked at RUNTIME.
  19.  
  20.  Yes; you could create a new project file (a project file is just a
  21. database with a PJX extension) using the CREATE PROJECT command,
  22. append a record to the project for each user-defined module, then
  23. build the library (known in FoxSpeak as an "application") from the
  24. project using the BUILD APPLICATION command.
  25.  
  26.  I'm not sure if this will work if you don't have the source for the
  27. precompiled modules available, though; try it!
  28.  
  29. -- 
  30. davec@wsti.demon.co.uk
  31.