User Activity

I am using C# to wrap the native CubeProgrammer_API.dll to call download file. I am running on x64 machine.When I compile the C# code as x86 and use the x86 version of the DLLs from the SDK, the download went fine.However if I compile the same code a...