Is it possible to hide (obfuscate) symbols in a static library built with the MSVC++ toolchain? I am searching for a solution other than using an unnamed namespace or switching to a .dll. Ideally, this would be a relocatable object file, as described e.g. here (Symbol hiding in static libraries built with Xcode/gcc).
Thanks in advance!