<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7638.1">
<TITLE>RE: [vtkusers] What happened to vtkPatented?</TITLE>
</HEAD>
<BODY>
<DIV id=idOWAReplyText46400 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000080 size=2>I already did that and it
fixed the problem, but then I got another error saying it couldn't find the
entry to the <A
href="mailto:?SetValue@vtkContourFilter@@QAEXHM@Z">?SetValue@vtkContourFilter@@QAEXHM@Z</A>
procedure in vtkGraphics.dll.</FONT></DIV>
<DIV dir=ltr><FONT face=Arial color=#000080 size=2></FONT> </DIV>
<DIV dir=ltr><FONT face=Arial color=#000080 size=2>I haven't given up on VTK
5.0.0, but I'm back with VTK 4.4.2.</FONT></DIV>
<DIV dir=ltr><FONT face=Arial color=#000080 size=2></FONT> </DIV>
<DIV dir=ltr><FONT face=Arial color=#000080 size=2>Any help with the error
mentioned above is very welcome!</FONT></DIV>
<DIV dir=ltr><FONT face=Arial color=#000080 size=2></FONT> </DIV>
<DIV dir=ltr><FONT face=Arial color=#000080 size=2>Thank you!</FONT></DIV>
<DIV dir=ltr><FONT face=Arial color=#000080 size=2></FONT> </DIV></DIV>
<DIV id=idSignature31533 dir=ltr>
<DIV><FONT face=Arial color=#000080 size=2>Patrícia C. T. Gonçalves</FONT></DIV>
<DIV><FONT face=Arial color=#000080 size=2>e-mail:
patgo@oniduo.pt</FONT></DIV></DIV>
<DIV dir=ltr><BR>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>De:</B> Kubach, Adam R CTR USAF AFRL/MLOC
[mailto:Adam.Kubach@wpafb.af.mil]<BR><B>Enviada:</B> ter 07-03-2006
17:01<BR><B>Para:</B> Mike Jackson; Adam Kubach<BR><B>Cc:</B> Patricia
Gonçalves<BR><B>Assunto:</B> RE: [vtkusers] What happened to
vtkPatented?<BR></FONT><BR></DIV>
<DIV>
<P><FONT size=2> I didn't compile vtkPatented. Was the vtkDecimate
being called from<BR>another library? If so, the class needs to have the
import/export keywords<BR>used. If not, you will get unresolved
symbols.<BR><BR>Try placing the directory that contains the dlls in your PATH
variable. I<BR>think that will fix the problem of not finding the
dlls.<BR><BR>-----Original Message-----<BR>From: Mike Jackson [<A
href="mailto:imikejackson@gmail.com">mailto:imikejackson@gmail.com</A>]<BR>Sent:
Tuesday, March 07, 2006 8:11 AM<BR>To: Adam Kubach; Adam Kubach<BR>Cc: Patricia
Gonçalves<BR>Subject: Fwd: [vtkusers] What happened to vtkPatented?<BR><BR>Adam,
did you see any of these errors when you used VS.2003 and the <BR>VTK
Patented? <BR><BR>Begin forwarded message:<BR><BR>> From: Patricia
Gonçalves <patgo@oniduo.pt><BR>> Date: March 7, 2006 6:05:29 AM
EST<BR>> To: <vtkusers@vtk.org><BR>> Subject: RE: [vtkusers] What
happened to vtkPatented?<BR>><BR>> Mike,<BR>><BR>> I tryed the files
you sent me, but kept getting the message:<BR>><BR>> error LNK2019:
unresolved external symbol "public: static class<BR>> vtkDecimate * __cdecl
vtkDecimate::New(void)" (?<BR>> New@vtkDecimate@@SAPAV1@XZ) referenced in
function "int __cdecl<BR>> meshSimplification2(class vtkActor *,struct
ArgsSimp)" (?<BR>>
meshSimplification2@@YAHPAVvtkActor@@UArgsSimp@@@Z)<BR>> I believe this error
is due to not having vtkPatented.lib (don't know<BR>> why I get this problem
and you din't...). So, I copyed this file and<BR>> all the files "attached"
to it (vtkPatented.dll, the Patented<BR>> directory, etc.) from a previous
version of VTK, which solved error<BR>> LNK2019.<BR>><BR>> Now, I have
no debugging errors, but when I try to run my application,<BR>> VS.NET 2003
says it can't find the dll's. I have the correct dll's<BR>> directories in
the VC++ Directories, so I don't understand why VS<BR>> doesn't find them.
Any ideas?<BR>><BR>> Thank you!<BR>><BR>> Patrícia C. T.
Gonçalves<BR>> e-mail: patgo@oniduo.pt<BR>><BR>> De: Mike Jackson [<A
href="mailto:imikejackson@gmail.com">mailto:imikejackson@gmail.com</A>]<BR>>
Enviada: ter 07-03-2006 00:48<BR>> Para: Patricia Gonçalves<BR>> Assunto:
Re: [vtkusers] What happened to vtkPatented?<BR>><BR>><BR>> These are
the sources that I use. Like I said, I use them directly in<BR>> my own
project instead of trying to recompile vtk with these files<BR>>
included.<BR>><BR>> We did enough changes to get them to compile and run
in our<BR>> Application that runs under VTk 5.0. I make no warranty if the
changes<BR>> have introduced bugs or not. The changes seem to work for
us.<BR>> I would test the code thoroughly to understand the
changes.<BR>><BR>> If there are any glaring bugs I would appreciate
knowing about them.<BR>><BR>> Mike Jackson<BR>> On Mar 6, 2006, at 8:56
AM, Patricia Gonçalves wrote:<BR>><BR>> > Yes, I'd apreciate the
source.<BR>> ><BR>> > Thanks!<BR>> ><BR>> > Patrícia C.
T. Gonçalves<BR>> > e-mail: patgo@oniduo.pt<BR>> ><BR>> > De:
Mike Jackson [<A
href="mailto:imikejackson@gmail.com">mailto:imikejackson@gmail.com</A>]<BR>>
> Enviada: seg 06-03-2006 12:19<BR>> > Para: Patricia Gonçalves<BR>>
> Cc: vtkusers@vtk.org<BR>> > Assunto: Re: [vtkusers] What happened to
vtkPatented?<BR>> ><BR>> ><BR>> > On Mar 6, 2006, at 6:31 AM,
Patricia Gonçalves wrote:<BR>> ><BR>> > > Hello!<BR>> >
><BR>> > > I just installed VTK 5.0. I need to use vtkDecimate that
is<BR>> part of<BR>> > > the Patented directory. Why isn't this
directory in the VTK<BR>> > > instalation files?<BR>> >
><BR>> > > I can get it from CVS but CMAKE doesn't show me
the<BR>> > > VTK_USE_PATENTED option...<BR>> > ><BR>> >
> Any help is very welcome!<BR>> > ><BR>> > > Thank
you!<BR>> > ><BR>> > > Patrícia C. T. Gonçalves<BR>> >
> e-mail: patgo@oniduo.pt<BR>> > >
_______________________________________________<BR>> > > This is the
private VTK discussion list.<BR>> > > Please keep messages on-topic.
Check the FAQ at: <A href="http://">http://</A><BR>> www.vtk.org/<BR>>
> > Wiki/VTK_FAQ<BR>> > > Follow this link to
subscribe/unsubscribe:<BR>> > > <A
href="http://www.vtk.org/mailman/listinfo/vtkusers">http://www.vtk.org/mailman/listinfo/vtkusers</A><BR>>
><BR>> > I asked the same question late last year...<BR>>
><BR>> ><BR>> > Begin forwarded message:<BR>> > > From:
Amy Squillacote <amy.squillacote@kitware.com><BR>> > > Date:
September 20, 2005 4:19:13 PM EDT<BR>> > > To: Mike Jackson
<maillist@bluequartz.net>, vtkusers@vtk.org<BR>> > > Subject: Re:
[vtkusers] VTK 5.0 and patented<BR>> > ><BR>> > > Hi
Mike,<BR>> > ><BR>> > > In VTK 5.0, the Patented directory has
been removed (patents<BR>> > > expired, etc.). The things that
were in Patented have been moved<BR>> > > into the appropriate
non-patented directories (e.g., several<BR>> > > filters moved into
Graphics). Is there a particular filter you're<BR>> > > looking
for?<BR>> > ><BR>> > > - Amy<BR>> > ><BR>> >
> At 04:01 PM 9/20/2005, Mike Jackson wrote:<BR>> > >> Where is
the contents of the "Patented" folder in the VTK 5.0<BR>> > >>
distribution?<BR>> > >><BR>> > >> ---<BR>> >
>> Mike Jackson<BR>> > >> mike _at_ bluequartz dot net<BR>>
> >><BR>> > >><BR>> > >>
_______________________________________________<BR>> > >> This is
the private VTK discussion list. Please keep messages on-<BR>> > >>
topic. Check the FAQ at: <A
href="http://www.vtk.org/Wiki/VTK_FAQ">http://www.vtk.org/Wiki/VTK_FAQ</A>
Follow<BR>> > >> this link to subscribe/unsubscribe:<BR>> >
>> <A
href="http://www.vtk.org/mailman/listinfo/vtkusers">http://www.vtk.org/mailman/listinfo/vtkusers</A><BR>>
> ><BR>> > ><BR>> ><BR>> ><BR>> > I took the
vtkDecimate from the vtk 4.x series and made some changes<BR>> > to get it
to work with vtk 5.0 and then just included it directly in<BR>> > my own
project. If you would like the source let me know.<BR>> ><BR>> >
--------<BR>> > Mike Jackson<BR>> > imikejackson <at> gmail
<dot> com<BR>> ><BR>> ><BR>> ><BR>>
><BR>><BR>> --------<BR>> Mike Jackson<BR>> imikejackson
<at> gmail <dot> com<BR>><BR>><BR>><BR>><BR>>
_______________________________________________<BR>> This is the private VTK
discussion list.<BR>> Please keep messages on-topic. Check the FAQ at: <A
href="http://www.vtk.org/">http://www.vtk.org/</A><BR>> Wiki/VTK_FAQ Follow
this link to subscribe/unsubscribe:<BR>> <A
href="http://www.vtk.org/mailman/listinfo/vtkusers">http://www.vtk.org/mailman/listinfo/vtkusers</A><BR><BR>--------<BR>Mike
Jackson<BR>imikejackson <at> gmail <dot>
com<BR><BR><BR></FONT></P></DIV>
</BODY>
</HTML>