AcademySoftwareFoundation / AcademySoftwareFoundation/xstudio

Windows Compiling Failure

Open
#144 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
773
Forks
129
Avg merge
9d 1m
Merged PRs (30d)
10

Description

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?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the Windows 11 build and inspect the reported LNK1104 failure involving atls.lib, using the stated Visual Studio 2022, Qt 6.5.3, Git, and vcpkg setup. Compare the build environment and LIB configuration with the successful test.cpp compilation; done means the project completes and generates an .exe in the build directory.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
build-system
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.