Showing results for July 26, 2006 - The Old New Thing

Jul 26, 2006
Post comments count0
Post likes count0

Real Madrid (i.e., proper football) comes to Seattle

Raymond Chen
Raymond Chen

Hot off the presses. Real Madrid (with David Beckham, Ronaldo, and other stars) will play an exhibition match against D. C. United in Seah^H^H^H^HQuest Field on Wednesday, August 9th. I wonder if it'll be anything like the last soccer match I saw. At least let's hope they're ready to play instead of having tired themselves out playing video gam...

Non-Computer
Jul 26, 2006
Post comments count0
Post likes count0

What happens when you get dllimport wrong?

Raymond Chen
Raymond Chen

Now that we've learned what the declaration specifier does, what if you get it wrong? If you forget to declare a function as , then you're basically making the compiler act like a naive compiler that doesn't understand . When the linker goes to resolve the external reference for the function, it will use the stub from the import library, and ever...

Other