-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VS2015 complile error #11
Comments
Are you using the current version of mlib? This should have been fixed in: cd69b7b#diff-e4f7e327bd8beeb04e893cb4c386f69b |
Yes. I get the source package with git clone the lastest master. |
Can you write the exact compilation error that you get? Can you try to compile it with VS2019? I just tried it again with VS2019 and I am unable to reproduce the error that you get. |
I have already solve the problem . Thanks! |
I met the same problem and tried a lot of method but didn't work. Could you please tell me how you solve it? |
@CaffeMrDe could you tell me how to fix that error, I am using visual studio 2017 I am getting the same error |
@dazinovic I got the Following error when i try to compile bundle fusion and I am using VS 2017 could you please suggest me solution , and I am using the new mlib externales from git thankyou. Severity Code Description Project File Line Suppression State |
I guess the problem what cause is the VS complier version. I change the complier version to vs2013, and it solve. |
@CaffeMrDe thank you for your suggestion, I want to run the project on VS2017 or Vs 2015 Compiler , could you give me some suggestion , thankyou |
I try to complie the bundlefusion with vs2015, but it occur the problem about it . I thinks it compile problem, but how can I solve it?
1>d:\3dre\bundlefusion\external\mlib\include\application-d3d11\d3d11canvas2d.h(302): error C2280: “ml::D3D11Canvas2D::ElementBillboard::ElementBillboard(const ml::D3D11Canvas2D::ElementBillboard &)”:
Thanks you!
The text was updated successfully, but these errors were encountered: