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

Issue Compiling SonyAlphaUSBLoader.cpp #4

Open
ghost opened this issue Mar 24, 2021 · 1 comment
Open

Issue Compiling SonyAlphaUSBLoader.cpp #4

ghost opened this issue Mar 24, 2021 · 1 comment

Comments

@ghost
Copy link

ghost commented Mar 24, 2021

Hi,

I've tried to compile the source code like you said in your read.me but can't find a way to achieve it.
I've this error:
D:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.28.29910\bin\Hostx86\x86\SonyAlphaUSB-master\WIA Logger\min_minhook.h(851): error C3861: '__stosb': identifier not found
D:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.28.29910\bin\Hostx86\x86\SonyAlphaUSB-master\WIA Logger\min_minhook.h(1787): error C3861: '__movsb': identifier not found

Would it be possible to give me the .dll and the .exe directly please?
Thanks!

@pixeltris
Copy link
Owner

It looks like those functions are defined in intrin.h so add #include <intrin.h> after the last include in min_minhook.h.

You generally don't need the SonyAlphaUSBLoader unless you're trying to log activity of your camera. And the logging doesn't spit out to anywhere useful, so you'd need to modify WIALogger.cs based on what you want to log.

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

1 participant