Skip to content
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

博主,你好!出现error:“SEACAVE::String &SEACAVE::Util::ensureUnifySlash(SEACAVE::String &)”: 无法将参数 1 从“SEACAVE::String”转换为“SEACAVE::String &” #2

Closed
xiaojin-code opened this issue Mar 8, 2022 · 2 comments

Comments

@xiaojin-code
Copy link

博主,你好!出现error:“SEACAVE::String &SEACAVE::Util::ensureUnifySlash(SEACAVE::String &)”: 无法将参数 1 从“SEACAVE::String”转换为“SEACAVE::String &”无法编译J3Dgui.exe,其他编译成功,可否告知解决方法,感激不尽

@SoulBasic
Copy link
Owner

这里是因为msvc2017编译器升级,使隐式转换的条件更苛刻导致的问题,尝试一下拉一下J3DReconstruction的最新代码,并将 openMVS\src\libs\Common\Util.h的280行改成static String& ensureUnifySlash(String path)试试呢

@YT-Chow
Copy link

YT-Chow commented Apr 19, 2023

改成static String& ensureUnifySlash(String path)这个 会导致异常出现 Debug Assertion Failed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants