I tried to create my own plugin following the BubbleRob tutorial in User Manualhttp://www.coppeliarobotics.com/helpFiles/index.html.
My enviorment is VS2015 and my V-rep version is 3.5.
I also download the origin code of BubbleRob tutorial, and create a DLL program in VS2015. The code is here.https://github.com/CoppeliaRobotics/v_repExtBubbleRob
After debuging common errors , I just cannot resolve this one. The error is
error LNK2001 unresolved external symbol "float (__cdecl* simGetSimulationTimeStep)(void)" (?simGetSimulationTimeStep@@3P6AMXZA)
obviously , simGetSimulationTimeStep is an api function of v-rep , it has already defined in, v_repLib.h.
HELP~~~
BubbleRob tutorial:missing dll when i create my own plugin.
Re: BubbleRob tutorial:missing dll when i create my own plugin.
I find the reason why i cannot link to v_rep.dll......there is no need to link to it, cause the source code is in "programing/common"
-_-# -_-# -_-#
-_-# -_-# -_-#