<div dir="ltr">Hi Lyubov,<div><br></div><div>in your path you have the unexpanded string "<span style="font-size:12.8px">%projectpath%\osgPlugins-3.4.</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">0\osgdb_ived.dll" - that will not work.</span></div><div><span style="font-size:12.8px">Depending on how and when this is set you need to fix the expansion:</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">registry keys:</span></div><div><pre><code>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment Path</code></pre><pre><code>or </code></pre><pre><code>HKEY_CURRENT_USER\Environment Path</code></pre><pre><code>might have changed from type REG_EXPAND_SZ into REG_SZ by some installer.</code></pre><pre><code><br></code>Or you set it in a bat file before you define projectpath.</pre><pre>Regards, Laurens.</pre></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 9, 2016 at 10:55 AM, Lyubov Akimova <span dir="ltr"><<a href="mailto:lauanon@mail.ru" target="_blank">lauanon@mail.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I have a problem with osg_ived.dll in 3.4.0 version.<br>
<br>
As I'm trying to launch this code to open .ive file<br>
<br>
Code:<br>
osg::ref_ptr<osg::Node> model = osgDB::readNodeFile(<wbr>modelFileName.toStdString());<br>
<br>
<br>
<br>
I get this error in cmd:<br>
<br>
><br>
> FindFileInPath() : USING %projectpath%\osgPlugins-3.4.<wbr>0\osgdb_ived.dll<br>
> DynamicLibrary::failed loading "osgPlugins-3.4.0/osgdb_ived.<wbr>dll"<br>
<br>
<br>
On version 3.2.2 it worked fine, error occures only in 3.4.0.<br>
Compiler is MSVC 14.0, OS is Win10, project is 32-bit.<br>
<br>
Thank you!<br>
<br>
Cheers,<br>
Lyubov<br>
<br>
------------------<br>
Read this topic online here:<br>
<a href="http://forum.openscenegraph.org/viewtopic.php?p=69284#69284" rel="noreferrer" target="_blank">http://forum.openscenegraph.<wbr>org/viewtopic.php?p=69284#<wbr>69284</a><br>
<br>
<br>
<br>
<br>
<br>
______________________________<wbr>_________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.<wbr>openscenegraph.org</a><br>
<a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" rel="noreferrer" target="_blank">http://lists.openscenegraph.<wbr>org/listinfo.cgi/osg-users-<wbr>openscenegraph.org</a><br>
</blockquote></div><br></div>