Hi all,
I have a .lib file, just wondering what compiler it's from: it begins with "!<arch>" ?
Thanks
Hi all,
I have a .lib file, just wondering what compiler it's from: it begins with "!<arch>" ?
Thanks
the .lib file are generally build with Visual C++ compiler. In the linux environment gcc generate .a and .so file but no .lib file.