Re: Attempted to read or write protected memory. (General questions)
Hi.
Can you as a quick working put wodKeyManager initialization inside
wodKeyManager km;
lock(shared_object)
{
km = new .....
}
where shared_object is same instance for all wodKeyManager's?
Kreso