Board index » delphi » Mailslot server is Win NT and client is Win 95
Yves Hoebrechts
![]() Delphi Developer |
Mon, 16 Apr 2001 03:00:00 GMT
Mailslot server is Win NT and client is Win 95
I have a problem connecting a Win 95 client to a Win NT mailslot server.
The code I use to connect is : hToSlot := CreateFile(PChar('\\*\mailslot\ServerTest'), The server mailslot is created as follows : FHandle := CreateMailSlot(PChar('\\.\mailslot\ServerTest'), The reading at the server side is (Result = string) : SetLength(Result,FNextSize); Is this a known problem or am I doing something wrong. I am using Delphi3. Thanks, Yves |