We all need ideas. Whether you've just finished something, or are getting a little bit bored with your current project you can't help but let your mind drift to the next cool thing you'll create. Sometimes the ideas come thick and fast, other times they're like gold dust. When I'm in the second cam…
Sorry to crush your hopes but this isn't a post about my new job as a prostitute army drill sergeant. Nope, it's just another post of me shilling my wares.
In some distant part of the mists o'time, I wrote a little tool who purpose was to report pending messages and other misc info for a thread and …
In some distant part of the mists o'time, I wrote a little tool who purpose was to report pending messages and other misc info for a thread and …
DLL hell isn't just the name given to managing monstrous dependency chains. It's also the name given to the phenomenon of pulling your hair out because LoadLibrary is returning NULL or because your dotNet app is throwing lots of System.DllNotFoundExceptions. The usual statement Windows gives as wit…
Detecting whether UAC is enabled or not is something I've never needed to do. I can't really see how it can affect anything you architect one way or another but nevertheless, some people think it's necessary and nice to know.
While investigating something else, I stumbled across a more accurate meth…
While investigating something else, I stumbled across a more accurate meth…
Yep, I'm now on iTunes and further reducing the Gamedev's journals' 'hit to miss ratio of useful-ity' at the same time. My place on iTunes isn't in any technical sections, heck no. I do have a hackintosh set up but after it took me 10 minutes to figure out where the off button was, the idea that I'…
No, it's not an Andy Williams inspired poem, it's actual pictures of the thing I've been working on. Imagine that.
Enter WindowWatcher:
It's a single window, that displays another single window, keeping it on top. Great for watching stuff like TV or Youtube playlists in a small corner of your workspa…
Enter WindowWatcher:
It's a single window, that displays another single window, keeping it on top. Great for watching stuff like TV or Youtube playlists in a small corner of your workspa…
It happens to be that time again, where all the loved up people get all mushy with their sentimental I love you's. Just like Christmas though, there are no doubt some people who have a distaste for all that jazz.
So here's something I do every year, and that's write a poem that's not in the least bi…
So here's something I do every year, and that's write a poem that's not in the least bi…
What do you get when you combine C#, C++/CLI, Access 2003, VirtualBox, a few ISOs and too much free time?
You get a 345MB database of the complete API and dependency history of 32-bit Windows. Yep, every OS module from Win95 onwards has had its imports, exports, and selected PE header info extracte…
You get a 345MB database of the complete API and dependency history of 32-bit Windows. Yep, every OS module from Win95 onwards has had its imports, exports, and selected PE header info extracte…
There's tonnes of example on how to use SWbemDateTime to convert from FILETIME's or CDates in VBScript, yet I couldn't find any for C++. So here's how...
All WMI queries that give or take datetime values, do so in a certain format called CIM_DATETIME. For scripting guys, this is only a minor inconve…
All WMI queries that give or take datetime values, do so in a certain format called CIM_DATETIME. For scripting guys, this is only a minor inconve…
We all know that stepping over array bounds is easily managed in C and C++. So much so that the C standard library has a function, gets, which may as well be named 'cause_buffer_overflow'. The consequences of overflowing a buffer are also understood, pretty much anything can happen. To demonstrate …
Advertisement
Popular Blogs
Advertisement
Advertisement