运行时未找到 Intraweb 类

发布于 2024-12-05 12:10:07 字数 516 浏览 1 评论 0原文

我一直在 Borland C++Builder 上使用 IntraWeb 框架。有时,应用程序会由于奇怪的未捕获异常而崩溃:

An unhandled application error has occured within My IntraWeb Application. 
...
Error message raised by the application: Class TIWTimer not found 

这种情况发生在启动新会话时。例如,通过在浏览器中输入地址。 此外,该消息出现在经典的 IntraWeb 错误网页中

找不到的类是 TIWTimer 或 TIWButton,但我认为这是无关紧要的。

该问题似乎是随机发生的,有时会通过重建而消失,但有时它会通过重写代码或从新项目开始而消失。

那么问题来了,为什么在链接时没有发现链接错误呢?

既然这些类属于标准 IW 库,为什么会发生这种情况呢?

有人遇到过同样的问题吗?

怎么解决呢?

I've beenworking with the IntraWeb framework on Borland C++Builder. Sometimes it happens that an application crashes because of a strange uncaught exception:

An unhandled application error has occured within My IntraWeb Application. 
...
Error message raised by the application: Class TIWTimer not found 

This happens when a new session is started. For example, by entering the address in a browser.
Also, the message appears in the classic IntraWeb error web page

The class that cannot be found is either TIWTimer or TIWButton but I think this is irrelevant.

The problem seems to occur randomly and sometimes goes away with a rebuild, but other times it will go away by rewriting the code or starting from a new project.

So, the question is, how come the link error is not found at link-time?

Why does it occur at all, since those classes belong to the standard IW library?

Has anyone had the same issue?

How can it be solved?

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

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

发布评论

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

评论(1

心房敞 2024-12-12 12:10:07

在C++Builder XE2中使用Intraweb XII,它有很好的改进和错误修复。
在此版本中,您可以将 url 分配给表单,例如:
myhost/login.htm 或 myhost/login.aspx

有关详细信息,请参阅

Use Intraweb XII in C++Builder XE2, it has good improvement and bug fixes.
in this version you can assign urls to forms, for example:
myhost/login.htm or myhost/login.aspx

for more information see this

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