On 7/25/02 12:27 AM, "Halldor Gislason" <halldorg (AT) vortex DO.T is> wrote:
> Error : illegal access from 'FBL_ThreadPP' to protected/private member > 'LThread::operator delete(void *)' > FBL_ThreadPP.cpp line 55 return new FBL_ThreadPP( inThread, inStackSize, > inFlags ); > >
Hi Haldor,
To fix this simply replace protected on public
class ThreadPP : public NativeThread, protected Lthread ^^^^^^^^^
May be more correct override operator new and delete in ThreadPP class... But for now use above run around.
-- Best regards, Ruslan Zasukhin [ I feel the need...the need for speed ] ------------------------------------------------------------- e-mail: ruslan@paradigmasoft.com web: http://www.paradigmasoft.com
To subscribe to the Valentina mail list send a letter to valentina-on (AT) lists DO.T macserve.net ------------------------------------------------------------- ©2002 Ruslan Zasukhin |