Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
李娜
/
SO664-HCSingleStore
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit ebbe3f07
由
LN
编写于
2020-11-05 14:02:04 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
dll提交
1 个父辈
e82d8680
隐藏空白字符变更
内嵌
并排
正在显示
10 个修改的文件
包含
10 行增加
和
10 行删除
source/HuichuanLibrary/HuichuanLibrary.csproj
source/HuichuanLibrary/ImcApi.cs
source/HuichuanLibrary/huichuan_x64/IMC_API_x64.dll
source/HuichuanLibrary/huichuan_x64/IMC_API_x64.lib
source/HuichuanLibrary/huichuan_x64/msvcr100.dll
source/HuichuanLibrary/huichuan_x64/msvcr100d.dll
source/HuichuanLibrary/huichuan_x86/IMC_API_x86.dll
source/HuichuanLibrary/huichuan_x86/IMC_API_x86.lib
source/HuichuanLibrary/huichuan_x86/msvcr100.dll
source/HuichuanLibrary/huichuan_x86/msvcr100d.dll
source/HuichuanLibrary/HuichuanLibrary.csproj
查看文件 @
ebbe3f0
...
@@ -62,22 +62,22 @@
...
@@ -62,22 +62,22 @@
<Content Include="device_config.xml">
<Content Include="device_config.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</Content>
<Content Include="huichuan
\
x64\IMC_API_x64.dll">
<Content Include="huichuan
_
x64\IMC_API_x64.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</Content>
<Content Include="huichuan
\
x64\msvcr100.dll">
<Content Include="huichuan
_
x64\msvcr100.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</Content>
<Content Include="huichuan
\
x64\msvcr100d.dll">
<Content Include="huichuan
_
x64\msvcr100d.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</Content>
<Content Include="huichuan
\
x86\IMC_API_x86.dll">
<Content Include="huichuan
_
x86\IMC_API_x86.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</Content>
<Content Include="huichuan
\
x86\msvcr100.dll">
<Content Include="huichuan
_
x86\msvcr100.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</Content>
<Content Include="huichuan
\
x86\msvcr100d.dll">
<Content Include="huichuan
_
x86\msvcr100d.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</Content>
<Content Include="system_config.xml">
<Content Include="system_config.xml">
...
@@ -85,12 +85,12 @@
...
@@ -85,12 +85,12 @@
</Content>
</Content>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<Content Include="huichuan
\
x64\IMC_API_x64.lib">
<Content Include="huichuan
_
x64\IMC_API_x64.lib">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</Content>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<Content Include="huichuan
\
x86\IMC_API_x86.lib">
<Content Include="huichuan
_
x86\IMC_API_x86.lib">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</Content>
</ItemGroup>
</ItemGroup>
...
...
source/HuichuanLibrary/ImcApi.cs
查看文件 @
ebbe3f0
...
@@ -24,9 +24,9 @@ namespace HuichuanLibrary
...
@@ -24,9 +24,9 @@ namespace HuichuanLibrary
{
{
#
region
STATIC
#
region
STATIC
#if MACHINE_X86
#if MACHINE_X86
public
const
string
EtherCATConfigApiDllName
=
@"\huichuan
\
x86\IMC_API_x86.dll"
;
public
const
string
EtherCATConfigApiDllName
=
@"\huichuan
_
x86\IMC_API_x86.dll"
;
#else
#else
public
const
string
EtherCATConfigApiDllName
=
@"\huichuan
\
x64\IMC_API_x64.dll"
;
public
const
string
EtherCATConfigApiDllName
=
@"\huichuan
_
x64\IMC_API_x64.dll"
;
#endif
#endif
#
endregion
#
endregion
...
...
source/HuichuanLibrary/huichuan_x64/IMC_API_x64.dll
0 → 100644
查看文件 @
ebbe3f0
此文件类型无法预览
source/HuichuanLibrary/huichuan_x64/IMC_API_x64.lib
0 → 100644
查看文件 @
ebbe3f0
此文件类型无法预览
source/HuichuanLibrary/huichuan_x64/msvcr100.dll
0 → 100644
查看文件 @
ebbe3f0
此文件类型无法预览
source/HuichuanLibrary/huichuan_x64/msvcr100d.dll
0 → 100644
查看文件 @
ebbe3f0
此文件类型无法预览
source/HuichuanLibrary/huichuan_x86/IMC_API_x86.dll
0 → 100644
查看文件 @
ebbe3f0
此文件类型无法预览
source/HuichuanLibrary/huichuan_x86/IMC_API_x86.lib
0 → 100644
查看文件 @
ebbe3f0
此文件类型无法预览
source/HuichuanLibrary/huichuan_x86/msvcr100.dll
0 → 100644
查看文件 @
ebbe3f0
此文件类型无法预览
source/HuichuanLibrary/huichuan_x86/msvcr100d.dll
0 → 100644
查看文件 @
ebbe3f0
此文件类型无法预览
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论