Troubleshooting name mangling issues
__imp_?_S_next_size@?$_Stl_prime@_N@priv@std@@SGII@Z
which nearly matches
__imp_?_S_next_size@?$_Stl_prime@_N@priv@std@@SAII@Z
in an import lib. Presumably a major compiler or linker option is out of sync, but without a definition of SGII vs. SAII it's a guessing game.
Thanks for any help,
Gary

