AcademySoftwareFoundation / AcademySoftwareFoundation/xstudio
Windows Compiling Failure
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 773
- Forks
- 129
- Avg merge
- 9d 1m
- Merged PRs (30d)
- 10
Description
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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