My plugin is not loaded

Typically: "How do I... ", "How can I... " questions
Post Reply
alphaUser
Posts: 19
Joined: 12 Feb 2013, 15:24

My plugin is not loaded

Post by alphaUser »

Hi,

I wrote a plugin for V-REP according to the instructions, based on the v_repExtPluginSkeleton project.
However V-REP doesn't seem to be able to load it. What am I doing wrong?

I am using V-REP 3.0.1 on MacOSX

Cheers

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

Re: My plugin is not loaded

Post by coppelia »

Hello,

This is probably due to the fact that under MacOSX, the application is packaged (i.e. in a bundle). You need to copy the plugin inside of the bundle, where the other plugins are located. Typically: "./vrep.app/Contents/MacOS". That's where the client application is also located.

Cheers

Post Reply