httpapi:为什么 HttpSendHttpResponse 返回无效参数?
我尝试将 http.h 移植到 Delphi,但我对 HttpSendHttpResponse 的调用返回“无效的patameter”,我不确定为什么。
我现在坚持使用 HTTPAPI_V1,并在 WinXP 上进行测试。我已经发布了我用来测试的源代码: http://nldelphi.com/Forum/showthread.php?t=37904
I've tried to port http.h to Delphi, but my calls to HttpSendHttpResponse return 'invalid patameter', and I'm not sure why.
I'm sticking to HTTPAPI_V1 for now, and am testing on WinXP. I have posted source-code I use to test with here:
http://nldelphi.com/Forum/showthread.php?t=37904
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我遇到了一些问题,最明显的问题是数据类型的对齐规则。将以下内容添加到单元中以验证您的数据结构:
I had some problems with it and the obvious problem was the aligning rules for the data types. Add the following to the unit to validate your data structures: