PDA

View Full Version : Wisk and command line


delie
01-09-2004, 07:12 PM
Hello

in a Wisk program with LF95 5.7d, I want to interprete the command line. I found that the service routines IARGC et NARGS only work if the
-winconsole compiler options is also specified. Without -winconsole, NARGS always return 0 and IARGC generates an error (jwe0019i-u).

I can still work with -wisk -winconsole compiler options, but then when I run my program from a shortcut (or calling it from an other application), I get a empty and useless "console window" and my wisk application window.

Is there a way the eleminate the empty console window ? Or maybe should I try the F2KCLI available from Winteracter ?

Thanks

Eric:(

Lahey Support
01-12-2004, 06:28 PM
I would say that the F2KCLI package would be an excellent choice, because it is on it's way to being the standard for getting a command line.
You could also try the GETCL subroutine, which seems to work OK with WiSK.