I encountered this problem before. I remember that when I move httpd.h to a later position in my list of include headers, it does not complain any more.
On Wed, Jul 14, 2010 at 11:51 PM, Sam Carleton <scarle...@miltonstreet.com> wrote: > I have spent the last 2 hours looking for strtoul in my code, it isn't there > but I keep getting the Apache error that it is there. I am using VS2008 SP1 > and am compiling the code as C++. Any thoughts on where I might find > strtoul? By hacking the http.h and removing the code, it compiles so I am > going to move forward with that until I can find the correct solution. >