<P>Hi all,<BR>&nbsp;I would like to use the vtkProgrammableSource class in an "MFC application in C++" in <BR>&nbsp;the same manner as in the TCL example: ./contrib/examplesTcl/reconstructSurface.tcl.</P>
<P>&nbsp;Can anyone help me with the usage of SetExecuteMethod?</P>
<P>&nbsp;The function look like:<BR>void SetExecuteMethod(void(* f)(void *), void * arg)</P>
<P>in a "win32console application" I define a function: <BR>&nbsp;void ReadPoints (void *arg)<BR>and then I use: <BR>&nbsp;pointSource-&gt;SetExecuteMethod(ReadPoints, (void *)pointSource );<BR>This is right!! </P>
<P>But in an "MFC application" the compiler dont'accept the first parameter.<BR>I have the following message: <BR>&nbsp;cannot convert parameter 1 from 'void (void *)' to 'void (__cdecl *)(void *)'</P>
<P>I define a function like: <BR>&nbsp;void CclassnameView :: ReadPoints (void *arg).<BR>I think this is wrong.....how can I do? <BR>Please somebody&nbsp; help me!!</P>
<P>Thanks in advance<BR>Ignazio </P>
-- 
<p>_______________________________________________<br>
Sign-up for your own personalized E-mail at <a href="http://www.mail.com/?sr=signup" target="_new"><font color="#0000FF"> Mail.com</font></a><br><br>
<a href="http://corp.mail.com/careers" target="_blank">CareerBuilder.com</a> has over 400,000 jobs. Be smarter about your job search</p>