Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

LoadLibrary vs. import library for nidmm_32.dll/lib and niscope_32.dll/lib

Does anyone have the function signatures for the exported functions in
NIDMM_32.DLL and NISCOPE_32.DLL? (in the form of a C/C++ header file) I'd
like to be able to use LoadLibrary instead of the import libraries so I can
defer the start-up penalty of using the API until my app actually needs
them.

Thanks,
Chris Lincoln
ULTRAX, Inc.
0 Kudos
Message 1 of 2
(3,270 Views)
Nevermind. I just found DELAYLOAD.


"Chris Lincoln" wrote in message
news:3988355d@newsgroups.ni.com...
> Does anyone have the function signatures for the exported functions in
> NIDMM_32.DLL and NISCOPE_32.DLL? (in the form of a C/C++ header file) I'd
> like to be able to use LoadLibrary instead of the import libraries so I
can
> defer the start-up penalty of using the API until my app actually needs
> them.
>
> Thanks,
> Chris Lincoln
> ULTRAX, Inc.
>
>
0 Kudos
Message 2 of 2
(3,270 Views)