Has anyone noticed that:
-
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.
-
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.
-
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.
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
-
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.
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
-
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.
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
-
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
Wow, that project looks incredible. Thanks for the link!
The difficult we do right away... ...the impossible takes slightly longer.
-
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
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.
-
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.
-
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.
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.
-
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.
That's annoying. We'll have to resort to installing VB6 and using API Text Viewer...
-
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
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"...
-
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.
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
-
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
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.