06-04-2010 04:29 PM
Solved! Go to Solution.
06-07-2010 05:35 PM
Try going to the Build menu and Target Settings. Then click on Add Files to Executable. Your .lib file should show up the list. Select it and press ok, and see if that gets rid of your linker errors.
-Christina
06-08-2010 11:11 AM
icu,
The problem you're having is that the Windows SDK that comes with CVI 8.5 is too old to include a definition for PIP_ADAPTER_ADDRESSES. You'll have to upgrade to the FDS version of CVI 9.0 or later in order to get a more up-to-date SDK. Once you do, simply including winsock2.h and iphlpapi.h in your program should be sufficient.
Luis
06-08-2010 12:11 PM