I have a static library (.a) generated by the GNU tools for ARM on Linux enviromnent and want to use this library in Windows environment (Visual Studio 2008) using the Microsoft tools for ARM architecture. Is there any way to use .a static library with Microsoft tools?
I don't have the source code that's why I cannot cross compile the source code for MS compiler.
Thanks!