<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2873" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Dear all,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I would like to make a programm, at which I'm 
currenty </FONT></DIV>
<DIV><FONT face=Arial size=2>working, multithreaded.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>As far as I know, there is a class called 
itkMultiThreader which</FONT></DIV>
<DIV><FONT face=Arial size=2>provides this functionality.</FONT></DIV>
<DIV><FONT face=Arial size=2>My question is, if this class can also be used 
to&nbsp;create a thread</FONT></DIV>
<DIV><FONT face=Arial size=2>for a memberfunction of an object, because I 
always&nbsp;receive compiler</FONT></DIV>
<DIV><FONT face=Arial size=2>complaints from VC6&nbsp;on std_call problems when 
I call SetSingleMethod().</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>As far as I know, </FONT><FONT face=Arial 
size=2>for example posix threads only work with C-functions.</FONT></DIV>
<DIV><FONT face=Arial size=2>So, is this also true for the multithreader or may 
the problem be different?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I think that for example, the threads from Boost 
library can deal with member functions,</FONT></DIV>
<DIV><FONT face=Arial size=2>but I would not like to use a large library only 
for one small feature.</FONT></DIV>
<DIV><FONT face=Arial size=2>Can you please give me a hint?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Regards,</FONT></DIV>
<DIV><FONT face=Arial size=2>Markus</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>PS: declaring the function as static is not 
possible, </FONT></DIV>
<DIV><FONT face=Arial size=2>because it&nbsp;accesses non-static 
members.</FONT></DIV></BODY></HTML>