Giter VIP home page Giter VIP logo

Comments (3)

nea avatar nea commented on August 27, 2024

Damn it. The direct build runs in my Notepad. Maybe its my new build process.

I will check.

Sorry about that

from markdownviewerplusplus.

dail8859 avatar dail8859 commented on August 27, 2024

Just FYI it looks like the new DLL is not exporting any functions at all. This is what dumpbin shows for v0.5.1

> dumpbin /exports MarkdownViewerPlusPlus.dll
Microsoft (R) COFF/PE Dumper Version 12.00.40629.0
Copyright (C) Microsoft Corporation.  All rights reserved.


Dump of file MarkdownViewerPlusPlus.dll

File Type: DLL

  Section contains the following exports for \MarkdownViewerPlusPlus.dll

    00000000 characteristics
    58A3FDE3 time date stamp Wed Feb 15 02:06:11 2017
        0.00 version
           0 ordinal base
           6 number of functions
           6 number of names

    ordinal hint RVA      name

          5    0 001E5B8E beNotified
          2    1 001E5B5E getFuncsArray
          4    2 001E5B7E getName
          0    3 001E5B3E isUnicode
          3    4 001E5B6E messageProc
          1    5 001E5B4E setInfo

  Summary

        2000 .reloc
        2000 .rsrc
        2000 .sdata
      1E4000 .text


And this is v0.6.0

> dumpbin /exports MarkdownViewerPlusPlus.dll
Microsoft (R) COFF/PE Dumper Version 12.00.40629.0
Copyright (C) Microsoft Corporation.  All rights reserved.


Dump of file MarkdownViewerPlusPlus.dll

File Type: DLL

  Summary

        2000 .reloc
        2000 .rsrc
      1F6000 .text

from markdownviewerplusplus.

nea avatar nea commented on August 27, 2024

Heyho

I feel so stupid! When I created my automated release zip build I forgot to DllExport, and therefore: nothing to call for Notepad++ ^^' And I tested with an old version on my own Notepad++ as the copying task was overridden by me, too.

I corrected that issue and updated the release zips in 0.6.0 https://github.com/nea/MarkdownViewerPlusPlus/releases/tag/0.6.0

I tried the ZIP DLL's in my own x86 and x64 instances now, and it worked.

I am really sorry about that inconvenience!

from markdownviewerplusplus.

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.