View previous topic :: View next topic |
Author |
Message |
phipsitop
Joined: 12 Sep 2024 Posts: 2 Location: China
|
Posted: Thu Sep 12, 2024 9:56 am Post subject: Exception @1a01b78b:Access violation, |
|
|
Silverfrost Fortran FTN95 Personal Version 9.00. The following error occurs when the number of fortran files added to a project exceeds 280 (possibly inaccurate).
Exception @1a01b78b:Access violation,Silverfrost exception handler has failed
Delete any fortran file (*.f) and the compiler will compile normally.
Fatal error! How to solve this problem? Is there any solution other than combining multiple Fortran files into one? Any idea? Thank you in advance for any help. |
|
Back to top |
|
|
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8019 Location: Salford, UK
|
Posted: Thu Sep 12, 2024 10:42 am Post subject: |
|
|
phipsitop
I think that this arises because of a limitation in the number of files that you can use in the Personal Edition.
In which case you could consider buying a licenced version or combining your code into fewer files (e.g. via INCLUDE statements). |
|
Back to top |
|
|
phipsitop
Joined: 12 Sep 2024 Posts: 2 Location: China
|
Posted: Thu Sep 12, 2024 1:31 pm Post subject: Re: |
|
|
PaulLaidler wrote: | phipsitop
I think that this arises because of a limitation in the number of files that you can use in the Personal Edition.
In which case you could consider buying a licenced version or combining your code into fewer files (e.g. via INCLUDE statements). |
Thanks for your reply. |
|
Back to top |
|
|
|