Giter VIP home page Giter VIP logo

Comments (6)

jimmon89 avatar jimmon89 commented on September 16, 2024

the errors im getting are
error LNK1561: entry point must be defined -NMSE_Libs
error C1083: Cannot open include file: 'NMSE_Libs\Hooking.h': No such file or directory -NMSE_Core_1_0
error C1083: Cannot open include file: 'NMSE_Libs\Hooking.h': No such file or directory -NMSELauncher
error C1083: Cannot open include file: 'NMSE_Libs\Hooking.h': No such file or directory -NMSE_steam
error C1083: Cannot open include file: 'NMSE_Core_1_0\ModAPI.h': No such file or directory -TabbingFixExample

from nmsextender.

Ant2888 avatar Ant2888 commented on September 16, 2024

You have messed up the vcproj files by attempting to upgrade them. The project will open fine in VS2012 or VS2013 but will require some modification for VS2014+.

All of the projects are configured as x64 and /MTd:
Core, NoHUD, TabbingFix, and Steam are all dynamic DLL's while Libs is a static DLL and Launcher is an application.

Judging by your error it is not configured that way. I'd recommend re-downloading this GIT and trying again without upgrading (you could probably get away with upgrading to VS2013).

from nmsextender.

jimmon89 avatar jimmon89 commented on September 16, 2024

in between attempts to compile i redownloaded the files and started clean
every time i tried

from nmsextender.

jimmon89 avatar jimmon89 commented on September 16, 2024

got it,
the release configuration is not set up(properly or even at all)
when i compiled it as debug as you stated it succeeded first try
--edit--
thanks for the help, i'm a big fan of your work

from nmsextender.

Ant2888 avatar Ant2888 commented on September 16, 2024

Thanks, yea it shouldn't default to Release but everything is set to /MTd, Multi-Threaded debug so :)

from nmsextender.

jimmon89 avatar jimmon89 commented on September 16, 2024

all good, ty again :)

from nmsextender.

Related Issues (10)

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.