Skip to content

Commit 95b72e9

Browse files
add new package for x64 DLL
1 parent 1dd0e9c commit 95b72e9

File tree

5 files changed

+1276
-2
lines changed

5 files changed

+1276
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ builds/StrongridDLL/*
1717
# Shared objects (inc. Windows DLLs)
1818
*.dll
1919
!StrongridDLL.dll
20+
!StrongridDLLx64.dll
2021
*.so
2122
*.so.*
2223
*.dylib

S3DK Compiler/S3DK Compiler.lvproj

+12-2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
<Item Name="C37118-DLL.lvlib" Type="Library" URL="../c37118-dll/C37118-DLL.lvlib"/>
3535
<Item Name="PMU Recorder Light.lvlib" Type="Library" URL="../PMU Recorder Light/PMU Recorder Light.lvlib"/>
3636
<Item Name="StrongridDLL.dll" Type="Document" URL="../../builds/StrongridDLL/StrongridDLL.dll"/>
37+
<Item Name="StrongridDLLx64.dll" Type="Document" URL="../../builds/StrongridDLL/StrongridDLLx64.dll"/>
38+
<Item Name="UpdateDLLx64.vi" Type="VI" URL="../UpdateDLLx64.vi"/>
3739
<Item Name="Dependencies" Type="Dependencies">
3840
<Item Name="vi.lib" Type="Folder">
3941
<Item Name="Beep.vi" Type="VI" URL="/&lt;vilib&gt;/Platform/system.llb/Beep.vi"/>
@@ -60,6 +62,7 @@
6062
<Item Name="Get Text Rect.vi" Type="VI" URL="/&lt;vilib&gt;/picture/picture.llb/Get Text Rect.vi"/>
6163
<Item Name="GetHelpDir.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/GetHelpDir.vi"/>
6264
<Item Name="GetRTHostConnectedProp.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/GetRTHostConnectedProp.vi"/>
65+
<Item Name="Is Path and Not Empty.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/file.llb/Is Path and Not Empty.vi"/>
6366
<Item Name="Longest Line Length in Pixels.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/Longest Line Length in Pixels.vi"/>
6467
<Item Name="LVBoundsTypeDef.ctl" Type="VI" URL="/&lt;vilib&gt;/Utility/miscctls.llb/LVBoundsTypeDef.ctl"/>
6568
<Item Name="LVDateTimeRec.ctl" Type="VI" URL="/&lt;vilib&gt;/Utility/miscctls.llb/LVDateTimeRec.ctl"/>
@@ -111,7 +114,7 @@
111114
<Property Name="Destination[1].destName" Type="Str">Support Directory</Property>
112115
<Property Name="Destination[1].path" Type="Path">../builds/S3DK Labview/data</Property>
113116
<Property Name="DestinationCount" Type="Int">2</Property>
114-
<Property Name="Source[0].itemID" Type="Str">{00E9488D-E32D-4F66-A602-73F7B7767650}</Property>
117+
<Property Name="Source[0].itemID" Type="Str">{EE91DA39-C972-40DC-809A-AC2C549419B9}</Property>
115118
<Property Name="Source[0].type" Type="Str">Container</Property>
116119
<Property Name="Source[1].Container.applyDestination" Type="Bool">true</Property>
117120
<Property Name="Source[1].Container.applyInclusion" Type="Bool">true</Property>
@@ -501,6 +504,13 @@
501504
<Property Name="Source[54].itemID" Type="Ref">/My Computer/PMU Recorder Light.lvlib/S3DK GUI.vi</Property>
502505
<Property Name="Source[54].sourceInclusion" Type="Str">Include</Property>
503506
<Property Name="Source[54].type" Type="Str">VI</Property>
507+
<Property Name="Source[55].destinationIndex" Type="Int">1</Property>
508+
<Property Name="Source[55].itemID" Type="Ref">/My Computer/UpdateDLLx64.vi</Property>
509+
<Property Name="Source[55].sourceInclusion" Type="Str">Include</Property>
510+
<Property Name="Source[55].type" Type="Str">VI</Property>
511+
<Property Name="Source[56].destinationIndex" Type="Int">1</Property>
512+
<Property Name="Source[56].itemID" Type="Ref">/My Computer/StrongridDLLx64.dll</Property>
513+
<Property Name="Source[56].sourceInclusion" Type="Str">Include</Property>
504514
<Property Name="Source[6].Container.applyDestination" Type="Bool">true</Property>
505515
<Property Name="Source[6].Container.applySaveSettings" Type="Bool">true</Property>
506516
<Property Name="Source[6].destinationIndex" Type="Int">0</Property>
@@ -541,7 +551,7 @@
541551
<Property Name="Source[9].properties[1].value" Type="Bool">false</Property>
542552
<Property Name="Source[9].propertiesCount" Type="Int">2</Property>
543553
<Property Name="Source[9].type" Type="Str">Container</Property>
544-
<Property Name="SourceCount" Type="Int">55</Property>
554+
<Property Name="SourceCount" Type="Int">57</Property>
545555
</Item>
546556
</Item>
547557
</Item>

S3DK Compiler/UpdateDLLx64.vi

11.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)