Community
    • Login

    XMLTools 2.4.9.2 64-bit not compatible with Notepad++ 7.5.9 64-bit

    Scheduled Pinned Locked Moved Notepad++ & Plugin Development
    2 Posts 2 Posters 5.0k 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.
    • Brian SchepersB
      Brian Schepers
      last edited by

      After following instructions for XML Tools 2.4.9.2 x64, I get a message that the plug-in is not compatible with this version.

      Notepad++ v7.5.9 (64-bit)
      Build time : Oct 14 2018 - 15:19:55
      Path : C:\Program Files\Notepad++\notepad++.exe
      Admin mode : ON
      Local Conf mode : OFF
      OS : Windows 7 (64-bit)
      Plugins : DSpellCheck.dll mimeTools.dll NppConverter.dll

      Is there a way to correct this issue?

      1 Reply Last reply Reply Quote 0
      • chcgC
        chcg
        last edited by

        Maybe you what to use https://github.com/bruderstein/nppPluginManager/releases/tag/v1.4.12 for automatic installation. For me it is working. Otherwise you could check https://github.com/bruderstein/npp-plugins-x64/blob/master/plugins/plugins64.xml#L1228 how it is installed and redo the steps manually.

        		<download>https://sourceforge.net/projects/npp-plugins/files/XML%20Tools/Xml%20Tools%202.4.9%20Unicode/Xml%20Tools%202.4.9.2%20x64%20Unicode.zip/download</download>
        			<copy from="dependencies\libiconv-2.dll" to="$NPPDIR$\" validate="true"/>
        			<copy from="dependencies\libwinpthread-1.dll" to="$NPPDIR$\" validate="true"/>
        			<copy from="dependencies\libxml2-2.dll" to="$NPPDIR$\" validate="true"/>
        			<copy from="dependencies\libxslt-1.dll" to="$NPPDIR$\" validate="true"/>
        			<copy from="dependencies\zlib1.dll" to="$NPPDIR$\" validate="true"/>
        			<copy from="install.txt" to="$PLUGINDIR$\doc\XmlTools"/>
        			<copy from="XMLTools.dll" to="$PLUGINDIR$\" validate="true"/>
        			<copy from="dependencies\libcurl.dll" to="$NPPDIR$\" validate="true"/>
        
        1 Reply Last reply Reply Quote 2
        • First post
          Last post
        The Community of users of the Notepad++ text editor.
        Powered by NodeBB | Contributors