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 ==========

相关推荐
lexiangqicheng5 分钟前
JS-- for...in和for...of
开发语言·前端·javascript
我是老孙24 分钟前
windows10 php报错
开发语言·php
y1021210427 分钟前
Python训练营打卡Day42
开发语言·javascript·ecmascript
2301_8050545638 分钟前
Python训练营打卡Day46(2025.6.6)
开发语言·python
曹勖之1 小时前
撰写脚本,通过发布/joint_states话题改变机器人在Rviz中的关节角度
开发语言·python·机器人·ros2
不惑_1 小时前
用 PyQt5 打造一个可视化 JSON 数据解析工具
开发语言·qt·json
梓仁沐白1 小时前
【Kotlin】注解&反射&扩展
开发语言·python·kotlin
@老蝴1 小时前
C语言 — 编译和链接
c语言·开发语言
本郡主是喵2 小时前
并发编程 - go版
java·服务器·开发语言
努力学习的小廉2 小时前
我爱学算法之—— 前缀和(中)
开发语言·redis·算法