FreeRDP Sharp - 在libfreerdp.dll中找不到功能 [英] FreeRDP Sharp - can't find functions in libfreerdp.dll

查看:490
本文介绍了FreeRDP Sharp - 在libfreerdp.dll中找不到功能的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨!找不到libfreerdp.dll,它真的适用于这个项目 - _https://github.com/FreeRDP/FreeRDP-Sharp。我找到了libfreerdp.dll,但它不包含这个项目需要的函数freerdp_context_new,freerdp_connect等。
$ b $bСan是否有人帮助我?谢谢。

Hi!Can't find libfreerdp.dll, that realy work with this project - _https://github.com/FreeRDP/FreeRDP-Sharp . I have found libfreerdp.dll, but it doesn't contains functions freerdp_context_new , freerdp_connect and etc. that's need for this project.
Сan anybody help me? Thanks.

推荐答案

唯一可以帮助你的人就是在GitHub上运行项目的人。
The only people who can help you with this are the people running the project on GitHub.


1。从Git获取FreeRdp源代码

2.在文件夹cmake中找到文件MSVCRuntime.cmake

3.替换

来自

1. Get FreeRdp sources from Git
2. Found file MSVCRuntime.cmake in folder cmake
3. replace
From
if("


{MSVC_RUNTIME} STREQUAL
set (MSVC_RUNTIME dynamic
endif()
{MSVC_RUNTIME}" STREQUAL "") set(MSVC_RUNTIME "dynamic") endif()






To

set(MSVC_RUNTIME "dynamic")



4.构建后,你将在调试文件夹中获得几个dll:

libfreerdp.dll,

libfreerdp-client.dll

libwfreerdp-client.dll

libwinpr.dll

5.将所有这些复制到调试文件夹。


4. You will get several dlls in debug folder after build:
libfreerdp.dll,
libfreerdp-client.dll
libwfreerdp-client.dll
libwinpr.dll
5. Copy all of them to debug folder.


这篇关于FreeRDP Sharp - 在libfreerdp.dll中找不到功能的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆