Silverfrost Forums

Welcome to our forums

FTN95 8.4 has different behavior compared with 8.3

18 Mar 2019 3:49 #23378

First: Thank you for the new version 8.4.

But always, when I use a new version, I have to correct my programs for some compiler announcements not existing in the older versions. In this case, the call of command_line is in 8.3 and 8.4 different:

winapp
  character*20 command

  call command_line(command)
  write(*,*) 'xxx ',command,' yyy'

  end

This is my testprogram, when I start it, all is ok, when I use use 8.3. By using 8.4 on the command line, all is also ok, but by dupleclick on the programname in the Explorer, there will be a ''' in command. In some cases, this could give errors in the execution of programs using command_line.

Hartmut

18 Mar 2019 5:18 #23379

I think that you will find that this has already been fixed in the new DLLs that can be downloaded via the link...

https://www.dropbox.com/s/eg8a7k9j4x9ysbt/newDLLs32.zip?dl=0

Please login to reply.