Compile in free C++ IDE?

Typically: "How do I... ", "How can I... " questions
Post Reply
assimoes
Posts: 1
Joined: 23 Sep 2013, 04:28

Compile in free C++ IDE?

Post by assimoes »

Dear friends,

I have been trying to run V-REP in the last days form a free C++ IDE like DevCpp (a requirement from my university), but without success. Have anyone succeeded in a task like this?
Anyway, some questions: is it necessary to include any dll? What are the expected includes and linkers options? Those described in the manual do not allow to run (there is a linker error even when I fulfill all the steps you mentioned).
Any direction would be great...
Regards!

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

Re: Compile in free C++ IDE?

Post by coppelia »

Hello,

V-REP is heavily based on Qt, for which reason we recommend to use Qt Creator to edit and compile V-REP code. If you want to use something different have a look at the various basic requirements, for instance here.

Cheers

Post Reply