Folks, Can you please compile this program ASAP? I have to stop using this compiler, or stop programming completely, this damn devils joke will kill me, now it crashes not only the code but the compiler even if i comment almost everything and i do not see the error. Just do FTN95 aaa.f95 and it immediately crashes on or just after module. I commented the Caller part to try to find the bad place, removed subs but FTN95 still crashes. Code still has many errors but i even do not see the damn error report. Somewhere possible German, French or Russian ASCII symbol from the hell was somehow produced like a poison and the English compiler is almost dead
module All_subs_Bremms
use clrwin
parameter (idim=50)
real*8 x(idim), y1(idim), y2(idim), y3(idim)
character*320 chParForSimplePlot_f_E
integer kPlot1, kPlot2, kPlot3
integer k32bit, k64bit, kSave_f_E_to_File
integer lxWin, lyWin, iRunning_El_f_E_Fit
real*8 TextSizeSmplpl_r8, LineWidthSmplpl_r8
integer iRunning_El_f_E_Fit
contains
end module
!.....................................................
!
!Program Caller
!use All_subs_Bremms
!integer, external:: Plot
!
! lxWin = 800
! lyWin = 600
! TextSizeSmplpl_r8 = 3
! LineWidthSmplpl_r8 = 2
!
! chParForSimplePlot_f_E = '%pv%pl[x_axis='E [keV]',y_axis='f(E) (arb.un.)',title='Electron f(E) - blue, Ion f(E) - black',&
! &colour=blue, colour=black, colour=red, colour=#339900, colour=green, x_array, scale=log_linear, N_GRAPHS=6, Y_MIN=1.] %ff&'
!
! x (:) = 0
! y1(:) = 0
! y2(:) = 0
! y3(:) = 0
!
! k_Plot1 = 0
! k_Plot2 = 0
! k_Plot3 = 0
!
! k32bit = 0
! k64bit = 1
!
! do i=1, idim
! X (i) = i
! Y1(i) = sin(i/10.)
! Y2(i) = sin(i/20.)
! Y3(i) = sin(i/30.)
! enddo
!
!i=winio@('%ww&')
!i=winio@('In 32bits - Old and New, in 64 only New PL%ff%rb[OldPL]%rb[NewPl]%ff&', k32bit, k64bit)
!i=winio@('%2`ga%ff%cn%^bt[Start]%es', k32bit, k64bit, Plot)
!
!end program
!................................................................