Community
    • Login

    MSVC compilation

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    6 Posts 2 Posters 6.5k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • AJ BaxterA
      AJ Baxter
      last edited by

      Doesn’t compile cleanly like it used to.
      Several versions haven’t compiled properly.

      1 Reply Last reply Reply Quote 0
      • jonandrJ
        jonandr
        last edited by

        Surely, as a developer, you must realize that very little can be done with a bug report like this?

        What version of VC++?
        What is the error message?

        I think VS2013 is now required.

        AJ BaxterA 1 Reply Last reply Reply Quote 0
        • AJ BaxterA
          AJ Baxter @jonandr
          last edited by

          The solution files in /PowerEditor/visual.net appear to be not VS2013.
          are they still valid?

          If you’re saying VS2013 is required, why do these older things exist?

          the 2015 solution errors:

          Error: The element <IncludePath> beneath element <Project> is unrecognized. C:\Users\xxxx\AppData\Local\Microsoft\MSBuild\v4.0\Microsoft.Cpp.Win32.user.props

          that’s not saying oh you got some include path wrong, thats saying, i don't even understand this file's format

          1 Reply Last reply Reply Quote 0
          • jonandrJ
            jonandr
            last edited by

            These are the project files:

            • notepadPlus.vcxproj - VS2013 project, used to build release binaries AFAIK, works well for me.
            • notepadPlus.vs2015.vcxproj - VS2015 project, kept up to date AFAIK, presumably available as a courtesy for users who don’t have 2013.
            • notepadPlus.vs2005.vcproj - probably outdated and should be deleted.

            That error you’re getting doesn’t make any sense, because none of the project files has the text <IncludePath> in them. The error message points to the .props file - have you taken a look at it…?

            Some things to check, off the top of my head:

            • Have you cloned the right repo?
            • Have you synced?
            • Have you made local modifications to the project files?
            • Is there anything wrong with your VS install?
            AJ BaxterA 1 Reply Last reply Reply Quote 0
            • AJ BaxterA
              AJ Baxter @jonandr
              last edited by

              • Have you cloned the right repo?

              i download the latest source file tar ball/zip.

              • Have you synced?

              i presume you mean github… not using it.

              • Have you made local modifications to the project files?

              no.
              i unpack the zip and go directly to the /PowerEditor/visual.net/ directory.

              • Is there anything wrong with your VS install?

              I doubt it, but couldn’t rule it out.
              Last year-ish, i used the vs2005 project files provided and “upgraded” them to a VS2008 IDE, those typically worked out-of-the-box for 20 npp versions.

              AJ BaxterA 1 Reply Last reply Reply Quote 0
              • AJ BaxterA
                AJ Baxter @AJ Baxter
                last edited by

                installed MSVC2015. now it compiles.

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post
                The Community of users of the Notepad++ text editor.
                Powered by NodeBB | Contributors