View previous topic :: View next topic |
Author |
Message |
simon
Joined: 05 Jul 2006 Posts: 299
|
Posted: Fri May 30, 2025 3:27 am Post subject: where are the .obj files for FTN95 9.11? |
|
|
I have just installed the new files for version 9.11, but when I run a project, the object files do not appear in the usual place - e.g., .\Release\Win32\
Any existing object files are deleted, but Plato completes the compilations and then fails on linking because it cannot find the object files. I don't see the object files anywhere else particularly obvious.
Also, I typically compile the source files clrwin mswinapi and mswinprm with my program. Have these been modified in 9.11? |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8216 Location: Salford, UK
|
Posted: Fri May 30, 2025 8:16 am Post subject: |
|
|
Simon
I don't understand why this is not working for you but the 9.11 release only contains ftn95.exe and a set of DLLs.
Everything else like linkers and standard include files and modules should come from the 9.10 release.
It's up to you how you organise this. You could for example create a backup of the 9.10 folder (with its subfolders) and then copy the 9.11 files to the existing 9.10 compiler folder, overwriting the corresponding files. In this way the environment PATH for 9.10 will still work for 9.11. |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8216 Location: Salford, UK
|
Posted: Sat May 31, 2025 7:29 am Post subject: |
|
|
Simon
There is a regression at v9.11 regarding BIND(C...). I will aim to upload a fix shortly. |
|
Back to top |
|
 |
simon
Joined: 05 Jul 2006 Posts: 299
|
Posted: Mon Jun 02, 2025 2:01 am Post subject: |
|
|
Thanks Paul. 9.12 works |
|
Back to top |
|
 |
|