Using the neoVI API in Visual C++ - neoVI API
PreviousUsing the intrepidcs API in Visual Basic - neoVI APINextUsing the neoVI API in C# - neoVI API
Last updated
Last updated
HINSTANCE hDLL;
//-----Load the DLL
if(!LoadDLLAPI(hDLL))
{
//problem, close the application
printf("Problem loading Library\r\nMake sure icsneo40.dll is installed and accessable\r\nPress any key to Exit");
}
//-----Unload the DLL
UnloadDLLAPI(hDLL);