On 16. Apr 2008, at 19:56, Aleksander Stroiński wrote: > Hello, > > I built the VS2005 project "eqPly Example". > next i execute it: > eqPly -r -- --eq-client --eq-listen 10.10.40.111:4242 > > and i have this error > > PARSE ERROR: Argument: -r > Couldn't find match for argument.
Which Equalizer version are you using? What does 'eqPly -h' say? It is definitely in the latest code, which hasn't changed for some time. The command line parsing code is in examples/eqPly/localInitData.cpp. You can also try without the -r, in that case you have to restart the executable after each run. On Linux you might want to use 'watch' to do that. Cheers, Stefan. _______________________________________________ eq-dev mailing list [email protected] https://in-zueri.ch/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

