library
Libraries statiques et dynamiques
http://www.siteduzero.com/forum-83-190884-p1-difference-entre-librairie-dynamique-et-statique.html tu as 3 moyens pour "lier" une bibliothèque : un .a/.lib seul : toute la bibliothèque est "intégrée" dans l'exécutable. un .a/.lib + .dll/.so : la partie...
Creation and use the DLL in Visual Studio
We will, in the article, see some examples for creating and using the DLL in VS. What's DLL? Dynamic-link library , or DLL, is Microsoft's implementation of the shared library concept in the Microsoft Windows and OS/2 operating systems. These libraries...
Comparaison de licences open source
1 Introduction J’ai fait une étude sur les licences de logiciels les plus répandues afin de déterminer les licences de logiciel qui seront le mieux adaptées pour être utilisées dans le projet industriel ; sachant que la contrainte principale est qu’aucun...