Mini Robot Dog – The Affordable Quadruped #1
FullTrustProcessLauncher Class
Set up your desktop application for MSIX packaging in Visual Studio
Next Gen Farming Without Soil and 90% Less Water
How to change the priority order of network adapters on Windows 10
Walk-through Microgreens
Rack Setup
Arugula
Red Acre Cabbage
Sunflowers
$10,000 a month growing microgreens in a basement!
How scientists accidentally turned trash into valuable graphene
Html Agility Pack
The [Html Agility Pack] is under MIT license and is an HTML parser written in C# to read/write DOM and supports plain XPATH or XSLT.
HtmlWeb hw = new HtmlWeb(); HtmlDocument doc = hw.Load(/* url */); foreach(HtmlNode link in doc.DocumentNode.SelectNodes("//a[@href]")) { }
Neon Noir Ships With Chroma
EVERYONE needs to learn LINUX – ft. Raspberry Pi 4
Turn Photos Into Logos with GIMP
First Manned Aerobatic RACING Drone – Will it FLIP?
We built a 1:2 SCALE CYBER TRUCK! (Part 4/4)
Wake Me Up – Avicii (violin/cello/bass cover) – Simply Three
Chief Product Officer of Adobe Scott Belsky returns
Best Bavarian villages in the United States
Adam Savage’s Spot Robot Rickshaw Carriage!
Flywheel Powered Plane
Feeding Bill Gates a Fake Burger (to save the world)
Outriders – Official Reveal Stream
Blues Guitar Chords
The Age of A.I.
Playlist
C++ Wrapping DLL Methods
The Visual Studio command prompt has a tool dumpbin
which prints all the extern
functions and exposed class methods for working with a particular DLL. The output shows the method signatures needed for the LoadLibrary
and GetProcAddress
calls.
dumpbin /exports NameOfLibrary.dll