December 3rd, 2009 09:29 PM
Perfect, thank you. I copy and pasted the command line into Pre-Build event to do what I wanted.
November 25th, 2009 01:52 PM
I'm trying to use SubWCRev so that I can use subversion's revision number as part of the version number that is displayed in my program. Right now, I have to run SubWCRev manually everytime I want...
October 21st, 2009 01:09 AM
Hello,
Trying to compile pwlib for Windows Mobile in Visual Studio 2008. I can get it to compile under Win32 but not under Windows Mobile 6 Professional SDK. I've been able to workaround a lot of...
August 6th, 2009 11:40 AM
whoops, sorry, I meant to write KillTimer, not SetTimer!
Well, it's kind of complicated to explain why I need to do this, but I'll try my best.
I'm working on code that is basically video calls...
August 6th, 2009 11:06 AM
Sorry, I guess I should have been more clear!
I want to programmatically, at some point in the code, test if a certain timer has been killed. If so, I want to do nothing. Otherwise, do something.
...
August 5th, 2009 01:00 PM
As the title says.
I can't seem to find anything on MSDN on this subject.
The timers being used aren't HANDLE variables; rather, they are declared like #define IDT_TIMER 100.
Thanks!