[vtkusers] Procedure Entry Point not found

David Gobbi david.gobbi at gmail.com
Sun Oct 17 16:59:43 EDT 2010


Hi Alexis,

One way or another, the error is related to the vtkTypeRevisionMacro,
because it is what defines those symbols.  You haven't told me yet
whether you are using any other classes in addition to VTK's own
classes.  Without more information, I can't really help.

  David


On Sun, Oct 17, 2010 at 2:32 PM, Alexis Cheng <acheng_1221 at hotmail.com> wrote:
> Hi David,
>
> Thank you for your reply. I'm using VTK 5.6.0. I tried replacing
> vtkTypeRevisionMacro with vtkTypeMacro, but I ended up getting compile
> errors regarding CollectRevisions. Do you have any other ideas as to what
> may be causing this?
>
> Thanks,
> Alexis Cheng
> Electrical Engineering
> University of British Columbia
>
>> From: david.gobbi at gmail.com
>> Date: Sat, 16 Oct 2010 18:56:08 -0600
>> Subject: Re: [vtkusers] Procedure Entry Point not found
>> To: acheng_1221 at hotmail.com
>> CC: vtkusers at vtk.org
>>
>> 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