I have an intermittent issue, when our dll is loaded (explicit) by the customer Application , it sometime throws the “Failed to initialize the CRT error R060”
As a fix, I am have put the following entry point _DllMainCRTStartup , will this work at the customer site ?
I want to be sure before I send it to customer, as my earlier fixes did not work, or do anyone have any suggestions.
My dll is loaded explicitly using LoadLibrary
↧
CRT initialization during explicit linking of dll using LoadLibrary
↧