Reply to thread

Ok seems to be fixed :

The change was to :

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

to

[DllImport("StreamingServer.dll", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true, CharSet = CharSet.Ansi)]

:)


Top Bottom