Programming Manual
PHYTEC Messtechnik GmbH 2008 L-720e_0
85
P
ro
g
ra
m
m
in
g
M
a
n
u
a
l
6.2.4
Application of the DLL
The DLL provides communication between user programs and the
pciGrabber-4x4. The DLL configures the Grabber and controls
digitization events. In addition, the DLL allows access to the data of
digitized images stored in the main memory.
Caution:
The DLL is not linked to the user program, but invoked during
runtime. Therefore, the DLL must be available in the Windows
system directory during program runtime.
In addition to GR4CDLL.DLL the following DLLs are necessary for
operation:
•
M
SVCRT
.
DLL
•
C
TL
3
D
32.
DLL
•
M
FC
42.
DLL
Windows provides various API functions to dynamically link the
DLL.
Load Library
(…) is used to load the DLL and a handle is
subsequently
returned
for
the
DLL.
The
API
function
GetProcAddress(…)
provides starting addresses for various DLL
functions. In order to release DLLs at program end, call the function
FreeLibrary(...)
. For more information, please
refer to the
development environment’s User's Manual/Data Sheets or refer to the
enclosed SDK source.
Содержание pciGrabber4x4
Страница 1: ...A product of a PHYTEC Technology Holding company Grabber 4x4 Hardware Manual Edition January 2009...
Страница 8: ...pciGrabber 4x4 PHYTEC Messtechnik GmbH 2008 L 720e_0...
Страница 10: ...pciGrabber 4x4 2 PHYTEC Messtechnik GmbH 2008 L 720e_0...
Страница 44: ...pciGrabber 4x4 36 PHYTEC Messtechnik GmbH 2008 L 720e_0...
Страница 73: ...Programming Manual PHYTEC Messtechnik GmbH 2008 L 720e_0 65 Programming Manual Part 2 Programming Manual...
Страница 103: ...Programming Manual PHYTEC Messtechnik GmbH 2008 L 720e_0 95 Programming Manual 0 nDevNo Max_Device_Number are accepted...
Страница 128: ...pciGrabber 4x4 120 PHYTEC Messtechnik GmbH 2008 L 720e_0 Figure 49 Color Format of the pciGrabber 4x4...
Страница 159: ...Index PHYTEC Messtechnik GmbH 2008 L 720e_0 151...