realloc

2003-10-08 Thread Fisk, Kevin
Is there any concept of reallocation to change the size of allocated memory inside a pool.  If there is no data past the end of the allocated memory in the pool, it shouldn't require me to allocate a new buffer and transfer all of the data to the new buffer.  I also then would have to have a pool m

apr_snprintf

2002-05-13 Thread Fisk, Kevin
When I try to use the apr_snprintf function, I am getting the following error. VA_TEST.OBJ : error LNK2001: unresolved external symbol __imp__apr_snprintf Debug/VAARGS.exe : fatal error LNK1120: 1 unresolved externals I am linking in \apr\LibD\apr.lib, for a debug version of my project. Anyone ha