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

Add VS17 configuration + ARM64 #13

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

macintoshplus
Copy link

@macintoshplus macintoshplus commented Sep 6, 2024

I have updated the project for Visual Studio 17 2022 and added the ARM64 configuration.

On ARM64 configuration, I have configured the OutDir with the same valeu from x64 and added the \bin or \lib folder.
To fix the linker warning MSB8012, I have removed the \bin or \lib folder on the output file configuration.

I have also enabled DYNAMICBASE to solve LINK : fatal error LNK1246: '/DYNAMICBASE:NO' not compatible with 'ARM64' target machine; link without '/DYNAMICBASE:NO'

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

Successfully merging this pull request may close these issues.

1 participant