lua 编译网路核心

下载

Severity Code Description Project File Line Suppression State Details

Error LNK1104 cannot open file 'lua53.lib' mime D:\MyWork\lua\luasocket-master\luasocket-master\LINK 1

2> Creating library Release\socket\core.lib and object Release\socket\core.exp

1>mime.vcxproj -> D:\MyWork\lua\luasocket-master\luasocket-master\Release\mime\core.dll

2>socket.vcxproj -> D:\MyWork\lua\luasocket-master\luasocket-master\Release\socket\core.dll

2>D:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppBuild.targets(2563,5): warning : Remote deployment might be slow/inefficient. The process cannot access the file 'D:\MyWork\lua\luasocket-master\luasocket-master\Release\core.dll.recipe' because it is being used by another process.

2>Done building project "socket.vcxproj".

1>Done building project "mime.vcxproj".

========== Build: 2 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

========== Build completed at 0:57 and took 04.644 seconds ==========

相关推荐
iCxhust2 小时前
c# U盘映像生成工具
开发语言·单片机·c#
yangzhi_emo3 小时前
ES6笔记2
开发语言·前端·javascript
emplace_back3 小时前
C# 集合表达式和展开运算符 (..) 详解
开发语言·windows·c#
jz_ddk4 小时前
[学习] C语言数学库函数背后的故事:`double erf(double x)`
c语言·开发语言·学习
萧曵 丶4 小时前
Rust 所有权系统:深入浅出指南
开发语言·后端·rust
xiaolang_8616_wjl4 小时前
c++文字游戏_闯关打怪2.0(开源)
开发语言·c++·开源
收破烂的小熊猫~4 小时前
《Java修仙传:从凡胎到码帝》第四章:设计模式破万法
java·开发语言·设计模式
nananaij4 小时前
【Python进阶篇 面向对象程序设计(3) 继承】
开发语言·python·神经网络·pycharm
阿蒙Amon5 小时前
为什么 12 版仍封神?《C# 高级编程》:从.NET 5 到实战架构,进阶者绕不开的必修课
开发语言·c#