NO

Author Topic: Windows header files  (Read 4263 times)

neha kapila

  • Guest
Windows header files
« on: January 28, 2015, 08:09:47 AM »
I have copied a code from the book. and there is a header file - #include<windows.h> which is not supported in pelles. Please tell me the alternative for this header file.

czerny

  • Guest
Re: Windows header files
« Reply #1 on: January 28, 2015, 10:44:10 AM »
Sure it is!
What have you done?

neha kapila

  • Guest
Re: Windows header files
« Reply #2 on: January 29, 2015, 09:40:13 AM »
i have attached the zip file. Please help as i am a novice and no idea about how to make a windows project from the console one.

czerny

  • Guest
Re: Windows header files
« Reply #3 on: January 29, 2015, 10:03:54 AM »
Same cause! It is a console project. You should select a windows project.

Offline Robert

  • Member
  • *
  • Posts: 245
Re: Windows header files
« Reply #4 on: January 29, 2015, 10:17:24 PM »
i have attached the zip file. Please help as i am a novice and no idea about how to make a windows project from the console one.

Hi Neha:

Open your project in the Pelle's C IDE (poide).

Click on the Project menu.

Click on the Project Options menu item.

Click on the Linker Tab in the project options dialog.

Click on the Type dropdown arrow in the Subsystem section and click on Windows.

Robert Wishlaw

neha kapila

  • Guest
Re: Windows header files
« Reply #5 on: February 03, 2015, 08:00:04 AM »
hey robert.
i did what you said but it is giving the same errors.