Today I tried to use
[color=red:030776e83f]GET_PROCESS_ID@[/color:030776e83f]
with FTN95 Version 8.40.0 applying the following coding
[color=red:030776e83f]program id implicit none INCLUDE <WINDOWS.INS> integer idx call get_process_id@(idx) end[/color:030776e83f]
When linking with slink the following message is shown: [color=red:030776e83f]WARNING the following symbols are missing: __get_process_id[/color:030776e83f]
Other ClearWin functions are properly linked and operating well.