What is wrong with the following code? I thought that salflibc.dll contains all the clearwin functions but when I run the following little program I get a message
Error 29, Call to missing routine:_GET_DEFAULT_WINDOW.
aa=1.0
write(*,*) 'aa=',aa
iwin=GET_DEFAULT_WINDOW@()
CALL DESTROY_WINDOW@(iwin)
end
The program is compiled and linked in command mode with the -windows option. Is it possible to close the default output window from within the program?
Richar May