Git Product home page Git Product logo

Comments (6)

fafalone avatar fafalone commented on July 19, 2024 1

Fixed in v8.0.402, now available.

Thanks for reporting and thanks again for the help with the APIs. I added a thanks at the bottom of the API section of the readme on the front page of the repo.

from windevlib.

fafalone avatar fafalone commented on July 19, 2024

Yup should be. So should W because of the As Any. Right above it with String to binary the As Byte arguments should be As Any and DeclareWide used on W too. Changed for next release.

Btw, started finding APIs missed by your conversion:

Public DeclareWide PtrSafe Function MonitorFromPoint Lib "user32" (ByVal pt As LongLong, ByVal dwFlags As DefaultMonitorValues) As LongPtr
Public DeclareWide PtrSafe Function MonitorFromWindow Lib "user32" (ByVal hwnd As LongPtr, ByVal dwFlags As DefaultMonitorValues) As LongPtr
Public DeclareWide PtrSafe Function MonitorFromRect Lib "user32" (lprc As RECT, ByVal dwFlags As DefaultMonitorValues) As LongPtr

No biggie, it got 99% of them, just curious how some escaped. Don't worry about going crazy trying to fix it, I'll just get the stragglers manually as I see them

Edit: Actually looking closer at the changed log now, it only caught W+DeclareWide; any chance you could do DeclareWide->Declare where there's no As Any or As String and it's not an Aliased W?

from windevlib.

GCuser99 avatar GCuser99 commented on July 19, 2024

Sure Jon - do you want me to use same inputs or do you have an updated set to provide me so I can keep in sync with you?

EDIT: There's an equally large number of declares that match your latest pattern.

from windevlib.

fafalone avatar fafalone commented on July 19, 2024

Thanks a bunch. Here's the latest version of the files to run. No releases lately because I got bogged down in 'I should add this, and that, and that! So there's a bunch of unfinished stuff, and no major bugs.

Sources.zip

from windevlib.

GCuser99 avatar GCuser99 commented on July 19, 2024

Same format as before...

wdl 240510.zip

from windevlib.

fafalone avatar fafalone commented on July 19, 2024

Thanks looks great!

from windevlib.

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.