RtndIpch Driver Source

RtndIpch driver source is available at %public%\Public Documents\IntervalZero\MaxRT\wRTOS SDK\1.0\DriverSource\RtndIpch\. Project and solution files are provided for Visual Studio 2019.

A symbols file for the provided RTDLL is available from \IntervalZero\MaxRT\wRTOS SDK\1.0\Symbols\x64\:

Note: This symbols file is not valid if the driver is modified or rebuilt.

Building the Driver:

  1. Open the solution file RtndIpch.sln in Visual Studio 2022
  2. Select the desired Solution Configuration and Solution Platform in the IDE.
  3. Click Build > Build Solution. A successful build results in a real-time DLL (RTDLL).

Using the Driver:

See Using a Driver Built from Source