VCI V4 problem in last master? "Cannot open include file: 'vcinpl.h'
castelaoguillermo opened this issue · 0 comments
Hello everyone!
I downloaded the latest version from master branch and I am using VCI version V4.0.1003.0 for windows 10 as V3 is not supported.
I have created the Windows enviroment variable 'IXXAT_VCI_SDK' with the path to the VCI header files "C:\Program Files\IxxatVCI\sdk\vci\inc" and i am having this error:
"C:\PROYECTO_TFM\PROYECTO_BUSMASTER\busmaster\Sources\BUSMASTER\BUSMASTER.sln" (destino predeterminado) (1) ->
"C:\PROYECTO_TFM\PROYECTO_BUSMASTER\busmaster\Sources\BUSMASTER\CAN_IXXAT_VCI\CAN_IXXAT_VCI.vcxproj.metaproj" (destino predeterminado) (39) ->
"C:\PROYECTO_TFM\PROYECTO_BUSMASTER\busmaster\Sources\BUSMASTER\CAN_IXXAT_VCI\CAN_IXXAT_VCI.vcxproj" (destino predeterminado) (40) ->
(ClCompile destino) ->
c:\proyecto_tfm\proyecto_busmaster\busmaster\sources\busmaster\can_ixxat_vci\IxxatCanChannel.h(31): fatal error C1083: Cannot open include file: 'vcinpl.h': No such file or directory [C:\PROYECTO_TFM\PROYECTO_BUSMASTER\busmaster\Sourc
es\BUSMASTER\CAN_IXXAT_VCI\CAN_IXXAT_VCI.vcxproj]
CANControllerConfigDlg.cpp(27): fatal error C1083: Cannot open include file: 'vcinpl.h': No such file or directory [C:\PROYECTO_TFM\PROYECTO_BUSMASTER\busmaster\Sources\BUSMASTER\CAN_IXXAT_VCI\CAN_IXXAT_VCI.vcxproj]
c:\proyecto_tfm\proyecto_busmaster\busmaster\sources\busmaster\can_ixxat_vci\IxxatCanChannel.h(31): fatal error C1083: Cannot open include file: 'vcinpl.h': No such file or directory [C:\PROYECTO_TFM\PROYECTO_BUSMASTER\busmaster\Sourc
es\BUSMASTER\CAN_IXXAT_VCI\CAN_IXXAT_VCI.vcxproj]
c:\proyecto_tfm\proyecto_busmaster\busmaster\sources\busmaster\can_ixxat_vci\IxxatCanChannel.h(31): fatal error C1083: Cannot open include file: 'vcinpl.h': No such file or directory [C:\PROYECTO_TFM\PROYECTO_BUSMASTER\busmaster\Sourc
es\BUSMASTER\CAN_IXXAT_VCI\CAN_IXXAT_VCI.vcxproj]
c:\proyecto_tfm\proyecto_busmaster\busmaster\sources\busmaster\can_ixxat_vci\vcinpldynl.h(20): fatal error C1083: Cannot open include file: 'vcinpl.h': No such file or directory [C:\PROYECTO_TFM\PROYECTO_BUSMASTER\busmaster\Sources\BU
SMASTER\CAN_IXXAT_VCI\CAN_IXXAT_VCI.vcxproj]
288 Advertencia(s)
5 Errores
Does anyone know if it is related to the fact that I am using VCI version 4 instead of 3? or how to solve it?
Thank you all!