Reply to thread

So Pinvoke is because of :

[CODE]    [DllImport("StreamingServer.dll", CharSet = CharSet.Ansi)]

    private static extern int StreamSetupEx(string ipAdress, int port);[/CODE]


So the calling convention seems to no be correct :)


Top Bottom