-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
发现2个编译的小问题哈 #19
Comments
请问一下,编译出错误,cc_feedback_adapter.obj : warning LNK4042: object specified more than once; extras ignored,导致razor.lib(sender_congestion_controller.obj) : error LNK2019: unresolved external symbol _cc_feedback_adapter_init referenced in function _sender_cc_create,怎么解决呀 |
在cc_feedback_adapter.c上空格下,再编译就好了 |
主要原因是razor.vcxproj多了 ClCompile Include="..\estimator\cc_feedback_adapter.h", 把这个去掉,问题解决彻底点。 |
请问在cc_feedback_adapter.c上空格下是什么意思,老师可以详细说明一下吗 |
cc_feedback_adaptor后加空格再加.c
ravenfhw
邮箱:[email protected]
Signature is customized by Netease Mail Master
在2020年05月01日 22:18,Alexyali 写道:
请问在cc_feedback_adapter.c上空格下是什么意思,老师可以详细说明一下吗
—You are receiving this because you commented.Reply to this email directly, view it on GitHub, or unsubscribe.
[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "#19 (comment)",
"url": "#19 (comment)",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]
|
调通项目以后,让sender和receiver通信,但是每次sender端发到frame Id=544左右的时候就会出现内存读取访问权限冲突的中断问题,显示sender变量的内存无法读取。请问有什么解决办法吗? |
The text was updated successfully, but these errors were encountered: