Thread: Visual C++ 6's Resource Compiler Argh!!

  1. #1
    Registered User
    Join Date
    Feb 2003
    Posts
    76

    Visual C++ 6's Resource Compiler Argh!!

    Hi I am trying to put things like cursors and icons into my windows applications and when I create my rc file in notepad (I hate all the wizards involved in doing it in VC++) and I name my icons by strings it works fine, but when I try to use integer Id's and define the integer IDS in a header file the resource compiler creates an error saying that there was an unexpted end of file in my header file. Please help.
    Ive included my Project as a zip file for anyone who thinks they can help me thanks.

  2. #2
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    You're mixing up ID1_ICON and ICON_ID1

  3. #3
    Registered User
    Join Date
    Feb 2003
    Posts
    76
    Thanks but I changed it so that they all follow the same ID_ICON1 but the resource compiler still says that there is an unexpected end of file. Have you actually got the file to work??
    Thanks

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Templates and Macros plus more...
    By Monkeymagic in forum C++ Programming
    Replies: 8
    Last Post: 01-20-2007, 05:53 PM
  2. Errors with including winsock 2 lib
    By gamingdl'er in forum C++ Programming
    Replies: 3
    Last Post: 12-05-2005, 08:13 PM
  3. Free Visual C Compiler?
    By unanimous in forum C Programming
    Replies: 3
    Last Post: 12-05-2001, 03:15 PM
  4. Microsoft Visual C++ compiler, cast problem?
    By jonnie75 in forum C Programming
    Replies: 5
    Last Post: 11-10-2001, 08:53 AM
  5. MS visual c++ 6 compiler problem
    By buck71 in forum C Programming
    Replies: 2
    Last Post: 10-30-2001, 04:09 AM