Can do. Thanks!<br><br><div class="gmail_quote">On Wed, Oct 5, 2011 at 8:25 AM, Leo van Ruijven <span dir="ltr"><<a href="mailto:LvRuijven@gmx.com">LvRuijven@gmx.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Yesterday I downloaded the Git source-code and tried to compile it on my windows AMD64 machine (VS8.0). But the compilation failed, because 'TRACKMOUSEEVENT' in vtkWin32RenderWindowInteractor.cxx was not recognized. This symbol is defined in winuser.h, which was surprisingly not included.<br>


<br>
The bug was easily fixed by changing the location of one line in vtkWin32RenderWindowInteractor.cxx. I just put the line:<br>
#include "vtkWin32OpenGLRenderWindow.h"<br>
<br>
after the lines<br>
#ifndef _WIN32_WINNT<br>
#define _WIN32_WINNT 0x0400  // for trackmouseevent support  requires Win95 with IE 3.0 or greater.<br>
#endif<br>
<br>
After this fix the source compiled without errors. I am not sure why this was changed but assume that it served a purpose. Can someone else look at this bug?<br>
<br>
regards,<br>
Leo.<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
<br>
</blockquote></div><br>