I'm trying to build libkml into a DLL for my app, using VS2010. It all seems happy, the DLL and my app build OK.
But when I run the app it gets to my libkml DLL and then says Unable to start correctly (0xc0150002).
I'm guessing there is some sort of conflict with the build enviroment and one or more of the third party dependencies,
but I'm not sure. depends.exe doesn't show any problems, and I only know my DLL is the problem because of the profiler
in depends.exe.
Anyone got any ideas? Or should I just give up and use the pre-built libs?
Cheers.