Incorrect or corrupted file

Hey
When i tried to install glfw and glad I recent an error.

I did everything as others.

MSVS/Windows problem. Could be: 1) a corrupt .obj file, or 2) you’re trying to link with a .dll file instead of a .lib file.

I tried to link glad.c file. Anyone know how to repait it?

You don’t link with .c files. Those are source files. You first compile them into object files and then link those.

I want to install GLAD