- Thread starter
- #471
Well, regarding the AnyCPU:Yes, libbluray is provided as x86 and x64 binary, so my question was : i can provide with anycpu ?
Ir you use libbluray submodule, you will found sln dedicated to libbbluray
- if the App.exe(compiled as AnyCPU) is being executed on x64 platform, then it will be switched to x64 mode(by default) and will require x64 version of libluray and AnyCPU/x64 managed libs.
- if the App.exe(compiled as AnyCPU) is being executed on x86 platform, then it will be switched to 32bit mode and will requireWin32 version of libluray and AnyCPU/x86 managed libs.