Hello
In the most recent PowerVR SDK (4.0), PVRTexLib.dll was compiled and linked with Visual Studio 2013. Since this dll exports C++ functions, ABI compatibility is of concern. I would like to use this dll in a program that was compiled and linked with Viusal Studio 2015.
Even though mixing C++ dlls produced by different major versions of MSVC is strongly discouraged (I think it’s stated by Microsoft as well, but can’t cite it), I sense that this is the “supported way to go” in case of this dll (since there are no dlls provided for different versions of MSVC). Is this assumption correct?
Thanks,
Peter