In message <1129790457824-279604@exchange.ni.com>, JPL6 <x@no.email>
writes
>Isn't this a part of the Windows SDK, just #include <Wab.h> and
>you're done.
>
>Best place for further information is to search the Microsoft MSDN site
>for "wab":
>http://msdn.microsoft.com/library/default.asp
If it's that simple I must be missing something.
There is no problem compiling (as you would expect) but the linker fails
to find the functions. I have includes wab.h but the linker throws up
the following error;
Undefined symbol '_WABOpen@16' referenced in "trywab.c".
WAB has no lib file, so how does the linker know where to find the
functions?
WAB32.dll is normally loaded dynamically (so not statically via an import library), because it is not normally on the search path for DLLs and you need to look in the registry to find out where it is.