I want to wrap a library for python. Python is compiled with VS2010 and I have VS2013. Is it possible to force VS2013 to compile like VS2010?
PS. I have tried, unless the version of compiler that compiled python and the compiler that compiles the wrapper are the same it does not work.
PS. My python app has dependency to many other libraries and I can not recompile it with VS 2013
Many thanks,