LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

dll gdiplus cvi

Hello,
 
In CVI, I want to include a dll from a scanner supplier. About the dll, you can take snapshots from the scanner, but the images are generated with the "gdiplus" - library.
Is it possible to bind in the dll in cvi??
0 Kudos
Message 1 of 2
(3,032 Views)
Hello,

sure, if it is a Win32 Dll and you know about the functions´parameters
(so u need a header or documentation) you can just load it directly with "LoadLibrary"
which is a Windows SDK function, so u need the sdk installed.
Another way would be via a*.lib import Library. Then u use "LoadExternalModule"

It is all documented in the CVI Helpfile


Marco Brauner

NIG
0 Kudos
Message 2 of 2
(3,008 Views)