<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Hi Daniel,<br>
<br>
The error occures because the Windows kernel is unable to load
your DLL file. This might occures because your dynamic library
requires another DLL that is not present on the target machine. If
you ignore which one it is, you can check with Dependency Walker
tool.<br>
Beware, if the target system runs ParaView in release mode, your
plugin must be in release too (same for debug). Also note that a
x64 plugin cannot be loaded by a x32 version of the software and
vice-versa.<br>
Hope it helps!<br>
<br>
Joachim<br>
Techincal Expert - Kitware France<br>
<br>
On 22/01/2015 06:00, Daniel Wilches Maradey wrote:<br>
</div>
<blockquote
cite="mid:CAEbtaO1BfOSRptAHx=+J5kyuhkBjL1HjGKEuzxAYpiVW3LW-Og@mail.gmail.com"
type="cite">
<div dir="ltr">
<div class="gmail_default" style="color:rgb(0,0,153)">Hello,</div>
<div class="gmail_default" style="color:rgb(0,0,153)"><br>
</div>
<div class="gmail_default" style="color:rgb(0,0,153)">I
depeloved a plugin for Paraview and in my build machine it
works well. But, I'm seeing the following problem when I try
to load it in a different machine (using "Tools -> Manage
Plugins ..."):</div>
<div class="gmail_default" style="color:rgb(0,0,153)"><br>
</div>
<div>
<div class="gmail_signature">
<div>
<div class="gmail_default" style=""><font color="#000099"
face="monospace, monospace"><b><br>
</b></font></div>
<div class="gmail_default" style=""><font color="#000099"
face="monospace, monospace"><b>ERROR: In
C:\DBD\pvs-x32\paraview\src\paraview\ParaViewCore\ClientServerCore\Core\vtkPVPluginLoader.cxx,
line 360</b></font></div>
<div class="gmail_default" style=""><font color="#000099"
face="monospace, monospace"><b>vtkPVPluginLoader
(0BA1F610): N</b></font></div>
<div class="gmail_default" style=""><font color="#000099"><br>
</font></div>
<div class="gmail_default" style="color:rgb(0,0,153)"><br>
</div>
</div>
<div>
<div class="gmail_default" style="color:rgb(0,0,153)">The
error message is that one you see there, it looks
chopped and doesn't give me much information about the
actual reason.</div>
<br>
</div>
<div>
<div class="gmail_default" style="color:rgb(0,0,153)">
What could be causing this error?</div>
<div class="gmail_default" style="color:rgb(0,0,153)">The
version of Paraview is the same in both machines: 4.2.0
32-bits. The build machine is running Win7 32 bits and
the other machine, where the error happens, is running
Win8 64-bits.</div>
<br>
</div>
<div>
<div class="gmail_default" style="color:rgb(0,0,153)">Also
in case it helps: I have tried two versions of the
plugin, one compiled for Debug (which shows the message
you see there), and one compiled for Release (which just
crashes Paraview).</div>
<br>
</div>
<div>
<div class="gmail_default" style="color:rgb(0,0,153)">
Thanks.</div>
<br>
</div>
</div>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Powered by <a class="moz-txt-link-abbreviated" href="http://www.kitware.com">www.kitware.com</a>
Visit other Kitware open-source projects at <a class="moz-txt-link-freetext" href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a>
Search the list archives at: <a class="moz-txt-link-freetext" href="http://markmail.org/search/?q=Paraview-developers">http://markmail.org/search/?q=Paraview-developers</a>
Follow this link to subscribe/unsubscribe:
<a class="moz-txt-link-freetext" href="http://public.kitware.com/mailman/listinfo/paraview-developers">http://public.kitware.com/mailman/listinfo/paraview-developers</a>
</pre>
</blockquote>
<br>
</body>
</html>