• Login
Community
  • Login

SQLinForm dll not compatible with the current version o N++

Scheduled Pinned Locked Moved Notepad++ & Plugin Development
28 Posts 5 Posters 3.3k 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.
  • G
    Guido Thelen @Ekopalypse
    last edited by Jan 9, 2021, 10:54 PM

    @Ekopalypse I think I need a break. making too many errors. Thx for today.

    E 1 Reply Last reply Jan 9, 2021, 10:54 PM Reply Quote 3
    • E
      Ekopalypse @Guido Thelen
      last edited by Jan 9, 2021, 10:54 PM

      @Guido-Thelen

      no problem :-D - Good night.

      G 1 Reply Last reply Jan 10, 2021, 12:06 PM Reply Quote 1
      • Z
        zanud @Guido Thelen
        last edited by Jan 10, 2021, 12:32 AM

        @Guido-Thelen

        the version built with VS2015 does not have the isUniCode function exported, but it works

        Just in case: have not you forgot about the “/exports” parameter of dumpbin?

        G 1 Reply Last reply Jan 10, 2021, 11:58 AM Reply Quote 0
        • G
          Guido Thelen @zanud
          last edited by Jan 10, 2021, 11:58 AM

          @zanud exactly. thanks a lot.

          1 Reply Last reply Reply Quote 0
          • G
            Guido Thelen @Ekopalypse
            last edited by Jan 10, 2021, 12:06 PM

            @Ekopalypse today I got it working :-) Sleeping was of great help.
            The issue was that in the refactored version I am working with 2 C# projects. One project for the GUI and one project for the formatter/parser.
            I refer from the GUI project to the parser project. Because I am only referring to it, the parser dll is not included into the GUI output and Notepad++ issues an error message. The reason is probably that the parser dll cannot be found.
            But when I copy the source files from the parser project into the GUI project it is better. The GUI dll is of course much bigger and, because it contains now also the parser and Notepad++ is happy.
            Probably this is an stupid error, but I am not a C# develpper and I am not familiar with Visual Studio. I developped the original parser in Java and transpose the code with a utility into C#.
            Many Thanks to you :-)

            E 1 Reply Last reply Jan 10, 2021, 12:47 PM Reply Quote 4
            • E
              Ekopalypse @Guido Thelen
              last edited by Ekopalypse Jan 10, 2021, 12:47 PM Jan 10, 2021, 12:47 PM

              @Guido-Thelen

              Sleeping was of great help.

              Yeah, has been the solution to many of my problems as well :-D
              I’m not a C# developer either, only know VisualBasic.Net a bit.
              But this reminds me of a problem I had playing with the c# plugin interface.
              If I remember correctly, the problem was that loading the
              .Net class didn’t happen at the time npp loaded the plugin.
              You had to hack the import chain to make it work.
              Not sure if this is still relevant with a current .Net version either.
              If I find the code project article (I suspect it was there), I’ll let you know.

              1 Reply Last reply Reply Quote 2
              • R
                rinku singh @Guido Thelen
                last edited by rinku singh Jan 11, 2021, 6:17 PM Jan 11, 2021, 6:14 PM

                @Guido-Thelen said in SQLinForm dll not compatible with the current version o N++:

                @Ekopalypse thanks for your answer.
                Below is a screenshot of the message.
                4a759f89-2f84-4778-82c7-35ed6d15bcfa-grafik.png
                Regards
                Guido

                i think you are at windows 10
                https://github.com/pnedev/nppgtags/pull/28
                could not get dll for test

                P 1 Reply Last reply Jan 11, 2021, 6:20 PM Reply Quote 0
                • P
                  PeterJones @rinku singh
                  last edited by PeterJones Jan 11, 2021, 6:23 PM Jan 11, 2021, 6:20 PM

                  @rinku-singh ,

                  What does a PR for NppGTags plugin have to do with the issue at hand? A random link, and the statement “i think you are at windows 10”, doesn’t help anyone understand what you are trying to get across.

                  If you think the NppGTags solution will help @Guido-Thelen solve his problem, you will have to explain how and why you think that.

                  edit: Are you suggesting, like in the issue behind that PR , that @Guido-Thelen should install/update his Visual C++ redistributable 2015-2019 ? /edit

                  1 Reply Last reply Reply Quote 2
                  21 out of 28
                  • First post
                    21/28
                    Last post
                  The Community of users of the Notepad++ text editor.
                  Powered by NodeBB | Contributors