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
生成启动时间为 2020/11/2 17:42:19。
1>项目“E:\zouwuyang\StarBucks\UPP-Client-Project\fmclient-CCO-1438\sbkclient\ZH_Client\ZH_Client.vcxproj”在节点 2 上(rebuild 个目标)。
1>InitializeBuildStatus:
正在创建“Release\fmclient.unsuccessfulbuild”,因为已指定“AlwaysCreate”。
ClCompile:
D:\VS2010\VC\bin\CL.exe /c /I"D:\Program Files (x86)\Visual Leak Detector\include" /Zi /nologo /W3 /WX- /O2 /Oi /Oy- /GL /D WIN32 /D NDEBUG /D _CONSOLE /D _WINDLL /D _MBCS /Gm- /EHsc /MD /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Release\\" /Fd"Release\vc100.pdb" /Gd /TP /analyze- /errorReport:prompt main.cpp sbk_client.cpp
main.cpp
sbk_client.cpp
1>e:\zouwuyang\starbucks\upp-client-project\fmclient-cco-1438\sbkclient\zh_client\fmlog.h(19): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\VS2010\VC\include\time.inl(112) : 参见“localtime”的声明
1>e:\zouwuyang\starbucks\upp-client-project\fmclient-cco-1438\sbkclient\zh_client\fmlog.h(25): warning C4996: 'mkdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _mkdir. See online help for details.
D:\VS2010\VC\include\direct.h(124) : 参见“mkdir”的声明
1>e:\zouwuyang\starbucks\upp-client-project\fmclient-cco-1438\sbkclient\zh_client\fmlog.h(52): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\VS2010\VC\include\time.inl(112) : 参见“localtime”的声明
1>e:\zouwuyang\starbucks\upp-client-project\fmclient-cco-1438\sbkclient\zh_client\dataprocess.h(367): warning C4018: “>”: 有符号/无符号不匹配
1>e:\zouwuyang\starbucks\upp-client-project\fmclient-cco-1438\sbkclient\zh_client\dataprocess.h(370): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\VS2010\VC\include\string.h(105) : 参见“strcpy”的声明
1>e:\zouwuyang\starbucks\upp-client-project\fmclient-cco-1438\sbkclient\zh_client\dataprocess.h(457): warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
D:\VS2010\VC\include\stdlib.h(867) : 参见“itoa”的声明
1>e:\zouwuyang\starbucks\upp-client-project\fmclient-cco-1438\sbkclient\zh_client\fmtool.h(55): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\VS2010\VC\include\stdio.h(371) : 参见“sprintf”的声明
1>e:\zouwuyang\starbucks\upp-client-project\fmclient-cco-1438\sbkclient\zh_client\fmtool.h(72): warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
D:\VS2010\VC\include\stdlib.h(867) : 参见“itoa”的声明
1>e:\zouwuyang\starbucks\upp-client-project\fmclient-cco-1438\sbkclient\zh_client\fmtool.h(79): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\VS2010\VC\include\string.h(105) : 参见“strcpy”的声明
1>e:\zouwuyang\starbucks\upp-client-project\fmclient-cco-1438\sbkclient\zh_client\fmtool.h(131): warning C4018: “<”: 有符号/无符号不匹配
1>e:\zouwuyang\starbucks\upp-client-project\fmclient-cco-1438\sbkclient\zh_client\fmtool.h(191): warning C4018: “<”: 有符号/无符号不匹配
1>e:\zouwuyang\starbucks\upp-client-project\fmclient-cco-1438\sbkclient\zh_client\fmtool.h(242): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\VS2010\VC\include\string.h(105) : 参见“strcpy”的声明
1>sbk_client.cpp(98): warning C4244: “初始化”: 从“std::streamoff”转换到“int”,可能丢失数据
1>sbk_client.cpp(180): warning C4244: “初始化”: 从“std::streamoff”转换到“int”,可能丢失数据
1>sbk_client.cpp(391): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\VS2010\VC\include\time.inl(112) : 参见“localtime”的声明
1>sbk_client.cpp(571): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\VS2010\VC\include\string.h(105) : 参见“strcpy”的声明
1>sbk_client.cpp(579): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\VS2010\VC\include\string.h(105) : 参见“strcpy”的声明
1>sbk_client.cpp(596): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\VS2010\VC\include\string.h(105) : 参见“strcpy”的声明
1>sbk_client.cpp(605): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\VS2010\VC\include\string.h(105) : 参见“strcpy”的声明
1>sbk_client.cpp(622): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\VS2010\VC\include\string.h(105) : 参见“strcpy”的声明
1>sbk_client.cpp(631): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\VS2010\VC\include\string.h(105) : 参见“strcpy”的声明
1>sbk_client.cpp(635): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\VS2010\VC\include\string.h(105) : 参见“strcpy”的声明
1>sbk_client.cpp(642): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\VS2010\VC\include\string.h(105) : 参见“strcpy”的声明
1>sbk_client.cpp(678): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\VS2010\VC\include\string.h(105) : 参见“strcpy”的声明
1>sbk_client.cpp(684): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\VS2010\VC\include\string.h(105) : 参见“strcpy”的声明
1>sbk_client.cpp(694): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\VS2010\VC\include\string.h(105) : 参见“strcpy”的声明
1>sbk_client.cpp(696): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\VS2010\VC\include\string.h(105) : 参见“strcpy”的声明
1>sbk_client.cpp(827): warning C4018: “<”: 有符号/无符号不匹配
ResourceCompile:
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\rc.exe /l"0x0409" /nologo /fo"Release\fmclient.res" fmclient.rc
Link:
D:\VS2010\VC\bin\link.exe /ERRORREPORT:PROMPT /OUT:"E:\zouwuyang\StarBucks\UPP-Client-Project\fmclient-CCO-1438\sbkclient\Release\fmclient.dll" /INCREMENTAL:NO /NOLOGO /LIBPATH:"D:\Program Files (x86)\Visual Leak Detector\lib\Win32" libeay32.lib ssleay32.lib gtestd.lib sqlite3.lib 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\fmclient.dll.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"E:\zouwuyang\StarBucks\UPP-Client-Project\fmclient-CCO-1438\sbkclient\Release\fmclient.pdb" /SUBSYSTEM:CONSOLE /OPT:REF /OPT:ICF /LTCG /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"E:\zouwuyang\StarBucks\UPP-Client-Project\fmclient-CCO-1438\sbkclient\Release\fmclient.lib" /MACHINE:X86 /DLL Release\fmclient.res
Release\main.obj
Release\sbk_client.obj
正在创建库 E:\zouwuyang\StarBucks\UPP-Client-Project\fmclient-CCO-1438\sbkclient\Release\fmclient.lib 和对象 E:\zouwuyang\StarBucks\UPP-Client-Project\fmclient-CCO-1438\sbkclient\Release\fmclient.exp
正在生成代码
已完成代码的生成
ZH_Client.vcxproj -> E:\zouwuyang\StarBucks\UPP-Client-Project\fmclient-CCO-1438\sbkclient\Release\fmclient.dll
Manifest:
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\mt.exe /nologo /verbose /outputresource:"E:\zouwuyang\StarBucks\UPP-Client-Project\fmclient-CCO-1438\sbkclient\Release\fmclient.dll;#2" /manifest Release\fmclient.dll.intermediate.manifest
FinalizeBuildStatus:
正在删除文件“Release\fmclient.unsuccessfulbuild”。
正在对“Release\fmclient.lastbuildstate”执行 Touch 任务。
1>已完成生成项目“E:\zouwuyang\StarBucks\UPP-Client-Project\fmclient-CCO-1438\sbkclient\ZH_Client\ZH_Client.vcxproj”(rebuild 个目标)的操作。
生成成功。
已用时间 00:00:03.52
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