Giter VIP home page Giter VIP logo

Comments (3)

ufrisk avatar ufrisk commented on July 17, 2024

I cannot do much about documentation not being included; that's a Microsoft issue unfortunately.

Also; most people tend to do this inside the GUI; which handles most of the stuff in a convenient way.

If building via the command prompt you can use the "msbuild";

  1. start x64 Native Tools Command Prompt for VS 2019 in start menu to get the environment
  2. run MSBuild _path_to_memprocfs_\MemProcFS.sln /t:Rebuild /property:Configuration=Release /property:Platform=x64

I can add that you need the Windows 10 SDK in the build instructions if that would help. This should be possible to install in the Visual Studio Installer. And also the msbuild if that would make things better too?

It's very good to get feedback like this; I guess not many Windows users actually build from source; even not the ones that use my project in a C/C++ setting since they most often would just include my pre-built binaries. Those that actually build tend to be very proficient and miss things like this.

from memprocfs.

rlewkowicz avatar rlewkowicz commented on July 17, 2024

I couldn't figure out how to do it in the gui. I could do ctrl+f7 and it would spit out an .obj but I couldn't figure out how to execute that. Then you can try to cl that, but if your target in the gui isn't right you'll get errors with _getch(). I did eventually figure out you could run debug and it would work if you copied the pre compiled dlls.

I think you're right though, there's not much you can do for people that don't have domain knowledge.

from memprocfs.

ufrisk avatar ufrisk commented on July 17, 2024

did you manage to build with msbuild and visual studio command prompt I suggested?

also it should build by pressing "F7" inside visual studio; I think you may need to have at least one Win10 SDK installed from the Visual Studio Installer tho. Also you may need to have the LeechCore project from my Github placed alongside MemProcFS.

The result should end up in the "files" sub-directory.

from memprocfs.

Related Issues (20)

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.