Skip to content

Commit

Permalink
Merge branch 'hotfix/rev0.9.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Maschina committed Nov 11, 2017
2 parents e85494d + 7ef6ddc commit 2fb151b
Show file tree
Hide file tree
Showing 13 changed files with 159 additions and 176 deletions.
128 changes: 44 additions & 84 deletions IndradriveAPI.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -99,35 +99,35 @@
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="UserDirectories.props" />
<Import Project="IndradriveAPIDefaults.props" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="UserDirectories.props" />
<Import Project="IndradriveAPIDefaults.props" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugLabview|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="UserDirectories.props" />
<Import Project="IndradriveAPIDefaults.props" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugLabview|x64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="UserDirectories.props" />
<Import Project="IndradriveAPIDefaults.props" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="UserDirectories.props" />
<Import Project="IndradriveAPIDefaults.props" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="UserDirectories.props" />
<Import Project="IndradriveAPIDefaults.props" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseLabview|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="UserDirectories.props" />
<Import Project="IndradriveAPIDefaults.props" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseLabview|x64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="UserDirectories.props" />
<Import Project="IndradriveAPIDefaults.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugLabview|Win32'">
Expand All @@ -138,11 +138,9 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseLabview|Win32'">
<TargetName>$(ProjectName)-LV</TargetName>
<TargetExt>.dll</TargetExt>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseLabview|x64'">
<TargetName>$(ProjectName)-LV</TargetName>
<TargetExt>.dll</TargetExt>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<TargetName>$(ProjectName)</TargetName>
Expand Down Expand Up @@ -170,14 +168,9 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalDependencies>%(AdditionalDependencies);ucrt.lib</AdditionalDependencies>
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
<AdditionalLibraryDirectories>lib\ftdi\x86;%(AdditionalLibraryDirectories);$(UniversalCRT_LibraryPath_x86)</AdditionalLibraryDirectories>
<AdditionalLibraryDirectories>lib\ftdi\$(Platform);%(AdditionalLibraryDirectories);$(UniversalCRT_LibraryPath_x86)</AdditionalLibraryDirectories>
</Link>
<PostBuildEvent>
<Command>mkdir $(SolutionDir)bin\x86 2&gt; NUL
copy "$(SolutionDir)$(Configuration)\$(TargetName).dll" "$(SolutionDir)bin\x86\"
copy "$(SolutionDir)lib\ftdi\x86\ftd2xx.dll" "$(SolutionDir)bin\x86\"
copy "$(SolutionDir)$(Configuration)\$(TargetName).pdb" "$(SolutionDir)bin\x86\"</Command>
</PostBuildEvent>
<PostBuildEvent />
<Xdcmake>
<OutputFile>$(ProjectDir)doc\$(TargetName).xml</OutputFile>
<SuppressStartupBanner>false</SuppressStartupBanner>
Expand All @@ -190,14 +183,18 @@ copy "$(SolutionDir)$(Configuration)\$(TargetName).pdb" "$(SolutionDir)bin\x86\"
<Message>
</Message>
</CustomBuildStep>
<PreBuildEvent>
<Command>$(ProjectDir)tools\AutoIncreaseBuildNrs.exe $(ProjectDir)version.h
REM python $(ProjectDir)tools\get-git-rev-HEAD.py $(MSBuildProjectDirectory) $(ProjectDir)version.h</Command>
</PreBuildEvent>
<PreBuildEvent />
<PreBuildEvent>
<Message>
</Message>
</PreBuildEvent>
<PostBuildEvent />
<PostBuildEvent>
<Command>mkdir $(SolutionDir)bin\$(Platform) 2&gt; NUL
copy "$(SolutionDir)build\$(Platform)\$(Configuration)\$(TargetName).dll" "$(SolutionDir)bin\$(Platform)\"
copy "$(SolutionDir)lib\ftdi\$(Platform)\ftd2xx.dll" "$(SolutionDir)bin\$(Platform)\"
copy "$(SolutionDir)$(Configuration)\$(TargetName).pdb" "$(SolutionDir)bin\$(Platform)\"</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
Expand All @@ -216,10 +213,10 @@ REM python $(ProjectDir)tools\get-git-rev-HEAD.py $(MSBuildProjectDirectory) $(P
<AdditionalLibraryDirectories>lib\ftdi\x64;%(AdditionalLibraryDirectories);$(UniversalCRT_LibraryPath_x64)</AdditionalLibraryDirectories>
</Link>
<PostBuildEvent>
<Command>mkdir $(SolutionDir)bin\x64 2&gt; NUL
copy "$(SolutionDir)$(Configuration)\$(TargetName).dll" "$(SolutionDir)bin\x64\"
copy "$(SolutionDir)lib\ftdi\x64\ftd2xx64.dll" "$(SolutionDir)bin\x64\"
copy "$(SolutionDir)$(Configuration)\$(TargetName).pdb" "$(SolutionDir)bin\x64\"</Command>
<Command>mkdir $(SolutionDir)bin\$(Platform) 2&gt; NUL
copy "$(SolutionDir)build\$(Platform)\$(Configuration)\$(TargetName).dll" "$(SolutionDir)bin\$(Platform)\"
copy "$(SolutionDir)lib\ftdi\$(Platform)\ftd2xx.dll" "$(SolutionDir)bin\$(Platform)\"
copy "$(SolutionDir)$(Configuration)\$(TargetName).pdb" "$(SolutionDir)bin\$(Platform)\"</Command>
</PostBuildEvent>
<Xdcmake>
<OutputFile>$(ProjectDir)doc\$(TargetName).xml</OutputFile>
Expand All @@ -233,10 +230,7 @@ copy "$(SolutionDir)$(Configuration)\$(TargetName).pdb" "$(SolutionDir)bin\x64\"
<Message>
</Message>
</CustomBuildStep>
<PreBuildEvent>
<Command>$(ProjectDir)tools\AutoIncreaseBuildNrs.exe $(ProjectDir)version.h
REM python $(ProjectDir)tools\get-git-rev-HEAD.py $(MSBuildProjectDirectory) $(ProjectDir)version.h</Command>
</PreBuildEvent>
<PreBuildEvent />
<PreBuildEvent>
<Message>
</Message>
Expand All @@ -256,13 +250,13 @@ REM python $(ProjectDir)tools\get-git-rev-HEAD.py $(MSBuildProjectDirectory) $(P
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalDependencies>%(AdditionalDependencies);ucrt.lib</AdditionalDependencies>
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
<AdditionalLibraryDirectories>lib\ftdi\x86;%(AdditionalLibraryDirectories);$(UniversalCRT_LibraryPath_x86)</AdditionalLibraryDirectories>
<AdditionalLibraryDirectories>lib\ftdi\$(Platform);%(AdditionalLibraryDirectories);$(UniversalCRT_LibraryPath_x86)</AdditionalLibraryDirectories>
</Link>
<PostBuildEvent>
<Command>mkdir $(SolutionDir)bin\x86 2&gt; NUL
copy "$(SolutionDir)$(Configuration)\$(TargetName).dll" "$(SolutionDir)bin\x86\"
copy "$(SolutionDir)lib\ftdi\x86\ftd2xx.dll" "$(SolutionDir)bin\x86\"
copy "$(SolutionDir)$(Configuration)\$(TargetName).pdb" "$(SolutionDir)bin\x86\"</Command>
<Command>mkdir $(SolutionDir)bin\$(Platform) 2&gt; NUL
copy "$(SolutionDir)build\$(Platform)\$(Configuration)\$(TargetName).dll" "$(SolutionDir)bin\$(Platform)\"
copy "$(SolutionDir)lib\ftdi\$(Platform)\ftd2xx.dll" "$(SolutionDir)bin\$(Platform)\"
copy "$(SolutionDir)$(Configuration)\$(TargetName).pdb" "$(SolutionDir)bin\$(Platform)\"</Command>
</PostBuildEvent>
<Xdcmake>
<OutputFile>$(ProjectDir)doc\$(TargetName).xml</OutputFile>
Expand All @@ -276,10 +270,7 @@ copy "$(SolutionDir)$(Configuration)\$(TargetName).pdb" "$(SolutionDir)bin\x86\"
<Message>
</Message>
</CustomBuildStep>
<PreBuildEvent>
<Command>$(ProjectDir)tools\AutoIncreaseBuildNrs.exe $(ProjectDir)version.h
REM python $(ProjectDir)tools\get-git-rev-HEAD.py $(MSBuildProjectDirectory) $(ProjectDir)version.h</Command>
</PreBuildEvent>
<PreBuildEvent />
<PreBuildEvent>
<Message>
</Message>
Expand All @@ -302,10 +293,10 @@ REM python $(ProjectDir)tools\get-git-rev-HEAD.py $(MSBuildProjectDirectory) $(P
<AdditionalLibraryDirectories>lib\ftdi\x64;%(AdditionalLibraryDirectories);$(UniversalCRT_LibraryPath_x64)</AdditionalLibraryDirectories>
</Link>
<PostBuildEvent>
<Command>mkdir $(SolutionDir)bin\x64 2&gt; NUL
copy "$(SolutionDir)$(Configuration)\$(TargetName).dll" "$(SolutionDir)bin\x64\"
copy "$(SolutionDir)lib\ftdi\x64\ftd2xx64.dll" "$(SolutionDir)bin\x64\"
copy "$(SolutionDir)$(Configuration)\$(TargetName).pdb" "$(SolutionDir)bin\x64\"</Command>
<Command>mkdir $(SolutionDir)bin\$(Platform) 2&gt; NUL
copy "$(SolutionDir)build\$(Platform)\$(Configuration)\$(TargetName).dll" "$(SolutionDir)bin\$(Platform)\"
copy "$(SolutionDir)lib\ftdi\$(Platform)\ftd2xx.dll" "$(SolutionDir)bin\$(Platform)\"
copy "$(SolutionDir)$(Configuration)\$(TargetName).pdb" "$(SolutionDir)bin\$(Platform)\"</Command>
</PostBuildEvent>
<Xdcmake>
<OutputFile>$(ProjectDir)doc\$(TargetName).xml</OutputFile>
Expand All @@ -319,10 +310,7 @@ copy "$(SolutionDir)$(Configuration)\$(TargetName).pdb" "$(SolutionDir)bin\x64\"
<Message>
</Message>
</CustomBuildStep>
<PreBuildEvent>
<Command>$(ProjectDir)tools\AutoIncreaseBuildNrs.exe $(ProjectDir)version.h
REM python $(ProjectDir)tools\get-git-rev-HEAD.py $(MSBuildProjectDirectory) $(ProjectDir)version.h</Command>
</PreBuildEvent>
<PreBuildEvent />
<PreBuildEvent>
<Message>
</Message>
Expand All @@ -344,21 +332,14 @@ REM python $(ProjectDir)tools\get-git-rev-HEAD.py $(MSBuildProjectDirectory) $(P
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<AdditionalDependencies>ucrt.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalLibraryDirectories>lib\ftdi\x86;%(AdditionalLibraryDirectories);$(UniversalCRT_LibraryPath_x86)</AdditionalLibraryDirectories>
<AdditionalLibraryDirectories>lib\ftdi\$(Platform);%(AdditionalLibraryDirectories);$(UniversalCRT_LibraryPath_x86)</AdditionalLibraryDirectories>
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
</Link>
<PostBuildEvent>
<Command>mkdir $(SolutionDir)bin\x86 2&gt; NUL
copy "$(SolutionDir)lib\ftdi\x86\ftd2xx.dll" "$(SolutionDir)bin\x86\"
copy "$(SolutionDir)$(Configuration)\$(TargetName).dll" "$(SolutionDir)bin\x86\"</Command>
</PostBuildEvent>
<PostBuildEvent />
<Xdcmake>
<SuppressStartupBanner>false</SuppressStartupBanner>
</Xdcmake>
<PreBuildEvent>
<Command>$(ProjectDir)tools\AutoIncreaseBuildNrs.exe $(ProjectDir)version.h
REM python $(ProjectDir)tools\get-git-rev-HEAD.py $(MSBuildProjectDirectory) $(ProjectDir)version.h</Command>
</PreBuildEvent>
<PreBuildEvent />
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
Expand All @@ -379,18 +360,11 @@ REM python $(ProjectDir)tools\get-git-rev-HEAD.py $(MSBuildProjectDirectory) $(P
<AdditionalLibraryDirectories>lib\ftdi\x64;%(AdditionalLibraryDirectories);$(UniversalCRT_LibraryPath_x64)</AdditionalLibraryDirectories>
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
</Link>
<PostBuildEvent>
<Command>mkdir $(SolutionDir)bin\x64 2&gt; NUL
copy "$(SolutionDir)lib\ftdi\x64\ftd2xx64.dll" "$(SolutionDir)bin\x64\"
copy "$(SolutionDir)$(Configuration)\$(TargetName).dll" "$(SolutionDir)bin\x64\"</Command>
</PostBuildEvent>
<PostBuildEvent />
<Xdcmake>
<SuppressStartupBanner>false</SuppressStartupBanner>
</Xdcmake>
<PreBuildEvent>
<Command>$(ProjectDir)tools\AutoIncreaseBuildNrs.exe $(ProjectDir)version.h
REM python $(ProjectDir)tools\get-git-rev-HEAD.py $(MSBuildProjectDirectory) $(ProjectDir)version.h</Command>
</PreBuildEvent>
<PreBuildEvent />
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseLabview|Win32'">
<ClCompile>
Expand All @@ -407,20 +381,13 @@ REM python $(ProjectDir)tools\get-git-rev-HEAD.py $(MSBuildProjectDirectory) $(P
<OptimizeReferences>true</OptimizeReferences>
<AdditionalDependencies>ucrt.lib;%(AdditionalDependencies)</AdditionalDependencies>
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
<AdditionalLibraryDirectories>lib\ftdi\x86;%(AdditionalLibraryDirectories);$(UniversalCRT_LibraryPath_x86)</AdditionalLibraryDirectories>
<AdditionalLibraryDirectories>lib\ftdi\$(Platform);%(AdditionalLibraryDirectories);$(UniversalCRT_LibraryPath_x86)</AdditionalLibraryDirectories>
</Link>
<PostBuildEvent>
<Command>mkdir $(SolutionDir)bin\x86 2&gt; NUL
copy "$(SolutionDir)lib\ftdi\x86\ftd2xx.dll" "$(SolutionDir)bin\x86\"
copy "$(SolutionDir)$(Configuration)\$(TargetName).dll" "$(SolutionDir)bin\x86\"</Command>
</PostBuildEvent>
<PostBuildEvent />
<Xdcmake>
<SuppressStartupBanner>false</SuppressStartupBanner>
</Xdcmake>
<PreBuildEvent>
<Command>$(ProjectDir)tools\AutoIncreaseBuildNrs.exe $(ProjectDir)version.h
REM python $(ProjectDir)tools\get-git-rev-HEAD.py $(MSBuildProjectDirectory) $(ProjectDir)version.h</Command>
</PreBuildEvent>
<PreBuildEvent />
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseLabview|x64'">
<ClCompile>
Expand All @@ -439,18 +406,11 @@ REM python $(ProjectDir)tools\get-git-rev-HEAD.py $(MSBuildProjectDirectory) $(P
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
<AdditionalLibraryDirectories>lib\ftdi\x64;%(AdditionalLibraryDirectories);$(UniversalCRT_LibraryPath_x64)</AdditionalLibraryDirectories>
</Link>
<PostBuildEvent>
<Command>mkdir $(SolutionDir)bin\x64 2&gt; NUL
copy "$(SolutionDir)lib\ftdi\x64\ftd2xx64.dll" "$(SolutionDir)bin\x64\"
copy "$(SolutionDir)$(Configuration)\$(TargetName).dll" "$(SolutionDir)bin\x64\"</Command>
</PostBuildEvent>
<PostBuildEvent />
<Xdcmake>
<SuppressStartupBanner>false</SuppressStartupBanner>
</Xdcmake>
<PreBuildEvent>
<Command>$(ProjectDir)tools\AutoIncreaseBuildNrs.exe $(ProjectDir)version.h
REM python $(ProjectDir)tools\get-git-rev-HEAD.py $(MSBuildProjectDirectory) $(ProjectDir)version.h</Command>
</PreBuildEvent>
<PreBuildEvent />
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="debug.h" />
Expand Down
28 changes: 28 additions & 0 deletions IndradriveAPIDefaults.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<OutDir>$(SolutionDir)build\$(Platform)\$(Configuration)\</OutDir>
<IntDir>$(SolutionDir)build\$(Platform)\$(Configuration)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<AdditionalIncludeDirectories>sis;serial;..\..\sis;..\..\serial;..\..;..;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<PreBuildEvent>
<Command>python $(ProjectDir)tools\increment-VER_BUILDNO.py $(MSBuildProjectDirectory) version.h
python $(ProjectDir)tools\get-git-rev-HEAD.py $(MSBuildProjectDirectory) $(ProjectDir)version.h</Command>
</PreBuildEvent>
<PostBuildEvent>
<Command>mkdir $(SolutionDir)bin\$(Platform) 2&gt; NUL
copy "$(SolutionDir)build\$(Platform)\$(Configuration)\$(TargetName).dll" "$(SolutionDir)bin\$(Platform)\"
copy "$(SolutionDir)lib\ftdi\$(Platform)\ftd2xx.dll" "$(SolutionDir)bin\$(Platform)\"</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup />
</Project>
24 changes: 10 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,30 +90,26 @@ Speed Control | Programming functions for "Speed Control" drive mode
The API is built for native programming languages such as Python or C#. However, a dedicated LabView variant can be also built, which utilizes specific memory allocation methods needed when the library is used in LabView.

1. Install Visual Studio 2017, or later (alternatively, install Visual Studio 2015 Express for Desktop)
2. Fetch the source code repository
3. If you have LabVIEW installed on your computer, paste the following code into your `UserDirectories.props` file (and adjust the cintools folder to your LabVIEW version):
2. Install Python 3.3 or higher, and make sure that python.exe is provided in the environment variables
3. Install git 1.9.5 or higher, and make sure that python.exe is provided in the environment variables
4. Fetch the source code repository
5. If you have LabVIEW installed on your computer, adjust the cintools folder to your LabVIEW version and adapt the `IndradriveAPIDefaults.props` as below:

```xml
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros" />
<PropertyGroup />
<ItemDefinitionGroup>
...
<ClCompile>
<AdditionalIncludeDirectories>C:\Program Files\National Instruments\LabVIEW 2015\cintools;sis;serial;..\..\sis;..\..\serial;..\..;..;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
...
<Link>
<AdditionalLibraryDirectories>C:\Program Files\National Instruments\LabVIEW 2015\cintools;serial;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemGroup />
</Project>
...
```
4. Open the Visual Studio solution called Indradrive.sln
5. Choose configuration "Release" or "ReleaseLabview" (for LabView specific build)
6. Build the solution using the respective solution configuration
6. Open the Visual Studio solution called Indradrive.sln
7. Choose configuration "Release" or "ReleaseLabview" (for LabView specific build)
8. Build the solution using the respective solution configuration
- "Release": Final DLLs are located in the bin/ folder
- "ReleaseLabview": Final DLLs are located in the ../ folder

Expand Down
Loading

0 comments on commit 2fb151b

Please sign in to comment.