How do you use the GETCOMMANDLINE function please?
It has been declared in win32api.ins as:
STDCALL GETCOMMANDLINE 'GetCommandLineA':INTEGER*4
The manual for GetCommandLineA gives the following declaration:
LPTSTR GetCommandLine(void);
(I know that Fortran2003 has GET_COMMAND & GET_COMMAND_LINE which you can use in Salford)
thanks Clint