Hi!



On 10/31/07, chun ping wang <cablepuff@gmail.com> wrote:
HI how would I use program options to accept multiple input.

The thing compiles but when I do DiffieHellman.exe --secert 817 697

I get this error.
C:\CPW\cs_classes>DiffieHellmanEncrypt --secert 817 697
terminate called after throwing an instance of 'boost::program_options::invalid_
option_value'
  what():  in option 'secert': invalid option value '817'

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.



the option is in your case:

--secert="817 697"

Regards,
Ovanes