Search found 1 match

by rig
2006-05-08 10:48
Forum: Feature requests
Topic: SC on dll
Replies: 3
Views: 8296

SC on dll

I'm new to this, and I'd like to implement SC within my delphi app. I was wondering if SC might be compiled as a dll in order to

use it inside every app.

That's my idea:
Server side - "client EXE": a call to an internal dll function like connect(ip, port, repID, <info string>)
Client side ...