<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<title></title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hey all,<br>
<div class="moz-forward-container">
<div style="font-family:courier new,courier;font-size:10pt;">
<p style="margin:0px;padding:0px;"> <br>
first of all i want to explain why i'd like to build Activiz
on my own instead using the prebuild binaries offerd by
kitware.<br>
<br>
I have written some special vtkAlgorithms(VTK C++) which i
want now to use in Activiz.net. As far as i know it's not
possible to do that directly in Activiz. In the book "The VTK
User's Guide
(DefaultRenderEventPropagation@vtkParallelRenderManager@@SAX_N@Z)
vtkParallelRenderManagerEL.obj Kitware.VTK.Unmanaged<br>
<br>
Error 3579 error LNK2019: unresolved external symbol
"protected: static float *
vtkUnstructuredGridPartialPreIntegration::PsiTable"
(?PsiTable@vtkUnstructuredGridPartialPreIntegration@@1PAMA)
referenced in function "public: static float __cdecl
vtkUnstructuredGridPartialPreIntegration::Psi(float,float)"
(?Psi@vtkUnstructuredGridPartialPreIntegration@@SAMMM@Z)
vtkUnstructuredGridPartialPreIntegrationEL.obj
Kitware.VTK.Unmanaged<br>
<br>
Error 3580 fatal error LNK1120: 5 unresolved
externals
C:UsersPublicVTKActiVizactiviz-buildbinReleaseKitware.VTK.Unmanaged.dll
1 Kitware.VTK.Unmanaged<br>
Error 3588 error PRJ0019: A tool returned an error code
from "Building C# library 'Kitware.VTK'..." Kitware.VTK
Kitware.VTK<br>
Error 3589 error PRJ0019: A tool returned an error code
from "Building C# executable 'Kitware.VTK.CSharpTests'..."
Kitware.VTK.CSharpTests Kitware.VTK.CSharpTests<br>
Error 3590 error PRJ0019: A tool returned an error code
from "Building C# executable
'Kitware.VTK.ConvertedByHandTclTests'..."
Kitware.VTK.ConvertedByHandTclTests
Kitware.VTK.ConvertedByHandTclTests<br>
Error 3591 error PRJ0019: A tool returned an error code
from "Building C# executable
'Kitware.VTK.ConvertedTclTests'..."
Kitware.VTK.ConvertedTclTests Kitware.VTK.ConvertedTclTests<br>
<br>
<br>
<br>
<br>
I tried to overcome this problem by excluding the affected
classes from the wrapping process using CMAKE according the
following hint.<br>
<a class="moz-txt-link-freetext" href="http://public.kitware.com/pipermail/vtkusers/2011-March/115270.html">http://public.kitware.com/pipermail/vtkusers/2011-March/115270.html</a><br>
AVDN_EXTRA_EXCLUDE_CLASSES_XML:
vtkGeoGraticule;vtkParallelRenderManager;vtkUnstructuredGridPartialPreIntegration;vtkTimerLog<br>
<br>
But the same errors has occured. So i tried to exclude them
completely with:<br>
<br>
AVDN_EXTRA_EXCLUDE_CLASSES:
vtkGeoGraticule;vtkParallelRenderManager;vtkUnstructuredGridPartialPreIntegration;vtkTimerLog<br>
<br>
This seems to work so far.<br>
<br>
I get just some errors from building the Activiz examples.<br>
Error 4597 error PRJ0019: A tool returned an error code from
"Generating bin/Release/EventMonitor.exe"
Build.Examples.EventMonitor Build.Examples.EventMonitor<br>
Error 4605 error PRJ0019: A tool returned an error code from
"Generating bin/Release/FileTree.exe" Build.Examples.FileTree
Build.Examples.FileTree<br>
<br>
The resulting dlls lokes like that...<br>
<br>
</p>
<p style="margin:0px;padding:0px;"><span style="font-family:
courier new,courier;"> 19,968
Kitware.mummy.Runtime.dll</span>
</p>
<p style="margin:0px;padding:0px;"><span style="font-family:
courier new,courier;"> 71,680
Kitware.mummy.Runtime.Unmanaged.dll</span>
</p>
<p style="margin:0px;padding:0px;"><span style="font-family:
courier new,courier;"> 7,139,328 Kitware.VTK.dll</span>
</p>
<p style="margin:0px;padding:0px;"><span style="font-family:
courier new,courier;"> 3,530,752
Kitware.VTK.Unmanaged.dll</span>
</p>
<p style="margin:0px;padding:0px;"><span style="font-family:
courier new,courier;"> 15,365,414 Kitware.VTK.xml</span>
</p>
<p style="margin:0px;padding:0px;"><span style="font-family:
courier new,courier;"> 524
Microsoft.VC90.CRT.manifest</span>
</p>
<p style="margin:0px;padding:0px;"><span style="font-family:
courier new,courier;"> 224,768 msvcm90.dll</span>
</p>
<p style="margin:0px;padding:0px;"><span style="font-family:
courier new,courier;"> 568,832 msvcp90.dll</span>
</p>
<p style="margin:0px;padding:0px;"><span style="font-family:
courier new,courier;"> 655,872 msvcr90.dll</span>
</p>
<p style="margin:0px;padding:0px;"><br>
</p>
<p style="margin:0px;padding:0px;">In the precompiled packets
there are much more dlls.<br>
And i tried them out with one of the small HelloWorld
examples.<br>
The compiler does not complain about anything but is doesn't
work.<br>
Which means i see nothing.<br>
<br>
I think this is because of the classes i excluded from the
wrapping process.<br>
<br>
Does someone have an idea to fix it???<br>
<br>
Thanks in advance.<br>
</p>
</div>
</div>
</body>
</html>