We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.SendData参数:要用const char *变量,因为是const char * &参数类型,不可用->GetData(); 2.PostMessage:使用同上 3._findfirst _findnext c级别的遍历目录,在64位下可能会出现崩溃,尤其是工程编码如果是UNICODE必出 4.dll导出接口不可以用 stl,容易导致崩溃(debug)。最好修改为:Alloc Free这种类型的接口
Windows 10 x64
6.5.3
The text was updated successfully, but these errors were encountered:
3和4是否可以给出具体哪个文件?
Sorry, something went wrong.
No branches or pull requests
问题描述(question)
1.SendData参数:要用const char *变量,因为是const char * &参数类型,不可用->GetData();
2.PostMessage:使用同上
3._findfirst _findnext c级别的遍历目录,在64位下可能会出现崩溃,尤其是工程编码如果是UNICODE必出
4.dll导出接口不可以用 stl,容易导致崩溃(debug)。最好修改为:Alloc Free这种类型的接口
操作系统环境(OS Environment):
Windows 10 x64
ACE版本环境(ACE Version):
6.5.3
PSS配置文件信息(PSS configure XML file content): 默认
逻辑过程描述(Logic plugin describe): 默认
问题描述(Question describe):默认
堆栈信息(Stack information): 默认
期待结果(Expected results): 默认
The text was updated successfully, but these errors were encountered: