Thread: Dev-C++ tooltip function protos

  1. #1
    Registered User
    Join Date
    Jan 2005
    Posts
    70

    Dev-C++ tooltip function syntax randomly works

    Dev-C++ (4.9.9.2) shows the function syntax tooltip for SetTimer but not for GetMessage, Dispatch Message, MessageBox, or anything else afaik. I've #included <windows.h> (my include directory is set to the one that comes with Dev++).

    If I set the directories to Micorsoft's Platform SDK it won't compilie,
    and interestingly one of the many errors is "must define a target architecture"

    Can Dev-C++ compile for other than X86? Does it include StrongARM?
    Last edited by willkoh; 08-27-2005 at 09:37 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Undefined Reference Compiling Error
    By AlakaAlaki in forum C++ Programming
    Replies: 1
    Last Post: 06-27-2008, 11:45 AM
  2. Screwy Linker Error - VC2005
    By Tonto in forum C++ Programming
    Replies: 5
    Last Post: 06-19-2007, 02:39 PM
  3. We Got _DEBUG Errors
    By Tonto in forum Windows Programming
    Replies: 5
    Last Post: 12-22-2006, 05:45 PM
  4. Game Pointer Trouble?
    By Drahcir in forum C Programming
    Replies: 8
    Last Post: 02-04-2006, 02:53 AM
  5. Question..
    By pode in forum Windows Programming
    Replies: 12
    Last Post: 12-19-2004, 07:05 PM