[vtkusers] What happened to vtkPatented?

Patricia Gonçalves patgo at oniduo.pt
Tue Mar 7 12:50:23 EST 2006


I already did that and it fixed the problem, but then I got another error saying it couldn't find the entry to the ?SetValue at vtkContourFilter@@QAEXHM at Z procedure in vtkGraphics.dll.
 
I haven't given up on VTK 5.0.0, but I'm back with VTK 4.4.2.
 
Any help with the error mentioned above is very welcome!
 
Thank you!
 
Patrícia C. T. Gonçalves
e-mail: patgo at oniduo.pt

________________________________

De: Kubach, Adam R CTR USAF AFRL/MLOC [mailto:Adam.Kubach at wpafb.af.mil]
Enviada: ter 07-03-2006 17:01
Para: Mike Jackson; Adam Kubach
Cc: Patricia Gonçalves
Assunto: RE: [vtkusers] What happened to vtkPatented?



 I didn't compile vtkPatented.  Was the vtkDecimate being called from
another library?  If so, the class needs to have the import/export keywords
used.  If not, you will get unresolved symbols.

Try placing the directory that contains the dlls in your PATH variable.  I
think that will fix the problem of not finding the dlls.

-----Original Message-----
From: Mike Jackson [mailto:imikejackson at gmail.com]
Sent: Tuesday, March 07, 2006 8:11 AM
To: Adam Kubach; Adam Kubach
Cc: Patricia Gonçalves
Subject: Fwd: [vtkusers] What happened to vtkPatented?

Adam, did you see any of these errors when you used VS.2003 and the 
VTK Patented?  

Begin forwarded message:

> From: Patricia Gonçalves <patgo at oniduo.pt>
> Date: March 7, 2006 6:05:29 AM EST
> To: <vtkusers at vtk.org>
> Subject: RE: [vtkusers] What happened to vtkPatented?
>
> Mike,
>
> I tryed the files you sent me, but kept getting the message:
>
> error LNK2019: unresolved external symbol "public: static class
> vtkDecimate * __cdecl vtkDecimate::New(void)" (?
> New at vtkDecimate@@SAPAV1 at XZ) referenced in function "int __cdecl
> meshSimplification2(class vtkActor *,struct ArgsSimp)" (?
> meshSimplification2@@YAHPAVvtkActor@@UArgsSimp@@@Z)
> I believe this error is due to not having vtkPatented.lib (don't know
> why I get this problem and you din't...). So, I copyed this file and
> all the files "attached" to it (vtkPatented.dll, the Patented
> directory, etc.) from a previous version of VTK, which solved error
> LNK2019.
>
> Now, I have no debugging errors, but when I try to run my application,
> VS.NET 2003 says it can't find the dll's. I have the correct dll's
> directories in the VC++ Directories, so I don't understand why VS
> doesn't find them. Any ideas?
>
> Thank you!
>
> Patrícia C. T. Gonçalves
> e-mail: patgo at oniduo.pt
>
> De: Mike Jackson [mailto:imikejackson at gmail.com]
> Enviada: ter 07-03-2006 00:48
> Para: Patricia Gonçalves
> Assunto: Re: [vtkusers] What happened to vtkPatented?
>
>
> These are the sources that I use. Like I said, I use them directly in
> my own project instead of trying to recompile vtk with these files
> included.
>
> We did enough changes to get them to compile and run in our
> Application that runs under VTk 5.0. I make no warranty if the changes
> have introduced bugs or not. The changes seem to work for us.
> I would test the code thoroughly to understand the changes.
>
> If there are any glaring bugs I would appreciate knowing about them.
>
> Mike Jackson
> On Mar 6, 2006, at 8:56 AM, Patricia Gonçalves wrote:
>
> > Yes, I'd apreciate the source.
> >
> > Thanks!
> >
> > Patrícia C. T. Gonçalves
> > e-mail: patgo at oniduo.pt
> >
> > De: Mike Jackson [mailto:imikejackson at gmail.com]
> > Enviada: seg 06-03-2006 12:19
> > Para: Patricia Gonçalves
> > Cc: vtkusers at vtk.org
> > Assunto: Re: [vtkusers] What happened to vtkPatented?
> >
> >
> > On Mar 6, 2006, at 6:31 AM, Patricia Gonçalves wrote:
> >
> > > Hello!
> > >
> > > I just installed VTK 5.0. I need to use vtkDecimate that is
> part of
> > > the Patented directory. Why isn't this directory in the VTK
> > > instalation files?
> > >
> > > I can get it from CVS but CMAKE doesn't show me the
> > > VTK_USE_PATENTED option...
> > >
> > > Any help is very welcome!
> > >
> > > Thank you!
> > >
> > > Patrícia C. T. Gonçalves
> > > e-mail: patgo at oniduo.pt
> > > _______________________________________________
> > > This is the private VTK discussion list.
> > > Please keep messages on-topic. Check the FAQ at: http://
> www.vtk.org/
> > > Wiki/VTK_FAQ
> > > Follow this link to subscribe/unsubscribe:
> > > http://www.vtk.org/mailman/listinfo/vtkusers
> >
> > I asked the same question late last year...
> >
> >
> > Begin forwarded message:
> > > From: Amy Squillacote <amy.squillacote at kitware.com>
> > > Date: September 20, 2005 4:19:13 PM EDT
> > > To: Mike Jackson <maillist at bluequartz.net>, vtkusers at vtk.org
> > > Subject: Re: [vtkusers] VTK 5.0 and patented
> > >
> > > Hi Mike,
> > >
> > > In VTK 5.0, the Patented directory has been removed (patents
> > > expired, etc.).  The things that were in Patented have been moved
> > > into the appropriate non-patented directories (e.g., several
> > > filters moved into Graphics).  Is there a particular filter you're
> > > looking for?
> > >
> > > - Amy
> > >
> > > At 04:01 PM 9/20/2005, Mike Jackson wrote:
> > >> Where is the contents of the "Patented" folder in the VTK 5.0
> > >> distribution?
> > >>
> > >> ---
> > >> Mike Jackson
> > >> mike _at_ bluequartz dot net
> > >>
> > >>
> > >> _______________________________________________
> > >> This is the private VTK discussion list. Please keep messages on-
> > >> topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ Follow
> > >> this link to subscribe/unsubscribe:
> > >> http://www.vtk.org/mailman/listinfo/vtkusers
> > >
> > >
> >
> >
> > I took the vtkDecimate from the vtk 4.x series and made some changes
> > to get it to work with vtk 5.0 and then just included it directly in
> > my own project. If you would like the source let me know.
> >
> > --------
> > Mike Jackson
> > imikejackson <at> gmail <dot> com
> >
> >
> >
> >
>
> --------
> Mike Jackson
> imikejackson <at> gmail <dot> com
>
>
>
>
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/
> Wiki/VTK_FAQ Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers

--------
Mike Jackson
imikejackson <at> gmail <dot> com




-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20060307/91e9efae/attachment.htm>


More information about the vtkusers mailing list