What are the general differences between compiling a program as a static library compared to the source code in a program?
that is . A program with functions that is compiled as a static library (.lib) and associated with a vs A program with functions that are included as the source file in the main program.
Are static libraries more suitable for release when releasing closed source programs? Faster compilation? etc..
I would recommend including the source code because:
, . , .
, . , , , .
, , , , .
, , . : , . Wikipedia:
- . , , , . .
.lib .dll ( - ) {No Repetition}.
.lib
.dll
, , , , , , , .
-, user3647458 , , , .lib - , (, ).
Source: https://habr.com/ru/post/1540958/More articles:Striped Captured Photo - c #Linking to a Listbox control unit with SQLite, image bytes are stored in a C # database - c #OpenSSL allows server and client to negotiate a method - sslHow can I test the memory leaks of my application on a mobile device, especially on iOS and Android? - javaRewritable drag and drop ListView - androidКак добавить контекстное меню в datatables 1.10? - jqueryHide console only in py file (no pyw) [ANKI add-on] - pythonHow to add Android notification counter - androidPractical Way for Separate Entity Classes (DTOs) by EDMX - c #Code to run alias errors reliably? - cAll Articles