Hi, I am new to Pelles C, therefore I post it here. In my first Pelles C program, I use PathCchAddBackslash. This function is declared in pathcch.h so I included that file. According to the documentation at MSDN, the function is included in Pathcch.lib. When I add this lib to the linker options (library and object files), the file can not be found during the linking process. In fact, there is no such lib in Pelles C program dir. There is a file pathcch.lib elsewhere on my PC. Can I just copy this lib and use it? Or should I use a different solution?
Any help is appreciated.