Dynamic libraries are everywhere in project development. Dynamic library interface export, load (LoadLibrary), and release (FreeLibrary) are code that programmers often write, but the technical content is not very low.
1. Understand the concept of name fragmentation in C ++ and how to export the name you want.
2. Multiple loading and releasing of dynamic Databases.
For a beginner in C ++, these problems cannot be solved at the moment. To reduce the programming threshold of new programmers, it is easy to write dynamic libraries and load and use them. We need to develop some rules. If the dynamic library we write is to export a class object, all operations are completed by class member functions.
The export function interfaces include:
AsInterfaceExport
AsInterfaceDelete delete function
This article is from the "Amu Xue" blog and will not be reproduced!