Building error in pelles C

Started by marium22, July 27, 2014, 01:33:40 PM

Previous topic - Next topic

marium22

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?

Stefan Pendl

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.
---
Stefan

Proud member of the UltraDefrag Development Team

Bitbeisser

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

qaism123

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.