I have a static library written in C++, which is originally targeted for linux platform. Although, the authors mentioned that with some small modifications, it can be compiled on Windows.
I wanted to know exactly what kind of modifications do I need to make? Are the changes required in the way I compile the library or in the code itself?
Bookmarks