[vtkusers] Debug Assertion with vtkGarbageCollector

John Drescher drescherjm at gmail.com
Mon Feb 27 07:54:26 EST 2012


On Sun, Feb 26, 2012 at 9:58 PM, Gishara Indeewarie <gish.777 at gmail.com> wrote:
> Thanks for the reply. I replaced render->Render() to renWin->Render(). But
> it did not solve the problem.

Are you mixing Debug and Release builds in the same application? In
Visual Studio you can not compile VTK (or any other part) in Release
(using shared libraries) then try to run your application in Debug
mode.

John



More information about the vtkusers mailing list