Enable Unicode compilation for winservice.c - Patch ID: 2691876

2009-03-24 Thread R. Diez
Hi all: Last week I posted patch ID: 2691876, titled "Enable Unicode compilation for winservice.c". I wonder if I should announce new patches on this list. Thanks, Ruben -- Apps built with the Adobe(R) Flex(

free'ing of all malloc's on shutdown would make memory leak detection easier

2009-03-11 Thread R. Diez
Hi all: I'm debugging my own AgentX subagent on Windows XP under Visual Studio 2005, and, I always get a number of memory leaks reported on shutdown. I normally develop with memory leak detection turned on, so that I quickly find out about any new leaks I might have just introduced in the code