Silverfrost Forums

Welcome to our forums

Exception @1a01b78b:Access violation,

12 Sep 2024 8:56 #31543

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.

12 Sep 2024 9:42 #31544

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).

12 Sep 2024 12:31 #31545

Quoted from PaulLaidler 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.

Please login to reply.