H
Hugh Williams
I have a mixed-mode DLL doing some SSPI stuff that needs to support a web
service.
The article at http://support.microsoft.com/?id=814472 says you need to
manually initialize the CRT when doing mixed-mode work.
The only method I need to call in the mixed-mode DLL is a single, static
method of one class.
Do I need to manually initialize the CRT every time I call into that DLL, or
can I just do it once when the web service starts?
service.
The article at http://support.microsoft.com/?id=814472 says you need to
manually initialize the CRT when doing mixed-mode work.
The only method I need to call in the mixed-mode DLL is a single, static
method of one class.
Do I need to manually initialize the CRT every time I call into that DLL, or
can I just do it once when the web service starts?