Re: [osg-users] osg::ApplicationUsage::setDescription() causes exception 0xC0000005 on Vista

2008-10-24 Thread Robert Osfield
Hi Matt, I presume you use arguments. rather than arguments- in your code as the code in your email won't compile and if it somehow did then the compiler is totally screwed... and the case of the problem. With the assumption that this is just a typo, the crash is very odd indeed. The code is

[osg-users] osg::ApplicationUsage::setDescription() causes exception 0xC0000005 on Vista

2008-10-23 Thread Matt McPheeters
Greetings, Hopefully someone else has already experienced this and has a fix: We have a command-line viewer program that runs perfectly fine on XP but crashes almost immediately in main() on a Vista build. Here is the offending code: int main( int argc, char **argv ) {