C#

Using CANlib Visual Studio 2017 C#.NET (canlibCLSNET)

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 and AnyCPU. When this is done, you can use the same project (source...

March 9, 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...

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

Using CANlib Visual Studio 2019 C# .NET STANDARD 2.0

The Kvaser C# wrapper for CANlib has been ported to .NET Standard. In this document, I will show you how to enable CANlib in Visual Studio 2019 when creating a C# project using the .NET Standard 2.0 for both “.NET CORE” and “.NET Framework”. This document can also be used when enabling CANlib in an...

March 19, 2020 Lars-Göran Fredriksson
Click to Read

Using CANlib Visual Studio 2017 C++

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

November 20, 2018 Lars-Göran Fredriksson
Click to Read