Hello together, I started using silverforst some days ago because I am working on my PhD thesis and I have to make a simulation in fortran. Because of many functions NAG library is very interesting to me. Unfortunately it doesnt work, that I can import the NAG library and I dont know what my mistake is. I have already downloaded the NAG library as .dll and saved it in the same folder like my fortran programm. In Plato I use the 'add references'. With 'external g05saf' I want to start my simple program. The outout of the mistakes is the following: Compiling and linking file: FreeFormat1.f95 Failed to load specific version of the framework, attempt to load latest version I:\Dissertation\Fortran_test\FreeFormat1.F95(19) : error 809 - C:\Program Files\NAG\FL23\fldll234ml\lib\FLDLL234M_mkl.lib is neither a DLL nor a DBK file I:\Dissertation\Fortran_test\FreeFormat1.F95(19) : error 809 - I:\Dissertation\Fortran_test\FLDLL234M_nag.lib is neither a DLL nor a DBK file I:\Dissertation\Fortran_test\FreeFormat1.F95(19) : error 809 - C:\Program Files\NAG\FL23\fldll234ml\lib\FLDLL234M_nag.lib is neither a DLL nor a DBK file Assembly file I:\Dissertation\Fortran_test\FreeFormat1.EXE for .NET 2.0 produced
Compilation failed.
Can anybody help me?
Thanks a lot!