Pelles C forum

Pelles C => Bug reports => Topic started by: leandrojardim on December 12, 2016, 03:46:28 AM

Title: Linker can't read library paths with "ç" and "ã" inside
Post by: leandrojardim on December 12, 2016, 03:46:28 AM
I have included the path "D:\Pasta De Programação\SDK Do Windows\Lib\Win" to a DirectX project with the Pelle's C 8 IDE, but the linker can't link the object code and exits with the message "fatal error: File not found: 'd3d11.lib". It have to do with the "ç" or "ã" accents, because when I change them to the "c" and "a" counterparts, the linker finds the file and generates the executable successfully.
Title: Re: Linker can't read library paths with "ç" and "ã" inside
Post by: leandrojardim on January 07, 2017, 09:34:35 PM
Sorry, I have corrected the bug report. I will need to take more caution next time. :)