Silverfrost Forums

Welcome to our forums

problem rebuilding project

9 Sep 2006 8:07 #1006

Hi, I have a project with one file containing the main program and some functions and subroutines (testProgram.f95) and two modules ( module1.f95 and module2.f95) I created a new project and after right clicking on 'source files' and selecting 'add existing items' I added my 3 files. After right clicking 'add References', I added Simple.dll.

I compiled the two modules first, and then compile the the main program source file, then I build the project and run it. It works fine.

The problem arises when I now try to modify the main program or the functions or subroutines(testprogram.f95) and save the changes, the file now appears under 'include files'. subsequent attempts to rebuild the project gives the error message ' no main, winmain or libmain function.

Any help in pointing out my error will be gratefully received!

Thanks

Albert

9 Sep 2006 11:35 #1007

Albert

Try a complete rebuild. If that does not work, try switching off the dependency checking.

I have made some improvement to Plato for the next release and these may help.

10 Sep 2006 1:51 #1008

Thanks Paul for replying, I already tried complete rebuild without success. Where do I switch off dependecy checking?

Thanks

Albert

10 Sep 2006 3:05 #1009

Ah, It was right under my nose. Dependency checking option is under the project menu.

Thanks

Albert

Please login to reply.