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

v141_xp build tools #402

Open
Adephx opened this issue Aug 10, 2022 · 3 comments
Open

v141_xp build tools #402

Adephx opened this issue Aug 10, 2022 · 3 comments

Comments

@Adephx
Copy link

Adephx commented Aug 10, 2022

Any chance of replacing this dependency. I'm using VS2022 and these tools are deprecated.

@hubert3
Copy link
Contributor

hubert3 commented May 9, 2023

Compiles fine with v143 for me on Windows 11 with Visual Studio 2022 with no code changes

Right-click on each project (mimikatz, mimilib etc.) in Solution Explorer and select properties, you can choose the Platform Tools version there

image

There's a v143 branch in my fork with this change already made

@forceedge01
Copy link

Hello @hubert3

This did start the build process, however i've got this issue afterwards:

Mimikatz-build-error

Any idea how to resolve this?

@forceedge01
Copy link

Turns out adding these lines at the top of the file have fixed (supressed) the issue

#pragma warning (push)
#pragma warning (disable : 4005)

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

3 participants