Skip to content

Commit

Permalink
v7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cquttshk committed Dec 18, 2019
1 parent 9bd6793 commit 706dbe5
Show file tree
Hide file tree
Showing 84 changed files with 487 additions and 296 deletions.
6 changes: 6 additions & 0 deletions app_sdk/app_sdk.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,15 @@ xcopy ..\nim_sdk\bin\x64_dlls\nim_sdk_cpp_wrapper_dll.* ..\bin\ /y</Command>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\nim_sdk\src\cpp_sdk\nim\nim_sdk_cpp_wrapper_dll.vcxproj">
<Project>{2a591bba-5d11-46ca-8047-b78ac06046a6}</Project>
</ProjectReference>
<ProjectReference Include="..\nim_sdk\src\cpp_sdk\nim\nim_sdk_cpp_wrapper_lib_mt.vcxproj">
<Project>{9e545944-c56c-41c0-9dfc-cd66368a15e8}</Project>
</ProjectReference>
<ProjectReference Include="..\nim_sdk\src\cpp_sdk\nim_chatroom\nim_chatroom_sdk_cpp_wrapper_dll.vcxproj">
<Project>{04c559d2-e7ea-44e1-8072-ab3b14f5dece}</Project>
</ProjectReference>
<ProjectReference Include="..\nim_sdk\src\cpp_sdk\nim_chatroom\nim_chatroom_sdk_cpp_wrapper_lib_mt.vcxproj">
<Project>{f0dc120d-3448-4d53-ae53-57aa0903db89}</Project>
</ProjectReference>
Expand Down
Binary file modified bin/image_ole.dll
Binary file not shown.
Binary file modified bin/nim.dll
Binary file not shown.
Binary file modified bin/nim_audio.dll
Binary file not shown.
Binary file modified bin/nim_audio_hook.dll
Binary file not shown.
Binary file modified bin/nim_chatroom.dll
Binary file not shown.
Binary file modified bin/nim_data_client.dll
Binary file not shown.
Binary file modified bin/nim_tools_http.dll
Binary file not shown.
Binary file modified bin/nrtc.dll
Binary file not shown.
Binary file modified bin/nrtc_audio_process.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions bin/res/web/map_marker.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
}
</script>
</head>
<body onLoad="mapInit()">
<div style="width:697px;height:550px;border:#ccc solid 1px;" id="iCenter"></div>
<body onLoad="mapInit()" >
<div style="width:%dpx;height:%dpx;border:#ccc solid 1px;" id="iCenter"></div>
</body>
</html>
Loading

0 comments on commit 706dbe5

Please sign in to comment.