<div dir="ltr"><div>Hi Emmanuel and Lang,</div><div><br></div><div>I am tuning in to this thread several months late, because I am just now trying to port our ORC-based application to Windows, and I am running into all the same problems that Emmanuel ran into. To avoid unresolved symbols I have had to compile JIT modules with -D_DLL; I have had to export RTTI-related symbols explicitly with the same trick that Emmanuel found; and now I have multiple definitions of ??_7exception@std@@6B@, like Emmanuel.</div><div><br></div><div>I see this bug has not been fixed, so my question is mostly for Emmanuel: have you found a workaround? I don't know exactly when this symbol is generated, but I have C++ modules that cannot be JIT compiled as a result...</div><div><br></div><div>Geoff</div><div><br></div></div>