Sample Project Description
7.1.1 LZNV SDK DLL Tester Sample Projects Content
7.1.1 LZNV SDK DLL Tester Sample Project Description
LZNV SDK DLL Tester sample project is a command line VC++ 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:
7.2 LZNV DLL Tester Sample Project files
7.3 Listing for LZNV DLL Tester.cpp