home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / database / 5742 < prev    next >
Encoding:
Text File  |  1992-07-21  |  2.0 KB  |  44 lines

  1. Newsgroups: comp.databases
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!ux1.cso.uiuc.edu!news.iastate.edu!vincent1.iastate.edu!viking
  3. From: viking@iastate.edu (Dan Sorenson)
  4. Subject: Re: FoxPro and Foxbase
  5. Message-ID: <viking.711777386@vincent1.iastate.edu>
  6. Sender: news@news.iastate.edu (USENET News System)
  7. Organization: Iowa State University, Ames IA
  8. References: <1992Jul21.183200.27181@CAM.ORG>
  9. Date: Wed, 22 Jul 1992 03:56:26 GMT
  10. Lines: 32
  11.  
  12. In <1992Jul21.183200.27181@CAM.ORG> robert@CAM.ORG (Robert Masse) writes:
  13.  
  14. >  Can I compile my Foxbase v2.00 program and run it on a FoxPro v2.00 copy?
  15. >Ie: Compile a database program under foxbase 2.0 and give it to someone who
  16. >has Foxpro.
  17.  
  18. >  Does this work?  Or would I need to buy a development kit for FoxPro 2.0?
  19.  
  20.     I've seen this question a couple times locally, so figured I post
  21. for all the world to see.  FoxBase and FoxPro do not really compile.  It
  22. might be easiest to think of it as tokenizing things for a really fast
  23. interpreter to follow.  This isn't it exactly, but close enough for our
  24. purposes.  To truly compile, you need the development kit.  That makes a
  25. stand-alone .EXE file, which will run on any compatible machine.
  26.  
  27.     If you want to run FoxBase code under FoxPro, include your source
  28. code and compile it under FoxPro.  You can do the reverse operation, but
  29. FoxPro has a few nifty functions that FoxBase doesn't and you'll have to
  30. work around these.  Normally there is little problem.
  31.  
  32.     The source is the common link here -- give it to your friend and
  33. he should be able to run it without problem.
  34.  
  35.     Side Note: I took a FoxPro application on a clone to a Mac, using
  36. the same database files.  It compiled and read the data files fine under
  37. FoxBase on the Macintosh.
  38.  
  39. <Dan Sorenson, DoD #1066 |"There'll be angels on Ariels in leather>
  40. <z1dan@exnet.iastate.edu | and chrome, Ridin' down from heaven    >
  41. <viking@iastate.edu      | just to carry me home." -- R. Thompson >
  42. < ISU thinks I need more education, which they provide for a fee. >
  43.  
  44.