Template:PT3 C WIN VS: Difference between revisions

From Phidgets Support
(Created page with "<div class="phd-slide-deck" data-deck="PT3_C_WIN_VS"> <div class="phd-slide-deck-header"><h3>Language - C</h3></div> <div class="phd-slides"> <div class="phd-slide"> <h2>Windo...")
 
No edit summary
 
Line 21: Line 21:
<p>First, make sure you have the following installed:</p>
<p>First, make sure you have the following installed:</p>


<p>● Phidgets Drivers for Windows (see Part 1 of this user guide)</p>
<p>● <span>[https://www.phidgets.com/docs/OS_-_Windows Phidgets Drivers for Windows]</span></p>


<p>● Microsoft Visual Studio</p>
<p>● Microsoft Visual Studio</p>

Latest revision as of 21:03, 17 December 2024

Windows with Visual Studio

Welcome to using Phidgets with C! By using C, you will have access to the complete Phidget22 API, including events.

Visual Studio is an IDE provided by Microsoft that can be used to develop code in a wide variety of programming languages, including C/C++.

Requirements

First, make sure you have the following installed:

Phidgets Drivers for Windows

● Microsoft Visual Studio

Using Phidgets in Your Programs

There are two ways you can use Phidgets in Visual Studio. You can either start from a sample project provided by our code sample generator, or you can start a new project from scratch.

Select your preferred method below for instructions:

«
»