File tree Expand file tree Collapse file tree 4 files changed +13
-9
lines changed
Expand file tree Collapse file tree 4 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ int AuthClient_Login()
295295int AuthClient_Notice ()
296296{
297297 XCHAR tszURLStr[MAX_PATH] = {};
298- _xstprintf (tszURLStr, _T (" http://127.0.0.1:5302/api?function=notice&token=%lld" ), xhToken);
298+ _xstprintf (tszURLStr, _X (" http://127.0.0.1:5302/api?function=notice&token=%lld" ), xhToken);
299299
300300 int nMsgLen = 0 ;
301301 XCHAR* ptszMsgBuffer = NULL ;
@@ -385,7 +385,7 @@ int AuthClient_GetTime()
385385 Json::Value st_JsonRoot;
386386 Json::Value st_JsonObject;
387387 XCHAR tszURLStr[MAX_PATH] = {};
388- _xstprintf (tszURLStr, _T (" http://127.0.0.1:5302/api?function=time&token=%lld" ),xhToken);
388+ _xstprintf (tszURLStr, _X (" http://127.0.0.1:5302/api?function=time&token=%lld" ),xhToken);
389389
390390 st_JsonObject[" tszUserName" ] = lpszUser;
391391 st_JsonObject[" tszUserPass" ] = lpszPass;
Original file line number Diff line number Diff line change 3030 <ConfigurationType >Application</ConfigurationType >
3131 <UseDebugLibraries >true</UseDebugLibraries >
3232 <PlatformToolset >v143</PlatformToolset >
33- <CharacterSet >MultiByte </CharacterSet >
33+ <CharacterSet >Unicode </CharacterSet >
3434 </PropertyGroup >
3535 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
3636 <ConfigurationType >Application</ConfigurationType >
8080 </PropertyGroup >
8181 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
8282 <LinkIncremental >true</LinkIncremental >
83- <IncludePath >$(XEngine_Include);../../XEngine_Source/XEngine_ThirdPart /jsoncpp;$(IncludePath)</IncludePath >
84- <LibraryPath >$(XEngine_Lib64);$(LibraryPath)</LibraryPath >
83+ <IncludePath >$(XEngine_Include);../../XEngine_Source/XEngine_Depend/XEngine_Module /jsoncpp;$(IncludePath)</IncludePath >
84+ <LibraryPath >$(XEngine_Lib64);../../XEngine_Source/Debug; $(LibraryPath)</LibraryPath >
8585 </PropertyGroup >
8686 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
8787 <LinkIncremental >false</LinkIncremental >
Original file line number Diff line number Diff line change 3030 <ConfigurationType >Application</ConfigurationType >
3131 <UseDebugLibraries >true</UseDebugLibraries >
3232 <PlatformToolset >v143</PlatformToolset >
33- <CharacterSet >MultiByte </CharacterSet >
33+ <CharacterSet >Unicode </CharacterSet >
3434 </PropertyGroup >
3535 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
3636 <ConfigurationType >Application</ConfigurationType >
7575 <LibraryPath >$(XEngine_Lib32);../../XEngine_Source/Debug;$(LibraryPath)</LibraryPath >
7676 </PropertyGroup >
7777 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
78- <IncludePath >$(XEngine_Include);../../XEngine_Source/XEngine_ThirdPart /jsoncpp;$(IncludePath)</IncludePath >
79- <LibraryPath >$(XEngine_Lib64);$(LibraryPath)</LibraryPath >
78+ <IncludePath >$(XEngine_Include);../../XEngine_Source/XEngine_Depend/XEngine_Module /jsoncpp;$(IncludePath)</IncludePath >
79+ <LibraryPath >$(XEngine_Lib64);../../XEngine_Source/Debug; $(LibraryPath)</LibraryPath >
8080 </PropertyGroup >
8181 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
8282 <ClCompile >
110110 <ClCompile >
111111 <WarningLevel >Level3</WarningLevel >
112112 <SDLCheck >true</SDLCheck >
113- <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
113+ <PreprocessorDefinitions >_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS; %(PreprocessorDefinitions)</PreprocessorDefinitions >
114114 <ConformanceMode >true</ConformanceMode >
115115 </ClCompile >
116116 <Link >
Original file line number Diff line number Diff line change 7474 <IncludePath >$(XEngine_Include);../../XEngine_Source/XEngine_Depend/XEngine_Module/jsoncpp;$(IncludePath)</IncludePath >
7575 <LibraryPath >$(XEngine_Lib32);../../XEngine_Source/Debug;$(LibraryPath)</LibraryPath >
7676 </PropertyGroup >
77+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
78+ <IncludePath >$(XEngine_Include);../../XEngine_Source/XEngine_Depend/XEngine_Module/jsoncpp;$(IncludePath)</IncludePath >
79+ <LibraryPath >$(XEngine_Lib64);../../XEngine_Source/x64/Debug;$(LibraryPath)</LibraryPath >
80+ </PropertyGroup >
7781 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
7882 <ClCompile >
7983 <WarningLevel >Level3</WarningLevel >
You can’t perform that action at this time.
0 commit comments