[vtkusers] Procedure Entry Point not found

David Gobbi david.gobbi at gmail.com
Sat Oct 16 20:56:08 EDT 2010


Hi Alexis,

Are you using any of your own VTK classes?  The error might occur if
vtkTypeRevisionMacro is used in the header file, that macro is
deprecated in VTK 5.6.1 and vtkTypeMacro should be used instead.

  David


On Sat, Oct 16, 2010 at 5:14 PM, Alexis Cheng <acheng_1221 at hotmail.com> wrote:
> Hi All,
>
> I'm writing a program that uses the vtkVideoSource package. It's compiling
> and have linked the folders containing the vtk dll files. However, I'm
> getting the following runtime error:
>
> The procedure entry point
> ?CollectRevisions at vtkVideoSource@@MAEXAAV?$basic_ostream at DU?$char_traits at D@std@@@std@@@Z
> could not be located in the dynamic link library vtkHybrid.dll.
>
> Has this situation occurred for anybody else? If so, how did you go about
> debugging and fixing it?
>
> Thanks,
> Alexis Cheng
> Electrical Engineering
> University of British Columbia
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
>



More information about the vtkusers mailing list