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 have any guesses? Thanks, Kevin