From: | Allan Odgaard |
Date: | 13 Aug 2000 at 10:54:06 |
Subject: | Re: StormC...help... |
On 12-Aug-00, Alexander Niven-Jenkins wrote:
> I've solved it. I did exactly the same as what I did when I was
> having those OpenLibrary() problems a few months back.
Did you first try to 'make all'?
StormC will keep notice of your dependencies, but it won't save it to
the project file before you quit the program-manager, and only if you
reply 'yes'. So if your program made the machine crash, or you didn't
say yes, then your project file may not be up to date with
dependencies, and this may cause all sorts of problems, but 'make all'
will sort it out (just remember to save the project afterwards).
Regards Allan