"converting c++ object file from linux .o to windows .obj" Code Answer
4
no, there is no way, especially as the .o file was not compiled with a cross-compiler on linux. in any case, this sounds like a very strange approach to solve a single linking error.
no, there is no way, especially as the .o file was not compiled with a cross-compiler on linux. in any case, this sounds like a very strange approach to solve a single linking error.