Archives
Posts Tagged ‘Link Library’
How-To: Dynamically Invoke C++ DLL Function in C#?
Calling a C++ dll from C# code is very common in our daily programming activities. This post shows you how to dynamically invoke a C++ DLL function in C#.
Static Link Library (SLL) vs. Dynamic Link Library (DLL) in C/C++
Static linking vs. Dynamic linking, each has its own advantages and disadvantages. Understanding them will definitely help you to use the one which is suitable and benefits most to your application in terms of maintenance and robustness.
Recent Comments