Release 100923 post installation steps

All about Sub-20 Multi Interface USB Adapter USB to I2C, SPI, GPIO, RS232, RS485, Ir, LCD

Moderator: serg

Post Reply
serg
Posts: 143
Joined: Mon Aug 31, 2009 9:17 pm

Release 100923 post installation steps

Post by serg »

Post installation steps.

For MS Visual Studio users only.

1. sub-win sample configuration fix to use the MSVS internal debugger

1.1 Go to Project Property Pages.
1.2 Select "All configurations"
1.3 Select Win32 platform
1.4 Replace $(TargetPath) with ../../output/$(Platform)/$(Configuration)/subtool.exe
1.5 Select x64 platform
1.6 Do the 1.4


2. sub-app sample configuration fix to use the MSVS internal debugger

2.1 Go to Project Property Pages.
2.2 Select "All configurations"
2.3 Select Win32 platform
2.4 Replace $(TargetPath) with ../../output/$(Platform)/$(Configuration)/sub_app.exe
2.5 Select x64 platform
2.6 Do the 2.4

3. .NET C# and VB.NET sample projects fixes.

3,1 Replace the broken reference to the sub-20 .NET with the C:\Program Files\SUB-20\bin\sub20dnc.dll
3.2 MSVS 2010 .NET v4 fix
During the project conversion choose the "Retarget the project to .NET v4"(default option).
Before building the project change a reference to the sub20 .NET v2 to the sub20 .NET v4 component,
located under C:\Program Files\SUB-20\bin\sub20dnc.v4 folder

Post Reply