Compiling help: error #1479
-
i was tryin to make an engine while i was compiling this issue apeared obj\msvc19-arm64-nc\70e38311_Context3DElementType.obj : fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'ARM64' |
Beta Was this translation helpful? Give feedback.
Replies: 14 comments
-
What device are you on? From the message looks like you're on some ARM based device |
Beta Was this translation helpful? Give feedback.
-
im on a matebook 13 |
Beta Was this translation helpful? Give feedback.
-
My bad, seems like you're trying to compile something for ARM whilst on x64, I'm pretty sure you downloaded a component on VS 2019 for ARM instead of x64 |
Beta Was this translation helpful? Give feedback.
-
ok |
Beta Was this translation helpful? Give feedback.
-
which component? I tried arm and 64 |
Beta Was this translation helpful? Give feedback.
-
its really starting to get on my nerves.. |
Beta Was this translation helpful? Give feedback.
-
p sure funkin isn't supported on arm64, you should use x64 |
Beta Was this translation helpful? Give feedback.
-
do "lime build windows -64" to force it to build to x64 lime doesn't support building to arm64 unless you're building to iOS or android |
Beta Was this translation helpful? Give feedback.
-
still shows obj\msvc19-arm64-nc\70e38311_Context3DElementType.obj : fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'ARM64' |
Beta Was this translation helpful? Give feedback.
-
Are you sure you haven't accidentally installed VS2019 components for ARM? |
Beta Was this translation helpful? Give feedback.
-
yes pretty sure |
Beta Was this translation helpful? Give feedback.
-
switched computers now i can compile so ill mark this as a answer |
Beta Was this translation helpful? Give feedback.
switched computers now i can compile so ill mark this as a answer