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()
295
295
int AuthClient_Notice ()
296
296
{
297
297
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);
299
299
300
300
int nMsgLen = 0 ;
301
301
XCHAR* ptszMsgBuffer = NULL ;
@@ -385,7 +385,7 @@ int AuthClient_GetTime()
385
385
Json::Value st_JsonRoot;
386
386
Json::Value st_JsonObject;
387
387
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);
389
389
390
390
st_JsonObject[" tszUserName" ] = lpszUser;
391
391
st_JsonObject[" tszUserPass" ] = lpszPass;
Original file line number Diff line number Diff line change 30
30
<ConfigurationType >Application</ConfigurationType >
31
31
<UseDebugLibraries >true</UseDebugLibraries >
32
32
<PlatformToolset >v143</PlatformToolset >
33
- <CharacterSet >MultiByte </CharacterSet >
33
+ <CharacterSet >Unicode </CharacterSet >
34
34
</PropertyGroup >
35
35
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
36
36
<ConfigurationType >Application</ConfigurationType >
80
80
</PropertyGroup >
81
81
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
82
82
<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 >
85
85
</PropertyGroup >
86
86
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
87
87
<LinkIncremental >false</LinkIncremental >
Original file line number Diff line number Diff line change 30
30
<ConfigurationType >Application</ConfigurationType >
31
31
<UseDebugLibraries >true</UseDebugLibraries >
32
32
<PlatformToolset >v143</PlatformToolset >
33
- <CharacterSet >MultiByte </CharacterSet >
33
+ <CharacterSet >Unicode </CharacterSet >
34
34
</PropertyGroup >
35
35
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
36
36
<ConfigurationType >Application</ConfigurationType >
75
75
<LibraryPath >$(XEngine_Lib32);../../XEngine_Source/Debug;$(LibraryPath)</LibraryPath >
76
76
</PropertyGroup >
77
77
<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 >
80
80
</PropertyGroup >
81
81
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
82
82
<ClCompile >
110
110
<ClCompile >
111
111
<WarningLevel >Level3</WarningLevel >
112
112
<SDLCheck >true</SDLCheck >
113
- <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
113
+ <PreprocessorDefinitions >_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS; %(PreprocessorDefinitions)</PreprocessorDefinitions >
114
114
<ConformanceMode >true</ConformanceMode >
115
115
</ClCompile >
116
116
<Link >
Original file line number Diff line number Diff line change 74
74
<IncludePath >$(XEngine_Include);../../XEngine_Source/XEngine_Depend/XEngine_Module/jsoncpp;$(IncludePath)</IncludePath >
75
75
<LibraryPath >$(XEngine_Lib32);../../XEngine_Source/Debug;$(LibraryPath)</LibraryPath >
76
76
</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 >
77
81
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
78
82
<ClCompile >
79
83
<WarningLevel >Level3</WarningLevel >
You can’t perform that action at this time.
0 commit comments