I'm writing a Windows app in unmanaged C++ and want to log some simple events to the Application log. I'm normally a *nix guy and am used to being able to just call syslog() (or asl(3) on Mac OS X). I ...
I'm trying to trouble shoot a crazy installation issue installing a published app on WTS. For the life of me I cannot figure out why the Microsoft Installer keeps rolling back and the only thing I can ...