>From the LasWriterTest_test_metadata test, the function Writer::setVLRsFromMetadata() gets called. That function tries to reference &data[0] (line 242), but data.size() is 0 so I get a hard crash there. (VS2010, debug mode) -mpg