Modify ↓
Opened on May 16, 2008 at 6:08:04 PM
Closed on Jun 2, 2008 at 3:19:05 PM
#291 closed Bug (No Bug)
TCPRecv() example in help file incorrect
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.2.10.0 | Severity: | None |
| Keywords: | Cc: |
Description
Line:
Local $aRet = DLLCall("Ws2_32.dll","int","getpeername","int",$SHOCKET, _
"ptr",DLLStructGetPtr($sockaddr),"int_ptr",DLLStructGetSize($sockaddr))
Gets an error and should be changed to
Local $aRet = DLLCall("Ws2_32.dll","int","getpeername","int",$SHOCKET, _
"ptr",DLLStructGetPtr($sockaddr),"int",DLLStructGetSize($sockaddr))
"int" instead of "int_ptr"
Attachments (0)
Change History (1)
comment:1 by , on Jun 2, 2008 at 3:19:05 PM
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

no error under 3.2.12.0