Hi
I'm trying to build my own project that builds fine on an Intel Windows 11 PC.
I'm now trying to build it on an Apple M3 laptop with Parallels running ARM Windows 11. Part of the project using bindgen to bring in some of the Windows headers. It's not working in parallels.
I've Visual Studio 2022 Pro installed and LLVM.
I get an error
Unable to find libclang: "the libclang
shared library at C:\Program Files\LLVM\bin\libclang.dll could not be opened: LoadLibraryExW failed"
LLVM and libclang.dll is installed in the directory its looking for.
Has anyone successfully built with Bindgen and a similar setup? If so, any tips?
Thanks