Jack·Boos·Yu
Jack·Boos·Yu
So `IMGUI_IMPL_METAL_CPP` has conflict with `__OBJC__` which related to build `.mm` file. Right?
@ocornut Needs some help here.
We need to understand the source code before we fix this issue.
Hi @ocornut , do you know who contribute these related code?
I saw https://github.com/vczh-libraries/Release/tree/master/Import has many source files, but I don't know what files should be corresponding to the features. I looked up the documentation but couldn't find instructions.
> Is there a public record of the actual problems? Trying to have communication in Teams internal.
arm64-windows: ``` D:\buildtrees\vlpp\src\89147234d4-66da526de7.clean\Import\VlppOS.Windows.cpp(1782): error C3861: '_mm_pause': identifier not found ``` x64-osx: ``` /Users/vagrant/Data/buildtrees/vlpp/src/89147234d4-66da526de7.clean/Import/VlppOS.Linux.cpp:51:17: error: use of undeclared identifier 'PATH_MAX' char buffer[PATH_MAX] = { 0 }; ^ /Users/vagrant/Data/buildtrees/vlpp/src/89147234d4-66da526de7.clean/Import/VlppOS.Linux.cpp:52:20: error: use of...
@vczh any ideas with the regressions?
Waiting for internal discuss result.