Search found 1 match

by __pepsi__
2008-01-21 22:46
Forum: PcHelpWare
Topic: 1scdll implementation
Replies: 16
Views: 32598

Re: 1scdll implementation

I found that this sorts the problems with 1scdll in C#

[DllImport("1SCDLL.dll", CharSet = CharSet.Ansi, SetLastError = true)]
public static extern void Start_server(string ID, string repeater, string direct, int port, string password, bool proxy);