Command windows when running V-REP

Typically: "How do I... ", "How can I... " questions
Post Reply
neshom
Posts: 71
Joined: 21 Jul 2015, 20:55

Command windows when running V-REP

Post by neshom »

Hello,

Is there any way to hide the black command windows when running V-REP with -h command (no GUI mode)?

Thanks in advnace

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

Re: Command windows when running V-REP

Post by coppelia »

Hello,

do you mean the terminal window from where you launch V-REP? This is probably possible, but that would be not directly handled by V-REP. Have a look here for instance. For Windows there must be a similar approach. Other than this, you will have to recompile V-REP's main client application (i.e. vrep.exe, located in programming/v_repClientApplication) and remove following line from the Qt project file:

Code: Select all

CONFIG += console
Cheers

Post Reply