Introduction - If you have any usage issues, please Google them yourself
This program demonstrates how to shield coupling between the host program and static loading DLL exported class interfaces between, in order to achieve the following objectives:
1. DLL exported class interface definitions change, the host does not have to be recompiled
2. If there is a corresponding demand for change, you can simply update the DLL file, all static rely on the DLL are not required to republish the host program.
3. Program description:
1) TestExe: host program
2) TestDll: DLL procedures
3) the host program statically loaded DLL
4) Environment: operating environment.