Template:PT3 CSHARP LNX MONO: Difference between revisions
From Phidgets Support
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 69: | Line 69: | ||
</p> | </p> | ||
<p>The easiest way to allow Mono to access the Phidgets .NET library is to place a copy of the Phidget22.NET dll in the same folder as your program.</p> | <p>The easiest way to allow Mono to access the Phidgets .NET library is to place a copy of the <b>Phidget22.NET dll</b> in the same folder as your program.</p> | ||
<p> | <p> | ||
Line 82: | Line 82: | ||
<p> | <p> | ||
Navigate in the zip file to /lib/dotnet/netXX where 'XX' is your .NET Framework version (for example, net46 for .NET 4.6), and grab the Phidget22.NET.dll from | Navigate in the zip file to <b>/lib/dotnet/netXX</b> where 'XX' is your .NET Framework version (for example, net46 for .NET 4.6), and grab the Phidget22.NET.dll | ||
that folder. | from that folder. | ||
</p> | </p> | ||
</div> | </div> | ||
Line 90: | Line 90: | ||
<h2>Setting up a New Project</h2> | <h2>Setting up a New Project</h2> | ||
<p>Move the Phidget22.NET.dll you extracted into the same folder as your program.</p> | <p>Move the <b>Phidget22.NET.dll</b> you extracted into the same folder as your program.</p> | ||
<p>Your project directory should now look like this:</p> | <p>Your project directory should now look like this:</p> |