I am having a task to build Cinder from source.
I have to use Imgui docking in the project.
I did compile the project at first by
- going into folder Cinder/proj/vc2019/
- I start the cinder.sln with visual studio 2019
- Build > Build Solution
- I did it for Debug and Release
Than I did go into
Cinder\samples\BasicApp\vc2019
Changed and was able to get imgui window.
But I have to use docker version so…
I replaced
C:\Users???\Documents\GitHub\R_Task\Cinder\include\imgui
C:\Users???\Documents\GitHub\R_Task\Cinder\src\imgui
C:\Users???\Documents\GitHub\R_Task\Cinder\src\cinder
C:\Users???\Documents\GitHub\R_Task\Cinder\include\cinder
With file at
but they seem incompatible.
I tired to resolve the issue by commenting parts of the code, and even was able to build the thing, but example stoped working.
How would you doing this things on windows, using visual studio 2019?
Thanks for any ideas or help. In which direction to.