Hi,
I'm wondering can I use static libraries (lib*.a files) compiled with one version of MingW and use them on the other version ? Or do I have to recompile all libraries ?
Hi,
I'm wondering can I use static libraries (lib*.a files) compiled with one version of MingW and use them on the other version ? Or do I have to recompile all libraries ?
Yes you can. You don't need to recompile them if they are not giving any problems
*.a
files) are just archives of object files (*.o
files)