Hi,
maybe off topic.
I want to return the build date, I get it as wstring_t*. There were samples using ::SysAllocString((const OLECHAR*) ...); to generate a variable which could be returned as BSTR.
No broblem on managed side (marshalling etc.), but ..
I alsways get a link error, cause SysAllocString is an unreferenced external.
How can I fixed that?
I use VS2015.
With best regards
Gerhard