S
S
shahneff2014-11-09 19:17:52
C++ / C#
shahneff, 2014-11-09 19:17:52

How and with what to compile and build Injector under Windows 8.1?

There is a small Injector application https://github.com/abma/injector
I can't understand and compile and build it under Windows 8.1 as described in the readme.
I tried to drag the code into Visual C++, but failed - I didn't have enough knowledge.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
Boris Dergachev, 2014-11-10
@froex

Try using the cmake utility , which has a handy cmake-gui GUI. The principle of operation is that the cmake utility reads information from the CMakeLists.txt file and generates the files necessary for building in a specific development environment or for a specific compiler. There is a separate option for Visual C++ - the utility itself will generate Visual Studio project files. The project can be opened and compiled from the development environment.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question