Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatibility #25

Open
derbuchmann opened this issue Oct 5, 2019 · 2 comments
Open

Incompatibility #25

derbuchmann opened this issue Oct 5, 2019 · 2 comments

Comments

@derbuchmann
Copy link

Hi,
is it not possible to update the SDK to an actual VS Version?
It is very hard to compile the project with VS 2017 or VS 2019.
Maybe you could share the binaries of the Managed Library.
I would like to test this for a private application.

Thank You for your work
Jo A. Kim

@c0diq
Copy link
Member

c0diq commented Oct 5, 2019 via email

@derbuchmann
Copy link
Author

derbuchmann commented Oct 6, 2019

But the source code of the Managed library is in the repo though<

Of course but does not work!
for example:

Http.h:
static DeviceSignature ParseDeviceSignature(PLT_DeviceSignature signature)
{
switch (signature)
{
case PLT_DEVICE_XBOX:
return DeviceSignature::XBox;
case PLT_DEVICE_PS3:
return DeviceSignature::PS3;
case PLT_DEVICE_WMP:
return DeviceSignature::WMP;
default:
return DeviceSignature::Unknown;
}
}
but PLT_DEVICE_XBOX is not defined:

PltHttp.h:

typedef enum {
PLT_DEVICE_UNKNOWN,
PLT_DEVICE_XBOX_360,
PLT_DEVICE_XBOX_ONE,
PLT_DEVICE_PS3,
PLT_DEVICE_WMP,
PLT_DEVICE_SONOS,
PLT_DEVICE_MAC,
PLT_DEVICE_WINDOWS,
PLT_DEVICE_VLC
} PLT_DeviceSignature;

Maybe you can have a look.
Thank You!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants