Shared memory - 'simExtShareMemoryWrite' (a nil value)

Typically: "How do I... ", "How can I... " questions
Post Reply
avico23
Posts: 5
Joined: 06 Sep 2017, 12:41

Shared memory - 'simExtShareMemoryWrite' (a nil value)

Post by avico23 »

Hello, I'm trying to connect vrep to Simulink via Shared memory communication, by courtesy of Diego Daniel Santiago.
I have copied the dll file (v_repExtShareMemory.dll) to V-REP main folder (C:\Program Files\V-REP3\V-REP_PRO_EDU)
When I run the example codes (see camerasExample,…) I receive the following error inside the vrep terminal :
"
Lua runtime error: [string "SCRIPT visionSensor#1"]:45: attempt to call global 'simExtShareMemoryWrite' (a nil value)
stack traceback:
[string "SCRIPT visionSensor#1"]:45: in main chunk

"
Can you please help me understand why.

Post Reply