20 years, 3 months ago
Highlights
Community contributions featured20 years, 3 months ago
CoInitialize and all of the other associated COM functions are defined in ole32.lib, not dxguid.lib, so you need to link with ole32.lib as well.
20 years, 3 months ago
I have this handy little tool I wrote that runs in the background and detects when my screen saver comes up. When that happens, it activates my away message on AIM, and whe…
20 years, 4 months ago
I'm designing a circuit that performs integer division on 32-bit 2's-complement numbers, and I'm curious on what the standards are for integer division with negative o…
20 years, 10 months ago
Let me explain first what I'm trying to do. I'm trying to write a program that automatically posts data to a web form and displays the result. I can use curl to send the data al…
21 years, 1 month ago
Latest Activity
See all in DiscussionsCoInitialize and all of the other associated COM functions are defined in ole32.lib, not dxguid.lib, so you need to link …
20 years, 3 months ago
It's not uncommon to see statements such as:if((result = someOperation()) != GOOD) // handle errorAlso, WRT Java: since Java specifically only …
20 years, 3 months ago
You need to link with the glut library. Click Project -> Settings -> Link -> Object/Library Modules and add "glut32.lib" …
20 years, 3 months ago