vxcall/Dainsleif

Building the DLL file with the SLN

Closed this issue · 17 comments

image
I open the sln and build then this happens

image
I open the sln and build then this happens

Just run as administrator

What do you mean run as administrator?
I'm trying to build the SLN in visual studio and those errors

What should I do?

What should I do?

Close Visual studio ,Right click on Visual studio , left click on Run as Administrator

Doesn't work

Doesn't work

It must ! But you can put whole project folder on another path other than your windows drive .. the error simply says Visual studio doesn't have permissions to access that path

I can spot weird part in your image.
It says PC/Desktop/HACK4CSGO.

However, HACK4CSGO is the previous name of this project and every folder should've changed their name to 'Dainsleif'.

Is it actually the latest version of this project?
make sure you follow the guide

@hentaidono Don't worry I will take this over. But I appreciate your effort

@hentaidono Don't worry I will take this over. But I appreciate your effort

<3

Yeah, sorry I had a old version and didn't realize is there a SLN file here?

Is there a way to build it in visual studio? Or do I have to use CMAKE

I dont recommend you use zip from Release.

If you have Visual Studio, you can find Developer command prompt in your computer. You can freely use cmake command in it. Execute every command in the guide, and once you've done cmake --build . you will see Dainsleif.dll in your Dainsleif/build/Debug folder. In that case you dont even need .sln and Visual Studio any more. Just inject the generated dll to CSGO.
image

where do i locate the sln? or how do i make it

im stuck too.
even when creating a new project out of the existing code it wont build because the c++ version does not match and has to be set manually but i dont know where

This project is written in C++ 17.
StackOverflow

This project is written in C++ 17.
StackOverflow

Aye, will test this asap