控制台应用程序中的 TClientSocket 导致链接器错误

发布于 2024-11-30 11:36:13 字数 442 浏览 2 评论 0原文

我有一个必须制作的控制台应用程序,我想在其中使用 TClientSocket/TServerSocket

问题是,当我尝试编译它时,我收到有关 TBaseSocketTCustomSocket 类的构造函数和析构函数的链接器错误 (TClientSocket< /code> 我认为继承自那两个)。

链接器错误是这样的

[Linker error] undefined reference to ~TCustomSocket

事情是,在 VCL 表单项目中它编译得很好,所以我想我没有包含表单项目默认包含的一些库路径。

因此,如果有人可以帮助我,我将不胜感激。

预先感谢并抱歉我的英语。

I have a console application that i got to make and i would like to use TClientSocket/TServerSocket in it.

The problem is that when i am trying to compile it, i am getting a linker error regarding the constructors and the destructors of the TBaseSocket and TCustomSocket classes (TClientSocket inherits from those two i think).

The linker error is something like this

[Linker error] undefined reference to ~TCustomSocket

The thing is that in a VCL Form project it compiles just fine, so i guess i am not including some libs paths that the form projects includes by default.

So if anyone could help me i would be grateful.

Thanks in advance and sorry for my english.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

酒中人 2024-12-07 11:36:13

我在 Builder XE 中也遇​​到了同样的问题。将“inet.bpi”添加到您的“需求”列表中,它应该链接。

I had the same problem with Builder XE. Add 'inet.bpi' to your Requires list and it should link.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文