VS2012/VS2013 version available?

We are using the SketchUp SDK C API to write an exporter from our CAD program to .skp files.
Our CAD program is built with Visual Studio 2012 (and soon VS2013) and we get into serious compatibility issues, when using the slapi.dll available in the SketchUp SDK built with VS2010, which depends on msvcp100.dll and msvcr100.dll.

Thus, I would like to know if there are any other versions of the SDK obtainable, especially versions for VS2012 and VS2013.

@paul, @bugra - any thoughts on this?

We only have a slapi.dll built for VS2010 runtime (Service Pack 1), sorry. What compatibility issues are you having? It is a C API so you should be able to just ship the 2 msvc* DLLs (which are redistributable) and call slapi.dll from an app built for a different VS version. There shouldn’t be a compatibility issue. I know it’s not ideal but building with static runtime isn’t an option for us at this time.