Autor Beitrag
Albanac
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 37



BeitragVerfasst: Do 03.10.02 15:29 
Ich will nix anderes als einen Serverdienst stellen.
ausblenden Quelltext
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
procedure TForm1.Button1Click(Sender: TObject);
begin
ss_com.Open;
end;

//oder

procedure TForm1.Button2Click(Sender: TObject);
begin
ss_com.Active := True;
end;


Wenn einer der Knöpfe gedrücckt wird bekomme ich API Sync Lookup Fehler 11004. Warum? Was bedeutet dieser Fehler? Hab schon Firewall abgeschaltet und anderes unsinniges Zeug probiert aber nix geht.
Danke.
DeCodeGuru
ontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic starofftopic star
Beiträge: 1333
Erhaltene Danke: 1

Arch Linux
Eclipse
BeitragVerfasst: Do 03.10.02 16:59 
was für einen port verwendest du?

_________________
Viele Grüße
Jakob
Albanac Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 37



BeitragVerfasst: Do 03.10.02 17:03 
61232
habs aber auch mit
5112
probiert

kanns sein das es daran liegt das ich noch keine prozeduren für OnClient* gesetzt habe?
Albanac Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 37



BeitragVerfasst: Do 03.10.02 17:05 
Argh :oops:

ich hab die eigenschaft 'Service' gesetzt...