Before programming, create a project in each development environment.
And, include header files and library files necessary to use analog input/output
functions.
In this tutorial we will create the simplest dialog-based application.
In the application not use the API-AIO(WDM) functions, but do the necessary
work before using the functions.
Applications created here can be used in subsequent tutorials.
Visual Basic .NET (.NET8 / .NET6)
Visual Basic .NET (.NET Framework)
Visual C# (.NET8 / .NET6)
Visual C# (.NET Framework)
Visual C++ (MFC)
Python