gpt4 book ai didi

c++ - 0x800706F7 - stub 在服务器 2008 上收到错误数据

转载 作者:行者123 更新时间:2023-11-30 05:48:24 28 4
gpt4 key购买 nike

最近我们将我们的应用程序从服务器 2003 移至服务器 2008(32 位),但它在调用服务器方法时抛出错误。服务器方法是用 C++ 编写的。这是代码:

客户端代码:

String[] arrNames = new String[]{}; 

System.Object []objArr = new System.Object[]
{
string, string, string, string, string, arrNames
};

// Get data for report

System.Object vntRet = QApplication.instance().DataSpace.invoke_Service
( m_oFormService, "getReportData", objArr );

服务器端代码:

getReportData(BSTR bsDocTypeId, BSTR bsReportObjectId, BSTR bsCustomerId, 
BSTR bsDeliveryTypeId, BSTR bsCountryId, SAFEARRAY ** pparrRsNames, SAFEARRAY ** pparrRs)

其中pparrRs为返回参数。

我浏览了各种帖子,但找不到任何有效的解决方案。请帮忙。

最佳答案

我已经解决了这个问题。我的服务器代码试图从其他 blob 服务器获取图像,但由于图像尺寸较大,它引发了异常。

关于c++ - 0x800706F7 - stub 在服务器 2008 上收到错误数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28206864/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com