I am writing a Visual C++ application and need to use some of the enumerated types. I know they exist because they are in the measurement studio manual, but I can't figure out what I need to include to use them.
The enumerated types I'm talking about are some of the following:
cwimaqInterpolateZeroOrder
cwimaqPaletteBinary
I've included imaq.lib and nivision.lib, but the compiler still can't find them. Thanks in advance.