Author |
Message |
Topic: compiling ok but function undefined |
Perles75
Replies: 2
Views: 18401
|
Forum: Plato Posted: Tue Jun 21, 2011 4:51 pm Subject: compiling ok but function undefined |
Hello,
I'm not sure if that's something regarding Plato or FTN95, I think it's the first case so I'm writing here, but please correct me in case I'm wrong!
I created a project that involves a ma ... |
Topic: .inc, .dll, .a, .lib in Plato |
Perles75
Replies: 3
Views: 15784
|
Forum: Plato Posted: Thu May 26, 2011 10:30 am Subject: |
Hi, thank you!
Are there any options in the properties which I have to be careful of? (in relation to the inclusion of .inc, .dll and .lib files) |
Topic: FTN95 and NetCDF |
Perles75
Replies: 0
Views: 3812
|
Forum: General Posted: Wed May 18, 2011 3:24 pm Subject: FTN95 and NetCDF |
Dear all,
I need to include the NetCDF files for my program and, frankly, it is a bit of a mess... is it possible to know which version of NetCDF is compatible with FTN95, and if it exists as preco ... |
Topic: .inc, .dll, .a, .lib in Plato |
Perles75
Replies: 3
Views: 15784
|
Forum: Plato Posted: Wed May 18, 2011 3:19 pm Subject: .inc, .dll, .a, .lib in Plato |
Dear all,
I have to compile a project that, in addition to several fortran files, needs some other files as the include, dll libraries and so on.
I followed the instructions but I got a bit lost, ... |
Topic: problem with ALLOCATE? |
Perles75
Replies: 8
Views: 12302
|
Forum: Support Posted: Mon May 16, 2011 10:44 am Subject: |
Hi,
thanks for the advice, but I think it's another problem... I made a couple of tests and I discovered the following things:
If I put
nps=2
npt=2
allocate(wl(nps,npt))
it gives me erro ... |
Topic: problem with ALLOCATE? |
Perles75
Replies: 8
Views: 12302
|
Forum: Support Posted: Fri May 13, 2011 2:59 pm Subject: |
sorry, I was imprecise *blush*
The actual lines are
open(115,file=filename,status='old',FORM='unformatted') (this was, in the original code, form='binary', but form binary is not allowed anymore, ... |
Topic: saving options problem? |
Perles75
Replies: 2
Views: 8035
|
Forum: Plato Posted: Fri May 13, 2011 9:17 am Subject: |
I'll use the "administrator solution" for now, thank you |
Topic: problem with ALLOCATE? |
Perles75
Replies: 8
Views: 12302
|
Forum: Support Posted: Fri May 13, 2011 9:16 am Subject: |
well, I'm sure it was not uncorrect because I could compile it when, in my previous computer, I was using a different compiler (the old Compaq Visual Fortran) :)
Could it be something related to th ... |
Topic: problem with ALLOCATE? |
Perles75
Replies: 8
Views: 12302
|
Forum: Support Posted: Thu May 12, 2011 4:57 pm Subject: problem with ALLOCATE? |
Hello,
I am very new both in Fortran and in FTN95, so it's not surprising I have questions; here's the first
My program has several allocate commands scattered through it. When I try to compi ... |
Topic: saving options problem? |
Perles75
Replies: 2
Views: 8035
|
Forum: Plato Posted: Thu May 12, 2011 4:51 pm Subject: saving options problem? |
Hello,
I started using FTN95 with Plato only today, and I bumped on a strange behavior... when I close and restart the IDE, all the changes in the setting (in Tools -> Options) I have made in th ... |
|