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

Delphi 7 測試 issue #34

Closed
zadehalex opened this issue Dec 25, 2017 · 1 comment
Closed

Delphi 7 測試 issue #34

zadehalex opened this issue Dec 25, 2017 · 1 comment

Comments

@zadehalex
Copy link

開發環境:

Win8.0 + Delphi7:
TcpServer / Client : 可以成功編譯與執行

Win10 + Delphi7:
TcpServer: 可以成功編譯與執行
Client: 可以成功編譯,執行 connect 時 show error:
Access violation at address 61B0E876 in module 'HPSocket4C.dll'. Read of address 00000004
<-- 很奇怪!

另外: Http sample:
Win8.0 + Delphi7:
Http sample: 編譯不過 error 在
function OnRequestLine(pSender: HP_Http; ...
Request[0].name:= PChar('Content-Type');
Request[0].value:= PChar('text/html');
Request[1].name:= PChar('Connection');
Request[1].value:= PChar('Keep-Alive');

HPTypeDef.pas 原始碼:
{/*****名称:Name/Value 结构体 描述:字符串名值对结构体 **/}
TNVPair = array of array of PChar; //好像沒宣告 好像沒有宣告型態
implementation
end.

Win10 + Delphi7:
Http sample: 未測

@ldcsaa
Copy link
Owner

ldcsaa commented Dec 28, 2017

到群里提问吧
怪兽乐园②群:44636872

@ldcsaa ldcsaa closed this as completed Dec 28, 2017
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