Page 1 of 1

IDirectPlay8Peer.Host don't work

PostPosted: August 18th, 2003, 5:55 pm
by Karabumb
I can't start Peer Host from Delphi 5 (Access Violetion in ntdll.dll). I wroute same code in c++ and all work ok. If some one know how to run Peer Host from Delphi please describe it for me. Thanks.

PostPosted: August 20th, 2003, 12:09 pm
by Kambiz
If it works using C++, probably the problem is the wrong parameter passing to the system functions. In Delphi, some Windows API headers are converted to Pascal incorrectly.