Thank you for the reply.
I set the environment variables
globally, in the Control Panel. If I open a Command Prompt, the output of
echo %PATH%
is always correct.
Could you please elaborate a bit more on
- what kind of IDE project I should build (e.g. Win64 Static Library (LIB)),
- what are the "necessary files" I should add to it,
- how to add those files to the project, and
- how to build the project.
Actually, I created a new "Win64 Static Library (LIB)" project, and I tried to add *.c files to it from the unzipped folder, using 'Project -> Add files to project...' but an error message appeared:
Unable to add '*.c' to the project. Unknown file extension, or invalid directory.
I found it rather strange because files with .c extension are listed in the pop-up window by default.
I also tried adding the <
path to the unzipped folder> to the "Includes" in the 'Project -> Project options... -> Folders tab' but it didn't solve my problem either. At runtime, a lot of error messages appeared about zip.h.
Pleaseee try to be a bit more specific, I am a beginner at Pelles C.