Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Another "fatal error RC1107" bug...

Another "fatal error RC1107" bug...

Scheduled Pinned Locked Moved C / C++ / MFC
helpcsharpvisual-studiocomalgorithms
8 Posts 7 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • X Offline
    X Offline
    xjohnx
    wrote on last edited by
    #1

    In VS2005 running on WinXP Pro, I keep getting this error, "fatal error RC1107" any time I try to double click the resource file for my project in the Solution Explorer. It's not just one project, it's all of them. And even if I make a new project just from scratch, it still happens. So there has to be something wrong with my machine right? Here's a pic of my problem for those who care to see... Everywhere I went, they all said it has to do with project settings, and a bug in visual studio that was adding double quotes, but my Resources Command Line looks fine: /d "_DEBUG" /d "_AFXDLL" /l 0x409 /I "Debug" /fo"Debug/WadBuilder.res" Any ideas would be great :-) Sorry if this has already been addressed a thousand times before. I did a few hours of searching on the internet, and none of the other solutions I saw worked... Thanks in advance.

    D 1 Reply Last reply
    0
    • X xjohnx

      In VS2005 running on WinXP Pro, I keep getting this error, "fatal error RC1107" any time I try to double click the resource file for my project in the Solution Explorer. It's not just one project, it's all of them. And even if I make a new project just from scratch, it still happens. So there has to be something wrong with my machine right? Here's a pic of my problem for those who care to see... Everywhere I went, they all said it has to do with project settings, and a bug in visual studio that was adding double quotes, but my Resources Command Line looks fine: /d "_DEBUG" /d "_AFXDLL" /l 0x409 /I "Debug" /fo"Debug/WadBuilder.res" Any ideas would be great :-) Sorry if this has already been addressed a thousand times before. I did a few hours of searching on the internet, and none of the other solutions I saw worked... Thanks in advance.

      D Offline
      D Offline
      David Crow
      wrote on last edited by
      #2

      Try this.


      "A good athlete is the result of a good and worthy opponent." - David Crow

      "To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne

      X 1 Reply Last reply
      0
      • D David Crow

        Try this.


        "A good athlete is the result of a good and worthy opponent." - David Crow

        "To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne

        X Offline
        X Offline
        xjohnx
        wrote on last edited by
        #3

        Ah thanks... I had already tried googling for the error message and gone through plenty of pages, but I just went through them all again and a few more this morning, and finially found it.. Most of them were a slightly different bug, but incase someone else has the problem and ends up here: "To fix the problem, I made a minor change to the include paths in the IDE. Tools -> Options -> Projects and Solutions -> VC++ Directories Show directories for: Include files I Added a slash to my last path, so "P:\" became "P:\\". Ok the changes and the problem went away. :-) Hope this works for you. Andy"

        T D C A 4 Replies Last reply
        0
        • X xjohnx

          Ah thanks... I had already tried googling for the error message and gone through plenty of pages, but I just went through them all again and a few more this morning, and finially found it.. Most of them were a slightly different bug, but incase someone else has the problem and ends up here: "To fix the problem, I made a minor change to the include paths in the IDE. Tools -> Options -> Projects and Solutions -> VC++ Directories Show directories for: Include files I Added a slash to my last path, so "P:\" became "P:\\". Ok the changes and the problem went away. :-) Hope this works for you. Andy"

          T Offline
          T Offline
          theCPkid
          wrote on last edited by
          #4

          Hey, many thanks to you!! i was getting the same problem and then on checking my include directory list, I found '\' at end of one of the include paths. Removing that '\' solved the problem for me.

          H 1 Reply Last reply
          0
          • T theCPkid

            Hey, many thanks to you!! i was getting the same problem and then on checking my include directory list, I found '\' at end of one of the include paths. Removing that '\' solved the problem for me.

            H Offline
            H Offline
            Hofver
            wrote on last edited by
            #5

            Thanks guys!!! I can't help but wonder how long it would have taken to fix this problem if I hadn't found this information ... the internet in general and Codeproject in particular is pretty neat some times ... :)

            This is not a signature.

            1 Reply Last reply
            0
            • X xjohnx

              Ah thanks... I had already tried googling for the error message and gone through plenty of pages, but I just went through them all again and a few more this morning, and finially found it.. Most of them were a slightly different bug, but incase someone else has the problem and ends up here: "To fix the problem, I made a minor change to the include paths in the IDE. Tools -> Options -> Projects and Solutions -> VC++ Directories Show directories for: Include files I Added a slash to my last path, so "P:\" became "P:\\". Ok the changes and the problem went away. :-) Hope this works for you. Andy"

              D Offline
              D Offline
              deyadav
              wrote on last edited by
              #6

              Thanks Guys... Its fixed for me also:cool:

              1 Reply Last reply
              0
              • X xjohnx

                Ah thanks... I had already tried googling for the error message and gone through plenty of pages, but I just went through them all again and a few more this morning, and finially found it.. Most of them were a slightly different bug, but incase someone else has the problem and ends up here: "To fix the problem, I made a minor change to the include paths in the IDE. Tools -> Options -> Projects and Solutions -> VC++ Directories Show directories for: Include files I Added a slash to my last path, so "P:\" became "P:\\". Ok the changes and the problem went away. :-) Hope this works for you. Andy"

                C Offline
                C Offline
                copali
                wrote on last edited by
                #7

                Many thanks!!!! I can't believe it :)

                1 Reply Last reply
                0
                • X xjohnx

                  Ah thanks... I had already tried googling for the error message and gone through plenty of pages, but I just went through them all again and a few more this morning, and finially found it.. Most of them were a slightly different bug, but incase someone else has the problem and ends up here: "To fix the problem, I made a minor change to the include paths in the IDE. Tools -> Options -> Projects and Solutions -> VC++ Directories Show directories for: Include files I Added a slash to my last path, so "P:\" became "P:\\". Ok the changes and the problem went away. :-) Hope this works for you. Andy"

                  A Offline
                  A Offline
                  avinash mp
                  wrote on last edited by
                  #8

                  Hey, thank you.. i was struggling to fix this issue since 2days... you saved my time.... I really wonder how you ended up changing the include path :)

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups