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

编译出现错误C2440 #6

Open
midisec opened this issue Dec 13, 2023 · 3 comments
Open

编译出现错误C2440 #6

midisec opened this issue Dec 13, 2023 · 3 comments

Comments

@midisec
Copy link

midisec commented Dec 13, 2023

1

VS2017编译WindowsShellcodeInjector项目出现错误C2440,请问有什么好的解决办法吗

@Yeuoly
Copy link
Owner

Yeuoly commented Dec 14, 2023

代码里加上这个就行,忽略掉这个错误

#pragma warning(disable: 2440)

@handbye
Copy link

handbye commented Dec 18, 2023

代码里加上这个就行,忽略掉这个错误

#pragma warning(disable: 2440)

加了还是存在这个问题,vs2017, windows10

@l0veikun
Copy link

同这个错误。

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

4 participants