Release 100923 post installation steps
Posted: Fri Sep 24, 2010 4:36 am
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
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