Thread

Delphi SDK problem (Sdk)

Delphi SDK problem // Sdk

1  |  

mad kitty

Nov 7, 2001, 1:59am
Ello' I'm using this code to get the errors to display in the chat windows
but it's not working...

rc:=aw_enter(PChar(edWorld.Text));
if rc<>0 then begin
Memo1.Lines.Add(Format('aw_enter failed, reason %d
(%s)',[rc,AWErrCode(rc)]));
exit;
end;
Memo1.Lines.Add('Entered '+edWorld.Text)

that is the code I'm using to bring up the error code. It does bring up to
code but this is what it say's

aw_login failed, reason 43 (Unknown code)

instead of

aw_login failed, reason 43 (Acting password invalid)

any ideas?

canopus

Nov 7, 2001, 6:53pm
Shouldn't it be saying something about aw_enter, rather than aw_login (as
you suggest it should)?

[View Quote]

1  |  
Awportals.com is a privately held community resource website dedicated to Active Worlds.
Copyright (c) Mark Randall 2006 - 2024. All Rights Reserved.
Awportals.com   ·   ProLibraries Live   ·   Twitter   ·   LinkedIn