Re: Attempted to read or write protected memory. - WeOnlyDo Discussion board

Re: Attempted to read or write protected memory. (General questions)

by wodSupport, Monday, December 16, 2013, 17:13 (3776 days ago) @ Paul

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


Complete thread: