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

相关推荐
寻寻觅觅☆20 分钟前
东华OJ-基础题-104-A == B ?(C++)
开发语言·c++
lightqjx31 分钟前
【C++】unordered系列的封装
开发语言·c++·stl·unordered系列
zh_xuan1 小时前
kotlin lazy委托异常时执行流程
开发语言·kotlin
阿猿收手吧!1 小时前
【C++】string_view:高效字符串处理指南
开发语言·c++
玄同7652 小时前
我的 Trae Skill 实践|使用 UV 工具一键搭建 Python 项目开发环境
开发语言·人工智能·python·langchain·uv·trae·vibe coding
Yorlen_Zhang2 小时前
Python Tkinter Text 控件完全指南:从基础编辑器到富文本应用
开发语言·python·c#
lxl13072 小时前
C++算法(1)双指针
开发语言·c++
不绝1912 小时前
C#进阶:预处理指令/反射,Gettype,Typeof/关键类
开发语言·c#
无小道2 小时前
Qt-qrc机制简单介绍
开发语言·qt
zhooyu2 小时前
C++和OpenGL手搓3D游戏编程(20160207进展和效果)
开发语言·c++·游戏·3d·opengl