Silverfrost Forums

Welcome to our forums

imsl 5.0 + FTN95

8 Oct 2007 8:46 #2333

Hello,

Is it possible to use FTN95 with imsl 5.0?

I dont know the necessary adjustment that should be done in FTN95 (plato3)? Could you please help me on that?

For example; While using imsl with Intel visual fortran+ studio, we put the following directories in Visual studio; c:\program Files\ctt6.0\include\ia32 to the additional include directories c:\Program files\ctt6.0\lib\ia32 in the linker, additional libary directories section.

I would like to use Plato as a IDE of FTN95. I could not decide where I will put those directories in Plato 3 (IDE) of FTN95. Would you please give the right place for them.

Also , is there any other change that I should do before using imsl on Plato?

Thanks

Regards

9 Oct 2007 7:32 #2334

Create a project and add any DLLs as 'References' using the Project Explorer window.

Also change the Properties of each Reference to 'Uses STDCALL'.

I am only guessing but this will probably work.

9 Oct 2007 10:10 #2336

Hi Paul,

Thank you for reply.

It did not work. I think, we should add both directory somewhere in project menu of Plato 3. We added lib and dll files to reference. But there are also some files in include directory having extension *.mod.

I guess we should go like in intel+visual studio way. We should add both directory on the project menu of Plato3. But I could not decide where but those directories. May be there should be some other necssary adjustments?

9 Oct 2007 4:05 #2337

I was assuming that you would use the library built for C.

As far as I know there is no version of the library available for FTN95 Fortran.

.mod files are compiler dependent.

If you can access a third party Fortran library without using modules then you are in with a chance but usually the routines assume the STDCALL calling convention and this is not the default in FTN95.

Please login to reply.