Re: [osg-users] ArgumentParser issues on Windows?

2009-06-09 Thread Ümit Uzun
Hi Butler; It is well known problem :) I think your OSG system only compiled in release mode and you are trying to build this example in debug mode, so program throw bad_alloc exception. Try to build your example same build type as your OSG system. If it is released mode you build your example in

[osg-users] ArgumentParser issues on Windows?

2009-06-08 Thread Butler, Lee Mr CIV USA USAMC
The following code works on Linux/Mac but not Windows. Is there something I should realize about ArgumentParser and ApplicationUsage? Maybe it's some Windows/VS2008 thing I've missed? - #include osg/ArgumentParser #include string int main(int argc, char *