Project questions

Questions and discussion about the ZBasic IDE.
Post Reply
victorf
Posts: 342
Joined: 01 January 2006, 4:08 AM
Location: Schenectady, New York

Project questions

Post by victorf »

WindReader.prj:

WindReader.bas
D:\ZBasic Stuff\Standard Libraries\Com3 Stuff\Com3Stuff.bas
D:\ZBasic Stuff\Standard Libraries\FramI2C Stuff\FramI2c.bas
D:\ZBasic Stuff\Standard Libraries\KeyDisp Stuff\KeyDisp.bas
C:\Documents and Settings\Victor Fraenckel\My Documents\WIC Projects\WindReader\Software\ZBasic\WR Modules\WRInit.bas
C:\Documents and Settings\Victor Fraenckel\My Documents\WIC Projects\WindReader\Software\ZBasic\WR Modules\GetData.bas
C:\Documents and Settings\Victor Fraenckel\My Documents\WIC Projects\WindReader\Software\ZBasic\WR Modules\Com4Stuff.bas


I have a project (WindReader.pjt) which looks like the above. When I start the project I get errors for the last three files. In essence
the error messages say that the project cannot find the files. I can attest that the files exist in the locations as above. What is going on?

Also, how do I add files to a project? I tried to build a new project using the above files and then save the project, but I could not save the
project. The save option is not available. Admittedly it has been a while since I have had the opportunity to work with my ZBasic stuff. I have
just updated to the latest software. What's going on here?

Any enlightenment will be appreciated.

Vic
Vic Fraenckel
KC2GUI
windswaytoo ATSIGN gmail DOT com
dkinzer
Site Admin
Posts: 3120
Joined: 03 September 2005, 13:53 PM
Location: Portland, OR

Re: Project questions

Post by dkinzer »

victorf wrote:When I start the project I get errors for the last three files.
Unfortunately, I couldn't reproduce the problem - even using the exact path/filenames you've given.
victorf wrote:Also, how do I add files to a project?
With a project loaded, choose Properties from the Project menu. In the resulting dialog, click the "Add..." button which will bring up a file chooser dialog. The selected files will be added to the project. The checkboxes above the "Add..." button control how the newly added files are handled.
- Don Kinzer
Post Reply