oxiKKK / oxware

A public open-source cheat for CS 1.6
MIT License
107 stars 16 forks source link

[bug]cant build? #32

Open HowToRuski opened 1 year ago

HowToRuski commented 1 year ago

image

I cant build it, make it x86 or x64 doesnt make any difference, any help?

daraleak commented 1 year ago

image

I cant build it, make it x86 or x64 doesnt make any difference, any help?

dev or stable build ?

HowToRuski commented 1 year ago

image I cant build it, make it x86 or x64 doesnt make any difference, any help?

dev or stable build ?

both

daraleak commented 1 year ago

image I cant build it, make it x86 or x64 doesnt make any difference, any help?

dev or stable build ?

both

if u need compiled version u can download this

daraleak commented 1 year ago

or i can give you compiled version

HowToRuski commented 1 year ago

just tell me what you did to compile it , every step. thanks

oxiKKK commented 1 year ago

You need to compile in x86, not x64.

HowToRuski commented 1 year ago

You need to compile in x86, not x64.

As i said i tried both, still a lot of errors

canedoly commented 1 year ago

"In order to build, you will need Visual Studio 2022 with C++20 support, and v143 toolset." Make sure you have both C++20 and v143 toolset

HowToRuski commented 1 year ago

image It's already there, they even come as default when installing visual studio

aberezin97 commented 6 months ago

image It's already there, they even come as default when installing visual studio

You need MSVC version 14.36 (in my case 14.36.32532)

In case if you have few minor versions, you can set exact version in vcxproj file like that

Capture