rbei-etas / busmaster

BUSMASTER is an Open Source Software tool to simulate, analyze and test data bus systems such as CAN. BUSMASTER was conceptualized, designed and implemented by Robert Bosch Engineering and Business Solutions (RBEI). Presently it is a joint project of RBEI and ETAS GmbH.
http://rbei-etas.github.com/busmaster/
GNU General Public License v3.0
950 stars 501 forks source link

VCI V4 problem in last master? "Cannot open include file: 'vcinpl.h' #1282

Closed castelaoguillermo closed 2 years ago

castelaoguillermo commented 2 years ago

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: image

"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!