Open chethanab16 opened 4 years ago
Do you have the latest version of mlib? In one of you other images, this line was different:
https://github.com/niessner/mLib/blob/master/include/application-d3d11/D3D11Canvas2D.h#L302
Hi thankyou for your reply , yes I tried initially with old mlib got the following error .
I tried with latest Mlib also , but I got other errors as below ,Could you please give me suggestion how to fix these errors
Hi I tried with visual studio platform tool set V141 and Vs 2017 using the new Mlib external
Which version of Eigen do you use? If it's the one from mlibexternal, can you download the newest one and try with that?
@dazinovic thankyou for your reply I use eigen 33b1 thankyou
@dazinovic I tried with New Mlib and from this link https://github.com/niessner/mLib an also I tried with latest eigen But still has the following problem ,some suggestion would be would be helpful ,thankyou
Errors when I used old Eigen- with new Mlib
Errors when I used latest Eigen- with new Mlib
@dazinovic I tried with VS 2015 and VS 2017
After Fixing the the array_wrapper.hpp issues following Error accord regarding Eigen Then I changed to Current Eigen but got the following error same with VS 2017 and VS 2015
.
some suggestion would be helpful
@dazinovic I tried with New Mlib and from this link https://github.com/niessner/mLib an also I tried with latest eigen But still has the following problem ,some suggestion would be would be helpful ,thankyou
Errors when I used old Eigen- with new Mlib
Errors when I used latest Eigen- with new Mlib
I happened to find out a way to solve this problem. It turned out to be a bug in ~\mLibExternal\include\Eigen. Please replace the following line in \Eigen\src\Core\util\Macros.h
with
The assignment operators are then generated in your compilation.
Hi I try to compile the bundle fusion with visual studio 2017(platform tool set v141) but got the following error , could some one give me suggestion how to solve this problem.
Thankyou