Stack Overflow
-
When you first start off trying to solve a problem, the first solutions you come up with are very complex, and most people stop there. But if you keep going, and live with the problem and peel more layers of the onion off, you can often times arrive at some very elegant and simple solutions.
– Steve Jobs, 2006They who can give up essential liberty to obtain a little temporary safety, deserve neither liberty nor safety.
– Benjamin Franklin, 1775Homines, dum docent, discunt.
- SenecaTeach, Not Flame
- Kayaker Links
-
Recent Posts
- Solution for Samsung Galaxy S8+ not saving proxy settings on Android 9
- Generate POCOs.groovy – generate C# POCOs from table structure using JetBrains DataGrip
- Indenting code in Visual Studio Code with VSCodeVim plugin
- Bash script to rename files given a text file with new filenames
- ComHem TivoToGo krashar på iPad – lösning
Recent Comments
Archives
- August 2019
- January 2018
- June 2017
- September 2015
- June 2015
- October 2014
- September 2014
- August 2014
- March 2014
- June 2013
- January 2013
- October 2012
- June 2012
- May 2012
- January 2012
- December 2011
- November 2011
- September 2011
- August 2011
- June 2011
- April 2011
- December 2010
- November 2010
- August 2010
- July 2010
- June 2010
- February 2010
- October 2009
- April 2008
- October 2007
Categories
Meta
Tag Archives: unmanaged
P/Invoke and LoadLibrary / GetProcAddress
A little snippet I wrote while trying to use LoadLibrary/GetProcAddress to call functions and get variable values that are exported by an unmanaged dll with P/Invoke.