Visual Studio

Using CANlib Visual Studio 2017 VB .NET Standard 2.0

This Dev Blog describes how to enable Kvaser’s CANlib in Visual Studio 2017 when creating a Visual Basic (VB) project (both WIN32 and WIN64 applications).

March 5, 2021 Lars-Göran Fredriksson
Click to Read

Using CANlib Visual Studio 2017 C# .NET Standard 2.0

In this document I will show you how to enable CANlib in Visual Studio 2017 when creating a C# .NET project. I will show how to create WIN32 and WIN64 applications. I will also show how to handle the platform-settings: x86, x64. When this is done, you can use the same project (source code) for...

Lars-Göran Fredriksson
Click to Read

Setting up CANlib: Event Driven

This is the last post in a 3-part series about CANlib development: Setting up CANlib in Visual Studio Basic API Calls Event Driven Applications Intro In our last video we showed how to create a console application that could configure and read messages from the CAN bus using basic API calls available in our CANlib...

September 30, 2015 Magnus Carlsson
Click to Read

Setting Up CANlib: Basic API Calls

This is the second post in a 3-part series about CANlib development: Setting up CANlib in Visual Studio Basic API Calls Event Driven Applications Intro In the last video, we established how to add the CANlib SDK resources to your own Visual Studio project. In this video we will walk through the minimum CANlib function calls for...

September 22, 2015 Magnus Carlsson
Click to Read

Setting Up CANlib for Visual Studio

This is the first post in a 3-part series about CANlib development: Setting up CANlib in Visual Studio Basic API Calls Event Driven Applications Intro Welcome to our guide on how to setup a Visual Studio C# project to use the Kvaser CANlib Software Development Kit. Before beginning please make sure that you’ve installed CANlib and...

July 8, 2015 Magnus Carlsson
Click to Read