Thread: console - missing declarations

  1. #1
    Registered User
    Join Date
    Mar 2004
    Posts
    36

    Arrow console - missing declarations

    i was looking at console input modes (SetConsoleMode) and the docs describe 9 of them. But when i use these 4:
    ENABLE_AUTO_POSITION
    ENABLE_EXTENDED_FLAGS
    ENABLE_AUTO_POSITION
    ENABLE_INSERT_MODE

    the compiler says it can't find the declarations...
    I did a search by myself in all include files and find nothing...

    anyone knows what's happening?

    thanks

    [EDIT]
    Ok
    i know now what was the problem...
    Last edited by Jumper; 07-14-2004 at 12:29 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Errors including <windows.h>
    By jw232 in forum Windows Programming
    Replies: 4
    Last Post: 07-29-2008, 01:29 PM
  2. failure to import external C libraries in C++ project
    By nocturna_gr in forum C++ Programming
    Replies: 3
    Last Post: 12-02-2007, 03:49 PM
  3. more then 100errors in header
    By hallo007 in forum Windows Programming
    Replies: 20
    Last Post: 05-13-2007, 08:26 AM
  4. ras.h errors
    By Trent_Easton in forum Windows Programming
    Replies: 8
    Last Post: 07-15-2005, 10:52 PM
  5. pointer to array of objects of struct
    By undisputed007 in forum C++ Programming
    Replies: 12
    Last Post: 03-02-2004, 04:49 AM