Pelles C forum

C language => Beginner questions => Topic started by: marium22 on July 27, 2014, 01:33:40 PM

Title: Building error in pelles C
Post by: marium22 on July 27, 2014, 01:33:40 PM
When I try to build my program, I get this error.

Building hello.OBJ.
Building hello.EXE.
*** Error: polink.exe -machine:ix86 -subsystem:console kernel32.lib advapi32.lib -out:"C:\Users\HP\Documents\Pelles C Projects\Samples\Standard C\Hello\hello.EXE" "C:\Users\HP\Documents\Pelles C Projects\Samples\Standard C\Hello\output\hello.OBJ"
*** Error: The system cannot find the file specified. 
Done.

What could be the reason of it?
Title: Re: Building error in pelles C
Post by: Stefan Pendl on July 28, 2014, 12:48:00 PM
Could you attach the project?
There is an option to export the project in a ZIP file in the IDE menu, no Pelles C currently available so can't give detailed location.
Title: Re: Building error in pelles C
Post by: Bitbeisser on July 29, 2014, 01:10:12 AM
Make sure that you have sufficient user rights and my personally top of the list: Make sure that your anti-virus on the machine that you are using is not interfering by temporarily disabling it when compiling...

Ralf
Title: Re: Building error in pelles C
Post by: qaism123 on October 08, 2014, 01:41:24 PM
I am using the microsoft _findfirst, _findnext, etc functions to scan a directory for files.

These functions require the  io.h  file to be included.