在 win32 上编译 idl 文件时出现 midl 错误 2025(midl 不喜欢字符串<40>)

发布于 2024-07-17 08:36:14 字数 321 浏览 14 评论 0 原文

我使用 Linux 工具可以很好地编译 idl 文件,但是当我尝试使用 midl 进行编译时,出现错误,

error MIDL2025 : syntax error : expecting a declarator or * near "<"

该行是:

typedef string<40>      somestring;

这是非标准 idl,还是我遗漏了某些内容? midl 是否有一个开关可以允许这样做?

我希望我能早点为此设置赏金......

The idl files I have compile fine with linux tools, but when I try to compile using midl I get an error

error MIDL2025 : syntax error : expecting a declarator or * near "<"

the line is:

typedef string<40>      somestring;

Is this non-standard idl, or am I missing something? Is there a switch for midl to allow this?

I wish I could set the bounty on this sooner...

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

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

发布评论

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

评论(1

岁月苍老的讽刺 2024-07-24 08:36:14

我的错。 它是 ACE/TAO 特定的。 有一个 tao_idl.exe idl 编译器/处理器。 我将用 ACE TAO 标记这个问题

My mistake. It is ACE/TAO specific. there is a tao_idl.exe idl compiler/processor. I will tag this question with ACE TAO

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