Thread: What's wrong with this rc file?

  1. #1
    Registered User
    Join Date
    May 2006
    Posts
    100

    What's wrong with this rc file?

    Why am I getting an unexpected EOF error in VC8 from this .rc file?

    Code:
    //————————————————————————————————-
    // Icons Range : 1000 - 1999
    //————————————————————————————————-
    #define IDI_SKELETON 1000
    #define IDI_SKELETON_SM 1001
    I'm just starting to learn Windows programming, so I wouldn't be surprised if it's something rather elementary.

    Thanks.

  2. #2
    Registered User
    Join Date
    Dec 2007
    Posts
    214
    That is impossible to say from that code.

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problems passing a file pointer to functions
    By smitchell in forum C Programming
    Replies: 4
    Last Post: 09-30-2008, 02:29 PM
  2. Formatting a text file...
    By dagorsul in forum C Programming
    Replies: 12
    Last Post: 05-02-2008, 03:53 AM
  3. Need Help Fixing My C Program. Deals with File I/O
    By Matus in forum C Programming
    Replies: 7
    Last Post: 04-29-2008, 07:51 PM
  4. gcc link external library
    By spank in forum C Programming
    Replies: 6
    Last Post: 08-08-2007, 03:44 PM
  5. Encryption program
    By zeiffelz in forum C Programming
    Replies: 1
    Last Post: 06-15-2005, 03:39 AM