I have a .lib file, just wondering what compiler it starts from: does it start with "! <arch>"?
thank
!<arch>sounds like ar archive .
!<arch>
A .lib file is usually created using the Visual C ++ Compiler. In the linux environment, gcc generates .a and .so files, but there is no .lib file.
Source: https://habr.com/ru/post/1742393/More articles:Как использовать функции суммы и счета - debuggingHow to use SerialPort in .Net using the DataReceived event? - multithreadingFluent NHibernate - Cascade удаляет дочерний объект, если в модели нет явных родительских> дочерних отношений - c#LinqToSql Select for a class, then run additional queries - c #Exploring using layers and CoreAnimation for iphone - iphoneHow to insert cgi in html - htmlHow to set parameters in jqgrid? - jqueryJFrame with multiple layers - javahow to make animation for android - androidHow to randomly change inline images on page load and each refresh using jquery? - javascriptAll Articles