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
It is bad practice, and may lead to deadlocks or even crashes, to use LoadLibrary in DllMain. Try to move this out by attaching to a function inside of Torque.
This needs to be done both for statically and dynamically loading.
The text was updated successfully, but these errors were encountered:
It is bad practice, and may lead to deadlocks or even crashes, to use LoadLibrary in DllMain. Try to move this out by attaching to a function inside of Torque.
This needs to be done both for statically and dynamically loading.
The text was updated successfully, but these errors were encountered: