Renamed C++ example visual studio project
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
printf("waiting for libzt to come online...\n");
|
printf("waiting for libzt to come online...\n");
|
||||||
zts_startjoin("dlldir", "17d709436c2c5367");
|
zts_startjoin("config_path", "17d709436c2c5367");
|
||||||
printf("started. now performing a socket call\n");
|
printf("started. now performing a socket call\n");
|
||||||
int fd = zts_socket(AF_INET, SOCK_STREAM, 0);
|
int fd = zts_socket(AF_INET, SOCK_STREAM, 0);
|
||||||
printf("fd=%d\n", fd);
|
printf("fd=%d\n", fd);
|
||||||
@@ -154,6 +154,9 @@
|
|||||||
<ClCompile Include="libztHelloWorld.cpp" />
|
<ClCompile Include="libztHelloWorld.cpp" />
|
||||||
<ClCompile Include="stdafx.cpp" />
|
<ClCompile Include="stdafx.cpp" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="..\..\..\..\build\mingw32_nt-6.2\libzt.dll" />
|
||||||
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Library Include="..\..\..\..\build\mingw32_nt-6.2\libzt.lib" />
|
<Library Include="..\..\..\..\build\mingw32_nt-6.2\libzt.lib" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
@@ -36,6 +36,9 @@
|
|||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="..\..\..\..\build\mingw32_nt-6.2\libzt.dll" />
|
||||||
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Library Include="..\..\..\..\build\mingw32_nt-6.2\libzt.lib" />
|
<Library Include="..\..\..\..\build\mingw32_nt-6.2\libzt.lib" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
Reference in New Issue
Block a user