HydrogenAudio

Hosted Forums => foobar2000 => Development - (fb2k) => Topic started by: warmbear on 2024-04-04 11:18:30

Title: x64 compilation failed, but x86 compilation succeeded.
Post by: warmbear on 2024-04-04 11:18:30
The compilation for x64 failed, but it succeeded for x86. When compiling SDK-2023-09-23 using x86, the foo_sample.dll can be generated correctly. However, the compilation for the same code failed when using x64, and attempts to resolve the errors were unsuccessful. Could you please advise on any specific preparations that need to be made?
Title: Re: x64 compilation failed, but x86 compilation succeeded.
Post by: marc2k3 on 2024-04-04 11:58:47
I've attached a fixed copy of foo_sample.sln which needs to go inside the foo_sample folder.

Title: Re: x64 compilation failed, but x86 compilation succeeded.
Post by: warmbear on 2024-04-04 12:10:16
Using this sln, I can compile x64 now. Thank you.