Search found 3 matches

by XZhang
14 May 2019, 01:07
Forum: General questions
Topic: vrep gets stuck and no responding frequently
Replies: 1
Views: 611

vrep gets stuck and no responding frequently

Hi, Coo
I find that vrep 3.6.1 gets stuck and no responding frequently and sometimes it works normally when restarts but sometimes it gets stuck again. My OS is Windows 10 X64.
by XZhang
26 Apr 2019, 04:13
Forum: General questions
Topic: compile vrep_c++ project in qt_msvc2017 kit
Replies: 2
Views: 1031

Re: compile vrep_c++ project in qt_msvc2017 kit

The problem is solved by the following two modifications in the pro file:
1. add "DEFINES += DO_NOT_USE_SHARED_MEMORY"
2. cancel "LIBS += ..."
However, I am not clear the effect of DO_NOT_USE_SHARED_MEMORY
by XZhang
25 Apr 2019, 03:27
Forum: General questions
Topic: compile vrep_c++ project in qt_msvc2017 kit
Replies: 2
Views: 1031

compile vrep_c++ project in qt_msvc2017 kit

Hi, coppelia I am working on controlling the robots in vrep by a c++ client. However, different form the IDE used by BubbleRobClient example, I develop the project in QT creator instead of Visual Studio. I add the files in the directoris of include and remoteApi to the project ,set the pre-compiling...