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
924 stars 494 forks source link

New driver implementation #958

Open roszo opened 8 years ago

roszo commented 8 years ago

Hi,

I was trying to put my own driver on Driver Selection under CAN selection but I encountered problems. According to the instruction I used DYNAMIC LINK LIBRARY : BusmasterDriverInterface where I implemented my driver and whole project compile without errors. Unfortunately when I used build.bat to build whole program I recived a lots of errors.

Should I do something else than I already done? Should I implement driver other method?

Thanks for answer,

RBEI-busmaster commented 8 years ago

Please use the latest build.bat available at 'https://github.com/rbei-etas/busmaster/tree/master/Sources' for a successful build.

nabiali1994 commented 7 years ago

Hello, It's necessary to build with VS2013 ?