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

I can't compile .dll #25

Closed
Andrii-Danylenko opened this issue Sep 26, 2020 · 4 comments
Closed

I can't compile .dll #25

Andrii-Danylenko opened this issue Sep 26, 2020 · 4 comments

Comments

@Andrii-Danylenko
Copy link

Andrii-Danylenko commented Sep 26, 2020

I have never worked with c++. Could you help me with instruction? Or newer files will be released in main repository?

@mlucap
Copy link

mlucap commented Sep 26, 2020

Download visual studio 2019. Open the .sln file. On the top change it to Release and x86, hit the build drop down and choose Build ChristWareAU, or use the shortcut Ctrl+B. Be warned that the repository is out of date for the latest release and will not work correctly. Compile #19 if you want to use radar and a few other options that currently are working with it

@domints
Copy link

domints commented Sep 26, 2020

@mlucap it just works for you? For me it's mad about not being able to resolve _D3D11CreateDeviceAndSwapChain@48 and when I show him that he needs to link in d3d11.lib it compiles, but crashes with access violation on injection.

EDIT: After resetting repo and changing it to Release it doesn't complain anymore, but still crashes.

@mlucap
Copy link

mlucap commented Sep 26, 2020

@domints which repo are you building? the base or void's fork? The base repo is out of date currently

@domints
Copy link

domints commented Sep 26, 2020

@mlucap both crash the game on injection. In the first place I tried original repo and it failed, so I started digging and noticed the changes. Then cloned void's fork but it crashes in the same way, just points at different addresses

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