I think Jonas wrote:
> However, when I wanted to run the examples the programs just did not run
> (only dos prompter saying press any button to quit) or error messages came
> for e.g.:
>
> - example_create_image_vil
>
> argParse::Error Required arg 1 not supplied
>
> (I have looked in the implementation but I could not ! sort out what the
> problem was)
Note that these are all command-line programs. No GUI. So, if you are
trying to run it from within Visual Studio, you will have to set the
command line parameters using the Properties for that executable. (I
can't recall off-hand where the setting is in Visual Studio.)
The easiest way is probably to open a DOS command window, cd to the
appropriate directory, and run the thing straight from the command line.
The error "Required arg 1 not supplied" implies that the program
expects 1 command-line argument, perhaps the name of an input or
output file.
Also: please do not email HTML messages. Some of us use text readers,
and cannot easily decipher the HTML-only email messages.
Cheers,
Amitha.
|