Article # 486, added by Geoworks, historical record
| first | previous | index | next | last |

Splitting code into multiple source files.



Q. I just split my application up into multiple source files and
   moved my code out of the PCGEOS branch so that I am sure to
   always have a 'clean' installation. Everything seems to work
   fine with one exception: when Swat is loading my geode or my
   geode's symbol table, it waits for a while and responds with:

	Looking for "ff      Eapp"...
	Can't find executable file for "ff   Eapp" (version mismatch?)
	Answer "quit" to exit to the shell
	Answer "detach" to detach and return to top level
	Answer "ignore" to ignore this patient
	Where is it? C:\DEV\PCGEOS\FF/

   If I respond with FFEC.GEO, everything continues fine. How can
   I make this stop?

A. Add the following to your Swat.cfg file (at the end):

	"5 [your directory name]"

   where "[your directory name]" is replaced by the path name of your
   development directory. Note though that this directory must be 
   under the root PCGEOS directory.