12-21-2018 10:53 AM
maybe because i'm using the evaluation version.
i have to install the Full Developement System
01-02-2019 01:08 AM
I think you're right.
01-02-2019 02:44 AM
Tryed with a full version but still have the same problem...
01-02-2019 02:53 AM
I didn't understand if Windows Kit has been installed during CVI installation by CVI installer itself or if it hasn't.
As I wrote, you can't manually download and install the Windows Kit from MS website and use it in CVI.
Does this help you?
01-02-2019 03:43 AM
i'm reinstalling CVI, which of this i have to chose?
01-02-2019 03:55 AM
The first one is enough.
01-02-2019 04:05 AM
nothing to do, still have the same problem.
are there any .fp or .lib to include?
01-02-2019 04:36 AM
Now we're sure the Windows Kit is installed properly.
I don't know how you are familiar with the usage of Windows Kit, but (as a general rule) every time you include a given .h file from the SDK you must add the relevant .lib to the project.
The .h contains the declarations only (i.e. data types, function prototypes, ...) but the lib contains the definitions (i.e. implementation).
To use OPC UA you need WS2_32.lib
01-02-2019 04:48 AM - edited 01-02-2019 04:48 AM
build succeded!
if you have time can you explain how to know which .lib i have to include when using a certain library?
i have used this
C:\Program Files (x86)\Windows Kits\8.1\Lib\winv6.3\um\x86\WS2_32.lib
01-02-2019 04:56 AM
Great!
I don't know if there is a quicker way but I do this:
C:\Program Files (x86)\Windows Kitsuntil you find the library. If you have more than one file, it depends on the architecure you're building for.
Please, open a different topic if you have other issues and/or questions