Can't Construct DAE Object

I’m using VS2010 and the Collada Dom 2.3.1 source. I installed boost 1.44 and can compile the Collada Dom libraries. I am following the example code to try to read in a .dae file. My test program compiles but crashes when constructing the DAE object. From following the stack, in the “DAE” constructor the “baseURI()” constructor is getting a bad memory location from the “cdom::getCurrentDirAsURI()” and the “.c_str()” operation is causing an unhandled exception. I have defined WIN32.

Can anyone help me? Am I missing something?

I’m having the same problem - using VC10 Express.

Any help / input would be much appreciated!