<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
May be you have somewhere the dlls compiled with microsoft standard
(have vtk 4.2 installed with precompiled libraries?).<br>
You can find what dlls the program tries to call using the dependency
walker tool ( <a class="moz-txt-link-freetext" href="http://www.dependencywalker.com">http://www.dependencywalker.com</a> ).<br>
<br>
Luca<br>
<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:tuncay@ee.bilkent.edu.tr">tuncay@ee.bilkent.edu.tr</a> wrote:<br>
<blockquote
cite="midBasiliX-1.1.0-1078786037404cf7f50a2e1@charon.bcc.bilkent.edu.tr"
type="cite">
<pre wrap="">Hi Luca,
At first I thought it finds the library but there is something wrong with the dll's.
When I put the dll's folder in the system path(or copied them in /bin directory)
it gave the same error. But when I put them in the same folder with the exe file it worked.
Thank you very much.
Tuncay
On 08 Mar 2004 22:23 EET you wrote:
</pre>
<blockquote type="cite">
<pre wrap="">the final exe of the demo program must find dlls of vtk. they have to be
in the system path or (easy to do) just copy them in the x:\program
files\borland\cbuilder6\bin
Luca
<a class="moz-txt-link-abbreviated" href="mailto:tuncay@ee.bilkent.edu.tr">tuncay@ee.bilkent.edu.tr</a> wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Hi,
I am new to VTK. I downloaded and installed the library with Borland C++ Builder 6 (with shared libraries).
I compiled and installed the package in examples/gui/win32/vtkborland/package for the component palette.
And I built the demo project with the source files in examples/gui/win32/vtkborland/projectdemo as described.
Until this point everything was fine. But when i run the demo program it gives an error:
"The ordinal 5036 could not be located in the dynamic link ibrary VTKRENDERING.DLL"
And when i ran the C++ builder again it didn't load the package, giving the same error.
Did anybody encountered such an error?Or does anybody have an opinion?
Thanks in advance for your help.
Tuncay
_______________________________________________
This is the private VTK discussion list.
Please keep messages on-topic. Check the FAQ at: <a class="moz-txt-link-rfc2396E" href="http://public.kitware.com/cgi-bin/vtkfaq"><http://public.kitware.com/cgi-bin/vtkfaq></a>
Follow this link to subscribe/unsubscribe:
<a class="moz-txt-link-freetext" href="http://www.vtk.org/mailman/listinfo/vtkusers">http://www.vtk.org/mailman/listinfo/vtkusers</a>
.
</pre>
</blockquote>
</blockquote>
<pre wrap=""><!---->
.
</pre>
</blockquote>
</body>
</html>