Code Monkey home page Code Monkey logo

Comments (4)

jx432 avatar jx432 commented on June 9, 2024

I am just trying to make a basic overlay but compiling the source code is a pain. Can you please compile v1.1.0 and send me the dll?

from indicium-supra.

nefarius avatar nefarius commented on June 9, 2024

The project isn't "a 100% bugged", it compiles fine on two of my machines and the AppVeyor CI environment so I'd make the bold claim that the issue is at your end.

The library has been tested in multiple scenarios, mainly including Windows 10.

The project doesn't use boost so IDK why you thought you need it.

There's even a link in the README to built binaries, not that hard to spot. Therefore; no, I won't build it for you. Fix your environment and tone down the blaming and bitching a bit, thank you.

from indicium-supra.

nefarius avatar nefarius commented on June 9, 2024

And why in the world are you building v1.1? That tag is over two years old, build the master/HEAD.

from indicium-supra.

jx432 avatar jx432 commented on June 9, 2024

I am trying to build v1.1 because I can't get the newest version to compile. Here are the steps I took to compile the newest version from master. I am new to developing overlays in C/C++ so forgive me if I did something wrong.

  1. I opened NuGet Package Manager and installed nefarius.poco-basic-windows-v150
  2. I compiled MinHooks source code
  3. I put MinHook.h in C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.14.26428\include
  4. I went to Configuration Properties -> Linker -> Input and added libMinHook.x86.lib and MinHook.x86.lib as an additional dependency.

I am getting this error:
Error LNK2019 unresolved external symbol _MH_Initialize@0 referenced in function "void __cdecl IndiciumMainThread(void *)" (?IndiciumMainThread@@YAXPAX@Z) Indicium-Supra C:\Users\mille\Desktop\Indicium-Supra-master\src\Indicium-Supra\Game.obj 1

Shouldn't that error vanish when I add libMinHook.x86.lib and MinHook.x86.lib as an additional dependency? I can get rid of that error by installing MinHook's Nuget package but then the compiler throws a different error. " The object or library file libMinHook.lib was created with an older compiler than other objects, rebuild old objects and libraries." I already tried to rebuild old objects and libraries and I'm still getting the error. What am I doing wrong?

EDIT: Nvm I finally got it to compile without errors. I had to reinstall Visual Studio 2017.
I was not trying to blame you, nefarius. I meant that the project was bugged for me only.

from indicium-supra.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.