Search:

Type: Posts; User: TheEnd

Search: Search took 0.09 seconds.

  1. Thread: From C# to Java

    by TheEnd
    Replies
    3
    Views
    1,279

    Re: From C# to Java

    Yes, this is a C# DLL that I translate it in Java, but I stuck in this lines...This is to connect to a server but I have a problem with :IAsyncResult
  2. Thread: From C# to Java

    by TheEnd
    Replies
    3
    Views
    1,279

    Re: From C# to Java

    Bump...
    The problem is this : IAsyncResult ar
  3. Thread: From C# to Java

    by TheEnd
    Replies
    3
    Views
    1,279

    From C# to Java

    I want to do theese lines in java...


    protected Socket _sck;
    protected string _host;
    protected UInt16 _port;


    public void Connect(string RemoteHostIP, UInt16...
Results 1 to 3 of 3