On Thu, Jul 07, 2005 at 11:57:23PM +0200, Juergen Salk wrote:
>     dummy = reinterpret_cast <unsigned long> (a_thread);

dummy = (unsigned long)(a_thread);

{static,dynamic,reinterpret}_cast are for pointers only.

/* Steinar */
-- 
Homepage: http://www.sesse.net/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to