mir-diablo-ii-tools / SlashGaming-Diablo-II-Free-Resolution

A project aimed at modding Diablo II to support any resolution.
Other
98 stars 23 forks source link

compile error with master branch #129

Closed buuug7 closed 9 months ago

buuug7 commented 11 months ago

image

i install nasm from https://www.nasm.us/pub/nasm/releasebuilds/2.16.01/win64/ and comiple with this error accurd, someone can help me which config need to fix for this error?

image

IAmTrial commented 10 months ago

The compile error is because you are attempting to compile the source code using x64-Debug, when you need to change the configuration to x86.

buuug7 commented 9 months ago

@IAmTrial thanks , it works for me , i closed the issue