xstudio icon indicating copy to clipboard operation
xstudio copied to clipboard

Windows Compiling Failure

Open art2223 opened this issue 5 months ago • 1 comments

Image

While trying to compile on Windows 11 this fatal error occurs, then the terminal proceeds to work a little more on compiling some more stuff, but ultimately does not generate .exe file on build directory.

I have followed all steps enabling long path support, installed GIT, installed MS Visual Studio 2022, installed Qt 6.5.3 SDK, downloaded VCPKG repo.....

I have no idea why LNK1104 is still an issue.

my set LIB seems to be correct aswell

but compiling eventually returns LNK1104, as if it could not open atls.lib I have also tested atls.lib through a simple test.cpp, and it created a test.exe file

Does anyone know why LNK1104 keeps showing up?

art2223 avatar Aug 14 '25 07:08 art2223

facing exactly the same issue

EDIT: i managed to fix this by installing the correct atl via Visual Studio Installer

tweak-wtf avatar Sep 10 '25 11:09 tweak-wtf