Breadcrumbs

Visual Studio .NET

Library Download

For details about the releases, see here.

PMLib Version

Compatible with PMC Version

Download

Changelog

117.12.02

117.22.55 or higher

PMCLIB v117.12.02.zip

pmlib 2025.11v7.22.55 (117.12.02)

117.11.01

117.20.49 or higher

PMCLIB v117.11.01.zip

pmlib 2025.08v7.20.49 (117.11.01)

117.09.01

117.17.35 or higher

PMCLIB v117.09.01.zip

pmlib 2025.02v7.17.35 (117.09.01)

117.08.04

117.17.12 or higher

PMCLIB v117.08.04.zip


Library Setup

You can use Visual Studio 2015 or above to develop C# program. This example uses Visual Studio 2015.

Step 1: Click File->New->Project

VisualStudio_1.png

Step 2: In the pop-up menu, pick a project type that can generate an executable (Windows Form, WPF, Console Application etc.) and then click on “OK”

VisualStudio_2.png

Step 3: Right click on the “References” in Solution Explorer, then click on “Add Reference”

VisualStudio_3.png

Step 4: In the popup window, click on “Browse” ribbon, then click on “Browse…” button

VisualStudio_4.png

Step 5: Pick the library file that you received, and then click on “Add” to add the library

VisualStudio_5.png

Step 6: Click on “OK”

VisualStudio_6.png

Step 7: In your code editor window, add “using PMCLIB” right after the default library inclusion statements

VisualStudio_7.png

Step 8: Declare a XBotCommands object and a SystemCommands object; now you can control the system with C# API. In the example code below, the program simply connects to PMC automatically and then activates all XBots

VisualStudio_8.png