I have no clue how to do COM or what your ITransaction is, but it seems to me like your scope contains two ITransaction types. Can you be more explicit in your function prototype? Can you scope the ITransaction you want to use? Say "::ITransaction" (to use global namespace) or "some_other_namespace::ITransaction"?
发布评论
评论(2)
我不知道如何执行 COM 或您的 ITransaction 是什么,但在我看来,您的范围包含两种 ITransaction 类型。 你的函数原型能更明确一些吗? 您可以确定要使用的 ITransaction 的范围吗? 说“::ITransaction”(使用全局命名空间)或“some_other_namespace::ITransaction”?
I have no clue how to do COM or what your ITransaction is, but it seems to me like your scope contains two ITransaction types. Can you be more explicit in your function prototype? Can you scope the ITransaction you want to use? Say "::ITransaction" (to use global namespace) or "some_other_namespace::ITransaction"?
好吧,我们需要以某种方式结束这个问题。 使用最新补丁更新 Turbo C++ Explorer 后,问题就消失了。
感谢一路上提出建议的所有人。
Okay, we need to close this question somehow. After updating Turbo C++ Explorer with the latest patches the problem went away.
Thanks to all who offered suggestions along the way.