Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Has anyone noticed that:

Has anyone noticed that:

Scheduled Pinned Locked Moved The Lounge
csharpquestion
13 Posts 9 Posters 1 Views 1 Watching
  • 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.
  • Richard Andrew x64R Richard Andrew x64

    pinvoke.net[^] is down now for several days, at least? :confused: This is quite a loss to the development community. :sigh:

    The difficult we do right away... ...the impossible takes slightly longer.

    Sander RosselS Offline
    Sander RosselS Offline
    Sander Rossel
    wrote on last edited by
    #3

    I know I've been there before. Used that website back when I was still doing WinForms. Can't really remember what for though...

    Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript

    1 Reply Last reply
    0
    • Richard Andrew x64R Richard Andrew x64

      pinvoke.net[^] is down now for several days, at least? :confused: This is quite a loss to the development community. :sigh:

      The difficult we do right away... ...the impossible takes slightly longer.

      H Offline
      H Offline
      honey the codewitch
      wrote on last edited by
      #4

      I used it back when I was still learning P/Invoke ins and outs. Was useful at the time, but I stopped using it when I had enough of a handle on it that was faster to just translate directly from the C signature myself. Even then I still used it occasionally for copying large structs and stuff, just to save time. I know it's not quite the same thing, but I am a walking pinvoke.net so if you post a question in Q&A, tag me in on it, and I'll translate the C to C# for you.

      Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix

      Richard Andrew x64R D 2 Replies Last reply
      0
      • Richard Andrew x64R Richard Andrew x64

        pinvoke.net[^] is down now for several days, at least? :confused: This is quite a loss to the development community. :sigh:

        The difficult we do right away... ...the impossible takes slightly longer.

        Richard DeemingR Offline
        Richard DeemingR Offline
        Richard Deeming
        wrote on last edited by
        #5

        Just use the Google cache[^] of the pages from the site. Oh, wait... :doh: On a serious note, perhaps the Microsoft.Windows.CsWin32 source generator[^] might be a better option?


        "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

        "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

        Richard Andrew x64R 1 Reply Last reply
        0
        • Richard DeemingR Richard Deeming

          Just use the Google cache[^] of the pages from the site. Oh, wait... :doh: On a serious note, perhaps the Microsoft.Windows.CsWin32 source generator[^] might be a better option?


          "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

          Richard Andrew x64R Offline
          Richard Andrew x64R Offline
          Richard Andrew x64
          wrote on last edited by
          #6

          Wow, that project looks incredible. Thanks for the link!

          The difficult we do right away... ...the impossible takes slightly longer.

          1 Reply Last reply
          0
          • H honey the codewitch

            I used it back when I was still learning P/Invoke ins and outs. Was useful at the time, but I stopped using it when I had enough of a handle on it that was faster to just translate directly from the C signature myself. Even then I still used it occasionally for copying large structs and stuff, just to save time. I know it's not quite the same thing, but I am a walking pinvoke.net so if you post a question in Q&A, tag me in on it, and I'll translate the C to C# for you.

            Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix

            Richard Andrew x64R Offline
            Richard Andrew x64R Offline
            Richard Andrew x64
            wrote on last edited by
            #7

            Thanks for the offer. I foresee that I'll take you up on it!

            The difficult we do right away... ...the impossible takes slightly longer.

            1 Reply Last reply
            0
            • Richard Andrew x64R Richard Andrew x64

              pinvoke.net[^] is down now for several days, at least? :confused: This is quite a loss to the development community. :sigh:

              The difficult we do right away... ...the impossible takes slightly longer.

              J Offline
              J Offline
              jschell
              wrote on last edited by
              #8

              I am more curious why. Seems like author/owner is Microsoft employee named Adam Nathan. Also a author of a number of books. Googling doesn't suggest anything bad. There is a github site. But I did not look at that.

              1 Reply Last reply
              0
              • Richard Andrew x64R Richard Andrew x64

                pinvoke.net[^] is down now for several days, at least? :confused: This is quite a loss to the development community. :sigh:

                The difficult we do right away... ...the impossible takes slightly longer.

                S Offline
                S Offline
                Stepan Hakobyan
                wrote on last edited by
                #9

                This is a terrible news for me. From time to time I'm working on an old VB6 project, and Pinvoke saved me lots of times. Even when many apis does not have vb6 syntax there it was still a helpful hand.

                1 Reply Last reply
                0
                • Richard Andrew x64R Richard Andrew x64

                  pinvoke.net[^] is down now for several days, at least? :confused: This is quite a loss to the development community. :sigh:

                  The difficult we do right away... ...the impossible takes slightly longer.

                  M Offline
                  M Offline
                  Member_5893260
                  wrote on last edited by
                  #10

                  That's annoying. We'll have to resort to installing VB6 and using API Text Viewer...

                  1 Reply Last reply
                  0
                  • H honey the codewitch

                    I used it back when I was still learning P/Invoke ins and outs. Was useful at the time, but I stopped using it when I had enough of a handle on it that was faster to just translate directly from the C signature myself. Even then I still used it occasionally for copying large structs and stuff, just to save time. I know it's not quite the same thing, but I am a walking pinvoke.net so if you post a question in Q&A, tag me in on it, and I'll translate the C to C# for you.

                    Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix

                    D Offline
                    D Offline
                    dandy72
                    wrote on last edited by
                    #11

                    honey the codewitch wrote:

                    I know it's not quite the same thing, but I am a walking pinvoke.net

                    Why am I not surprised by this? :-) I've had some decent results using ChatGPT for some coding questions - usually looking for how to get some obscure/poorly documented API going. It's not always 100% right, but often gets me on the right track. Come to think of it, I still hadn't had a need to ask it for any P/Invoke type of question... [Edit] Sorry for reviving week-old threads...I'm...let's call it, "catching up with a small backlog"...

                    1 Reply Last reply
                    0
                    • Richard Andrew x64R Richard Andrew x64

                      pinvoke.net[^] is down now for several days, at least? :confused: This is quite a loss to the development community. :sigh:

                      The difficult we do right away... ...the impossible takes slightly longer.

                      Richard DeemingR Offline
                      Richard DeemingR Offline
                      Richard Deeming
                      wrote on last edited by
                      #12

                      FYI, it seems to be back up now. :)


                      "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

                      "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

                      Richard Andrew x64R 1 Reply Last reply
                      0
                      • Richard DeemingR Richard Deeming

                        FYI, it seems to be back up now. :)


                        "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

                        Richard Andrew x64R Offline
                        Richard Andrew x64R Offline
                        Richard Andrew x64
                        wrote on last edited by
                        #13

                        Hey, thanks! It looks like someone took it over and removed all the spam. Good to see it back. EDIT: I spoke too soon. There's tons of crap.

                        The difficult we do right away... ...the impossible takes slightly longer.

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • World
                        • Users
                        • Groups