3DSMax 2009 32bit exporter?

Hello

Does anyone know of a exporter for 3DSMax 2009 that works for Collada Dom? I tried both the exporter that comes with 3DSMax2009 and FCollada exporter but it when trying to load the .dae

daeElement* root = dae.open( FilePath );

.

it fails for both exporters? Does anyone know of an alternative exporter or perhaps what I may be doing wrong? The test dae’s that come with dom work on a side note.

Hey, I figured out what was happening.

The exporters are meant for version 1.4x of Collada so I just changed my libs and headers to use 1.4x instead and it looks like it works now.