Showing results for October 25, 2004 - The Old New Thing

Oct 25, 2004
Post comments count0
Post likes count1

Accessing the current module’s HINSTANCE from a static library

Raymond Chen
Raymond Chen

If you're writing a static library, you may have need to access the HINSTANCE of the module that you have been linked into. You could require that the module that links you in pass the HINSTANCE to a special initialization function, but odds are that people will forget to do this. If you are using a Microsoft linker, you can take advantage of a ...

Code
Oct 25, 2004
Post comments count0
Post likes count0

If the Euro 2004 tournament were a video game

Raymond Chen
Raymond Chen

If the Euro 2004 tournament were a video game, it might have looked like this. View recreations of the tournament highlights, and since the graphics are computer-generated, you can select among multiple camera angles, embody a specific player, or see what it's like to be the ball itself! (Via MetaFilter.) [Raymond is currently on vacation; th...

Non-Computer