Sample Project Description
7.2.1 LZNV SDK DLL Tester Sample Projects Content
7.2.1 LZNV SDK DLL Tester Sample Project Description
LZNV SDK MFC Application Tester sample project is a dialog based VC++ MFC project that is designed to demonstrate how to:
- Load the LZNV SDK DLL and allocate resources
- uses Win32 function call LoadLibrary
- Import the LZNV DLL export functions
- uses using Win32 function call GetProcAddress
- Fill in the command structure to:
- Interpret the return result
- it turn an integer result into an explanatory wide char string
- Unload the LZNV DLL to free resources
- uses FreeLibrary. see more here
You can find more details here:
8.2.2 LZNV DLL Tester Sample Project files
8.2.3 Listing for LZNV_SDK_MFCAppClientDlg.cpp