You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to /delayload dbghelp.dll? Previously we were doing that, but after adding cpptrace in cmake the load of dbghelp is no longer delayed. Since we are using stack traces basically only for assertion failures that later trap, we don't want to link dbghelp at program startup.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to /delayload dbghelp.dll? Previously we were doing that, but after adding cpptrace in cmake the load of dbghelp is no longer delayed. Since we are using stack traces basically only for assertion failures that later trap, we don't want to link dbghelp at program startup.
Beta Was this translation helpful? Give feedback.
All reactions