Silverfrost Forums

Welcome to our forums

FTN95 .NET Examples Not Working

1 May 2008 5:50 #3112

Hello,

 I downloaded the personal version of FTN95 and installed it to run along with VS 2003.  When I load the VB Calculator .NET Example and try to build the Solution I get errors.  One of which I fixed by adding a reference to System.dll to the Fortran backend project.  The rest of the errors I get say:
          Name 'ftncalc' is not declared.

from the VB frontend project. I am not sure why I am getting this. Is there something that I need to change to make this work?

 Any help would be greatly appreciated.

Thanks.

2 May 2008 9:31 #3124

If the 'solution' is in two 'projects' then make sure that both have been built and that any necessary cross references have been supplied in the Project Explorer window. E.g. an executable will probably reference a DLL in the solution.

2 May 2008 12:02 #3130

I tried that too. When I try to build the fortran backend project, it tells me

          There were compile errors, abandoning link...

and I do not know what the errors are or how to fix them. Any suggestions?

Please login to reply.