Problem Adding plugins

Typically: "How do I... ", "How can I... " questions
Post Reply
dds
Posts: 85
Joined: 20 Mar 2014, 14:35

Problem Adding plugins

Post by dds »

Hello I am using V-REP version 3.4.0 (rev1) on windows 7 64 bit.
I have a problem with plugins compiled on my machine (with Qt 5.7.0 MSVC2015 32bit). The code of the plugins compiles correctly, however when I add the plugins to the Vrep folder get the following error on command windows:
Plugin 'xxxxxx:' "load failes (could not load). The plugin probably couldn't load dependency libraries.Try rebuilding the plugin"

coppelia
Site Admin
Posts: 10361
Joined: 14 Dec 2012, 00:25

Re: Problem Adding plugins

Post by coppelia »

Hello,

this is normal: since V-REP version 3.4.0, the Windows build is 64bit (32bit before that). A 64bit application cannot load a 32bit application, and vice-versa (except if you use some third-party library as a wrapper).
At the same time, if your plugin uses Qt libraries then you need also to make sure to use exactly the same Qt version as V-REP (in that case Qt 5.6.2).

Cheers

Post Reply