frederik.dumarey Messages: 30 Registered: December 2021 Location: Belgium
Member
I found the solution:
Since I installed U++ in d:\program files(x86)\Ultimate++\upp some linking commands are not "space" aware and were responsible for the linking error. In order to fix this I did:
- create a directory symbolic link to d:\upp for the above directory
- changed the .var files to d://upp//...
- start theide.exe from d:\upp\theide.exe so path variables are reset to d:\upp
When I now add packages like plugin/jpg the linker refers to d:\upp\... without spaces in the file path and everything compiles okay as you can see hereunder:
Linking...
D:\upp\out\MyApps\CLANGx64.Debug.Debug_Full.Gui\GuiScanlines.exe (7829504 B) linked in (0:00.75)
Case closed and maybe it can help others, or could be "solved" in future releases