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.
- strtoul_is_not_a_portable_function_use_strtol_instead Sam Carleton