|
|
| Author |
Message |
victorf
Joined: 01 Jan 2006
Posts: 342
Location: Schenectady, New York
|
|
Posted: 05 March 2010, 16:00 PM Post subject: Project questions |
|
|
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 |
|
| Back to top |
|
 |
dkinzer Site Admin
Joined: 03 Sep 2005
Posts: 2499
Location: Portland, OR
|
|
Posted: 05 March 2010, 16:57 PM Post subject: Re: Project questions |
|
|
| 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. |
|
| Back to top |
|
 |
|