| View previous topic :: View next topic |
| Author |
Message |
toralf
Joined: 31 Jan 2005 Posts: 3841 Location: Bremen, Germany
|
Posted: Sun May 15, 2005 2:57 pm Post subject: Missing ] in help file for DllCall |
|
|
In the manual a "]" is missing
| Quote: | | Result := DllCall("[DllFile]\Function" [, "Type1", Arg1, "Type2", Arg2 [, "Cdecl ReturnType"]) |
after | Quote: | | [, "Type1", Arg1, "Type2", Arg2 ] |
_________________ Ciao
toralf  |
|
| Back to top |
|
 |
toralf
Joined: 31 Jan 2005 Posts: 3841 Location: Bremen, Germany
|
Posted: Sun May 15, 2005 2:59 pm Post subject: |
|
|
And in the type table for "str" the "it" is redundant | Quote: | | However, if it the function is designed to store |
_________________ Ciao
toralf  |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10480
|
Posted: Sun May 15, 2005 5:24 pm Post subject: |
|
|
| Thanks. I removed the brackets around "Cdecl ReturnType" and fixed the other typo. |
|
| Back to top |
|
 |
|