NO

Author Topic: Building error in pelles C  (Read 3427 times)

marium22

  • Guest
Building error in pelles C
« 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?

Offline Stefan Pendl

  • Global Moderator
  • Member
  • *****
  • Posts: 582
    • Homepage
Re: Building error in pelles C
« Reply #1 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.
---
Stefan

Proud member of the UltraDefrag Development Team

Offline Bitbeisser

  • Global Moderator
  • Member
  • *****
  • Posts: 772
Re: Building error in pelles C
« Reply #2 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

qaism123

  • Guest
Re: Building error in pelles C
« Reply #3 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.