9 Aug
2010
9 Aug
'10
5:03 p.m.
Hi, We are having a problem under windows where the parameters we pass in are being split up by boost.test's main program. We are using our own test_main to get the parameters off the command line. One of the arguments we parse on our own takes spaces and we quote it with "". When we create our own small c++ main program, the quoted parameter comes through in one piece. With boost.test linked, it's broken into two parameters when passed to test_main. Any way we can solve this? Thanks, Greg