Commit 5bbaed59 by wuyang.zou

fix Last Commit improvement and change Version

no other Business logic Change
parent f89a1bb2
#v4.0:v100:false
Release|Win32|D:\FM\sbkClient\|
生成启动时间为 2018/3/30 15:36:55。
1>项目“D:\FM\sbkClient\TestFMclient\TestFMclient.vcxproj”在节点 2 上(build 个目标)。
1>InitializeBuildStatus:
正在对“Release\TestFMclient.unsuccessfulbuild”执行 Touch 任务。
ClCompile:
d:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /Zi /nologo /W3 /WX- /O2 /Oi /Oy- /GL /D WIN32 /D NDEBUG /D _CONSOLE /D _UNICODE /D UNICODE /Gm- /EHsc /MD /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Release\\" /Fd"Release\vc100.pdb" /Gd /TC /analyze- /errorReport:prompt main.c
main.c
Link:
d:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\link.exe /ERRORREPORT:PROMPT /OUT:"D:\FM\sbkClient\Release\TestFMclient.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /ManifestFile:"Release\TestFMclient.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"D:\FM\sbkClient\Release\TestFMclient.pdb" /SUBSYSTEM:CONSOLE /OPT:REF /OPT:ICF /LTCG /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:\FM\sbkClient\Release\TestFMclient.lib" /MACHINE:X86 Release\main.obj
1>main.obj : error LNK2001: 无法解析的外部符号 __imp__GetValue
1>D:\FM\sbkClient\Release\TestFMclient.exe : fatal error LNK1120: 1 个无法解析的外部命令
1>已完成生成项目“D:\FM\sbkClient\TestFMclient\TestFMclient.vcxproj”(build 个目标)的操作 - 失败。
生成失败。
已用时间 00:00:00.50
...@@ -20,14 +20,14 @@ ...@@ -20,14 +20,14 @@
<ConfigurationType>Application</ConfigurationType> <ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries> <UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>Unicode</CharacterSet> <CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v140</PlatformToolset> <PlatformToolset>v100</PlatformToolset>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType> <ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries> <UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization> <WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet> <CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v140</PlatformToolset> <PlatformToolset>v100</PlatformToolset>
</PropertyGroup> </PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings"> <ImportGroup Label="ExtensionSettings">
......
...@@ -32,26 +32,7 @@ int main() ...@@ -32,26 +32,7 @@ int main()
printf("%s\r\n", _outJson); printf("%s\r\n", _outJson);
//Sleep(10000); while(1) {
//GetValue(_inJson, _outJson);
//printf("%s", _outJson);
//Sleep(10000);
//GetValue(_inJson, _outJson);
//printf("%s", _outJson);
//Sleep(10000);
//GetValue(_inJson, _outJson);
//printf("%s", _outJson);
while(1)
{
GetValue(_inJson, _outJson); GetValue(_inJson, _outJson);
printf("%s\r\n", _outJson); printf("%s\r\n", _outJson);
//Sleep(2000); //Sleep(2000);
...@@ -59,29 +40,4 @@ int main() ...@@ -59,29 +40,4 @@ int main()
system("pause"); system("pause");
return 0; return 0;
} }
\ No newline at end of file
//using System;
//using System.Runtime.InteropServices;
//using System.Text;
//
//namespace CSharpCallCDll
//{
// class Program
// {
// static void Main(string[] args)
// {
// var inData = new StringBuilder("aaa");
// var outData = new StringBuilder("bbb", 4096);
//
// var result = GetValue(inData, outData);
// Console.WriteLine(result);
// Console.ReadLine();
// }
//
// [DllImport("FreemudWrapper.dll")]
// public extern static int GetValue(StringBuilder indata, StringBuilder outdata);
//
// }
//}
\ No newline at end of file
No preview for this file type
No preview for this file type
No preview for this file type
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
//EC-1446 //EC-1446
#define EC_DES3_KEY "DDDDEEEE45LPODDCXZZLKDDO" #define EC_DES3_KEY "DDDDEEEE45LPODDCXZZLKDDO"
#define DLL_VERSION "1.20.11.3" #define DLL_VERSION "2.20.11.3"
#define CRET_FILE_NAME "client.p12" #define CRET_FILE_NAME "client.p12"
#define JSON_KEY_ONLY "partnerOrderId" #define JSON_KEY_ONLY "partnerOrderId"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment