We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
博主,你好!出现error:“SEACAVE::String &SEACAVE::Util::ensureUnifySlash(SEACAVE::String &)”: 无法将参数 1 从“SEACAVE::String”转换为“SEACAVE::String &”无法编译J3Dgui.exe,其他编译成功,可否告知解决方法,感激不尽
The text was updated successfully, but these errors were encountered:
这里是因为msvc2017编译器升级,使隐式转换的条件更苛刻导致的问题,尝试一下拉一下J3DReconstruction的最新代码,并将 openMVS\src\libs\Common\Util.h的280行改成static String& ensureUnifySlash(String path)试试呢
Sorry, something went wrong.
改成static String& ensureUnifySlash(String path)这个 会导致异常出现 Debug Assertion Failed
No branches or pull requests
博主,你好!出现error:“SEACAVE::String &SEACAVE::Util::ensureUnifySlash(SEACAVE::String &)”: 无法将参数 1 从“SEACAVE::String”转换为“SEACAVE::String &”无法编译J3Dgui.exe,其他编译成功,可否告知解决方法,感激不尽
The text was updated successfully, but these errors were encountered: