Is there something I have to define to get the windows SDK function "SetDllDirectory" to be included in CVI's version of the windows SDK? (besides WINVER >= 0x500)
or is there otherwise a reason why it is not found when I include windows.h from CVI's windows SDK?
is normally declared in Winbase.h and is part of Kernel32 in a normal windows SDK distribution.
I can call other functions in the same library (LoadLibrary, FreeLibrary, etc) but there is no prototype defined for SetDllDirectory?
Greg