Skip to content
New issue

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

Windows 10 x64测试bug及可优化问题总结 #18

Open
xingyun86 opened this issue Dec 14, 2018 · 1 comment
Open

Windows 10 x64测试bug及可优化问题总结 #18

xingyun86 opened this issue Dec 14, 2018 · 1 comment

Comments

@xingyun86
Copy link

问题描述(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): 默认

@freeeyes
Copy link
Owner

3和4是否可以给出具体哪个文件?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants