Christian Werner
2007-09-22 22:27:17 UTC
Hi,
in another project (Win2VNC) omnithread is used. With the latest sf
release I get an exception from omnithread, so I looked for a newer
implementation of omnithread and found it here.
Probably this bug also exists in this version, since I used omnithread
in Win2VNC and the same bug occured.
In omni_thread::start is a call to _beginthreadex(...) with the argument
to the omni_thread_wrapper function and there it throws an access
violation. I think it's because of a new feature in the Intel Q/E6600
(and of course other newer CPUs), but not sure.
Maybe someone can fix it or help me with that? I tried to put the
wrapper also in omni_thread class but then thousands other errors occurs ;)
regards,
krisha
in another project (Win2VNC) omnithread is used. With the latest sf
release I get an exception from omnithread, so I looked for a newer
implementation of omnithread and found it here.
Probably this bug also exists in this version, since I used omnithread
in Win2VNC and the same bug occured.
In omni_thread::start is a call to _beginthreadex(...) with the argument
to the omni_thread_wrapper function and there it throws an access
violation. I think it's because of a new feature in the Intel Q/E6600
(and of course other newer CPUs), but not sure.
Maybe someone can fix it or help me with that? I tried to put the
wrapper also in omni_thread class but then thousands other errors occurs ;)
regards,
krisha