"Windows32 console application" or "windows form application"???

Discussion in 'C' started by Carlos, Dec 7, 2008.

Thread Status:
Not open for further replies.
  1. Carlos

    Carlos New Member

    Joined:
    Dec 5, 2008
    Messages:
    57
    Likes Received:
    0
    Trophy Points:
    0
    Occupation:
    none
    Hello! I m beginner in C++, and i use VC++ 2005.
    Whenever i write these codes such as
    #include <window.h>
    int WINAPI WinMain(HINSTANCE h,HINSTANCE p, LPSTR s , int show)
    or these type of codes
    int WINAPI WinMain(HINSTANCE h,HINSTANCE p, LPSTR s , int show)

    there comes error, so plz tell me the how these projects are created??
    Either it's "Windows32 console application" or "windows form application"???
     
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    Please do not jump into any Article / Thread with your query but try creating a new thread for the query and wait for the response.

    Also what is the error you get.
     
  3. Carlos

    Carlos New Member

    Joined:
    Dec 5, 2008
    Messages:
    57
    Likes Received:
    0
    Trophy Points:
    0
    Occupation:
    none
    Sorry for that, the error is simple
    Can't open or include #include <window.h>
     
  4. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
Thread Status:
Not open for further replies.

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice