I've started having trouble building a Windows export. I'm using Gideros 2025.2, and Visual Studio Community 2022 with the latest updates. I'm getting this error when I try to build the giderosgame.Windows projects in release x64 configuration:
The object or library file '..\..\x64\gideros.Windows.lib' was created by a different version of the compiler than other objects like 'x64\Release\DirectXPage.xaml.obj'; rebuild all objects and libraries with the same compiler
I'm wondering if the latest updates to Visual Studio are incompatible with the Gideros libary, or if I'm missing something. I've tried exports from Gideros 2024.6.1 which I've used for Windows releases in the past, but I'm still getting the same error.
Any ideas?
Comments
Likes: MoKaLux
Likes: keszegh
Severity Code Description Project File Line Suppression State Details
Error C1047 The object or library file '..\..\x64\gideros.Windows.lib' was created by a different version of the compiler than other objects like 'x64\Release\DirectXPage.xaml.obj'; rebuild all objects and libraries with the same compiler giderosgame.Windows F:\dev\gideros\uwp\ffshd\giderosgame\giderosgame.Windows\LINK 1
Likes: MoKaLux