当前位置:网站首页>unresolved external symbol [email protected] resolvent
unresolved external symbol [email protected] resolvent
2022-07-25 00:37:00 【51CTO】
.error LNK2001: unresolved external [email protected]
VC6.0 Next error message :
error LNK2001:unresolved external symbol [email protected]
error LNK2001:unresolved external symbol [email protected]
The reason for the error : Because there is no connection socket library ws2_32.lib.
terms of settlement : about VC6.0 To be in porject/settings Of link On the page object/librarymodules Zhongtian ws2_32.lib That's all right. ;
about Dev-C++ Also in Engineering / Add a library in the connector column of the parameter page of project properties , At this time, you must find the directory of the library file , about Dev-C++ The corresponding library file of is libws2_32.a, Under software installation lib The corresponding library file can be found in the folder .
summary : All applied to WinSock2 The library is used when compiling and connecting programs of #pragmacomment(lib,"ws2_32.lib")
边栏推荐
- Grafana connection tdengine reports an error 535
- 数组中只出现一次的两个数字
- [acwing周赛复盘] 第 61 场周赛20220723
- 如何创建索引
- Several states of the process
- #648 (Div. 2)(A. Matrix Game、B. Trouble Sort、C. Rotation Matching)
- Fast development board for Godson solid state drive startup (burning system to solid state) - partition
- Install and configure php5-7 version under centos7.4
- Pain and happiness -nio programming
- [help] mindspire training based on ascend910 cannot reproduce the model effect on GPU
猜你喜欢
随机推荐
Heap and stack in embedded development
GUI basic application
Digital signal processing synthesis matlab design of dual tone multi frequency dialing system
Install software on kubernetes cluster using helm 3 package manager
Log4j configuration file
ROS机械臂 Movelt 学习笔记3 | kinect360相机(v1)相关配置
阿里 Seata 新版本终于解决了 TCC 模式的幂等、悬挂和空回滚问题
LeetCode_ 6124_ The first letter that appears twice
Moonpdflib Preview PDF usage record
Netease game Flink SQL platform practice
Daily question 1 · 1260. Two dimensional network migration · simulation
Measurement and Multisim Simulation of volt ampere characteristics of circuit components (engineering documents attached)
Promtool Check
Usage of atomicinteger (counter)
Educational events
Pain and happiness -nio programming
[acwing weekly rematch] 61st weekly 20220723
Codeworks round 651 (Div. 2) ABCD solution
This visual is not connected to the presentationsource.
Codeworks round 649 (Div. 2) ABC problem solution






![[untitled]](/img/8a/c51328240e28459e98aedcf107c0a3.png)


