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#
  4. Please help compiling Dr Dobbs Challenge from 2008

Please help compiling Dr Dobbs Challenge from 2008

Scheduled Pinned Locked Moved C#
csharpc++visual-studiohelpquestion
21 Posts 6 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.
  • C Offline
    C Offline
    cgb143
    wrote on last edited by
    #1

    I have recently obtained the files for the old Dr Dobbs Challenge and wanted to use them to help my 13 year old grandson learn programming. All other sources of help seem to have dried up. The project file indicates Visual Studio # 2008. I downloaded/installed VC# 2008 and Silverlight but VStudio won't load the project and reports incompatibility errors. I should say I also have VS2005 and VS2010 (C# and C++) as well as AVR Studio 5 (uses VS2010) on the computer, could there be a conflict? Please help! what do I need to change.

    V R B L P 5 Replies Last reply
    0
    • C cgb143

      I have recently obtained the files for the old Dr Dobbs Challenge and wanted to use them to help my 13 year old grandson learn programming. All other sources of help seem to have dried up. The project file indicates Visual Studio # 2008. I downloaded/installed VC# 2008 and Silverlight but VStudio won't load the project and reports incompatibility errors. I should say I also have VS2005 and VS2010 (C# and C++) as well as AVR Studio 5 (uses VS2010) on the computer, could there be a conflict? Please help! what do I need to change.

      V Offline
      V Offline
      vbmike
      wrote on last edited by
      #2

      I think you may have to be a little specific about the errors you are getting. VS2010 should open it and offer to convert the code for you but you may have to manually correct some things. If possible I would search for other similar examples to download that are a little more recent. Maybe google can assist you.?? vbmike

      C 1 Reply Last reply
      0
      • C cgb143

        I have recently obtained the files for the old Dr Dobbs Challenge and wanted to use them to help my 13 year old grandson learn programming. All other sources of help seem to have dried up. The project file indicates Visual Studio # 2008. I downloaded/installed VC# 2008 and Silverlight but VStudio won't load the project and reports incompatibility errors. I should say I also have VS2005 and VS2010 (C# and C++) as well as AVR Studio 5 (uses VS2010) on the computer, could there be a conflict? Please help! what do I need to change.

        R Offline
        R Offline
        RobCroll
        wrote on last edited by
        #3

        You might also want to take a look at Small Basic. The tutorial is great for young beginners.

        "You get that on the big jobs."

        C 1 Reply Last reply
        0
        • V vbmike

          I think you may have to be a little specific about the errors you are getting. VS2010 should open it and offer to convert the code for you but you may have to manually correct some things. If possible I would search for other similar examples to download that are a little more recent. Maybe google can assist you.?? vbmike

          C Offline
          C Offline
          cgb143
          wrote on last edited by
          #4

          I can't believe I need 2010, it wasn't released at the time of this project. The actual error message is two lines, " The project file "C:\~~~~~ .csproj' cannot be opened" followed by "The project type is not supported by this installation" NOTE: I replaced the path with ~~~~~ . This is a standard installation of VS2008 Express and Silverlight as specified.

          1 Reply Last reply
          0
          • R RobCroll

            You might also want to take a look at Small Basic. The tutorial is great for young beginners.

            "You get that on the big jobs."

            C Offline
            C Offline
            cgb143
            wrote on last edited by
            #5

            I have already exposed him to 6+ months of Small Basic and he has done well. I figured it was time to move on. Small Basic is good but in a limited way and it certainly isn't like any BASIC I grew up using. I guess that's why it's called "Small Basic". If we continue with BASIC it will probably be Dark Basic.

            1 Reply Last reply
            0
            • C cgb143

              I have recently obtained the files for the old Dr Dobbs Challenge and wanted to use them to help my 13 year old grandson learn programming. All other sources of help seem to have dried up. The project file indicates Visual Studio # 2008. I downloaded/installed VC# 2008 and Silverlight but VStudio won't load the project and reports incompatibility errors. I should say I also have VS2005 and VS2010 (C# and C++) as well as AVR Studio 5 (uses VS2010) on the computer, could there be a conflict? Please help! what do I need to change.

              B Offline
              B Offline
              BobJanova
              wrote on last edited by
              #6

              Try SharpDevelop, it will generally open VS project/solution files and it's free and good.

              C 1 Reply Last reply
              0
              • C cgb143

                I have recently obtained the files for the old Dr Dobbs Challenge and wanted to use them to help my 13 year old grandson learn programming. All other sources of help seem to have dried up. The project file indicates Visual Studio # 2008. I downloaded/installed VC# 2008 and Silverlight but VStudio won't load the project and reports incompatibility errors. I should say I also have VS2005 and VS2010 (C# and C++) as well as AVR Studio 5 (uses VS2010) on the computer, could there be a conflict? Please help! what do I need to change.

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #7

                cgb143 wrote:

                VStudio won't load the project and reports incompatibility errors.

                Can you post the errors here? Or a screenshot? Alternatively, you can try opening it with VS2010.

                C 1 Reply Last reply
                0
                • C cgb143

                  I have recently obtained the files for the old Dr Dobbs Challenge and wanted to use them to help my 13 year old grandson learn programming. All other sources of help seem to have dried up. The project file indicates Visual Studio # 2008. I downloaded/installed VC# 2008 and Silverlight but VStudio won't load the project and reports incompatibility errors. I should say I also have VS2005 and VS2010 (C# and C++) as well as AVR Studio 5 (uses VS2010) on the computer, could there be a conflict? Please help! what do I need to change.

                  P Offline
                  P Offline
                  Pete OHanlon
                  wrote on last edited by
                  #8

                  Could you actually post the link to the download? If you do, I'll download it and take a look later on tonight.

                  *pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

                  "Mind bleach! Send me mind bleach!" - Nagy Vilmos

                  My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility

                  C 1 Reply Last reply
                  0
                  • P Pete OHanlon

                    Could you actually post the link to the download? If you do, I'll download it and take a look later on tonight.

                    *pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

                    "Mind bleach! Send me mind bleach!" - Nagy Vilmos

                    My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility

                    C Offline
                    C Offline
                    cgb143
                    wrote on last edited by
                    #9

                    I downloaded it some months back. The zip DDC2.zip is 3Mb so i don't think i can post it here

                    P 1 Reply Last reply
                    0
                    • C cgb143

                      I downloaded it some months back. The zip DDC2.zip is 3Mb so i don't think i can post it here

                      P Offline
                      P Offline
                      Pete OHanlon
                      wrote on last edited by
                      #10

                      Just the link to the original if you can find it. My suspicion is that it supports solution folders (which would indicate this is a VS Pro or above version) and you have an express edition. Alternatively, there is content in there such as C++ or VB.NET and you are using a language specific edition (e.g. Visual C# Express 2008).

                      *pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

                      "Mind bleach! Send me mind bleach!" - Nagy Vilmos

                      My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility

                      C 2 Replies Last reply
                      0
                      • L Lost User

                        cgb143 wrote:

                        VStudio won't load the project and reports incompatibility errors.

                        Can you post the errors here? Or a screenshot? Alternatively, you can try opening it with VS2010.

                        C Offline
                        C Offline
                        cgb143
                        wrote on last edited by
                        #11

                        The actual error message is two lines, " The project file "C:\ \ Dr. Dobb's Challenge2.csproj' cannot be opened" followed by "The project type is not supported by this installation"

                        1 Reply Last reply
                        0
                        • B BobJanova

                          Try SharpDevelop, it will generally open VS project/solution files and it's free and good.

                          C Offline
                          C Offline
                          cgb143
                          wrote on last edited by
                          #12

                          Thanks, I will look at that. However the original project was for VC#2008 so i am hoping i can resolve the problem (with help).

                          1 Reply Last reply
                          0
                          • P Pete OHanlon

                            Just the link to the original if you can find it. My suspicion is that it supports solution folders (which would indicate this is a VS Pro or above version) and you have an express edition. Alternatively, there is content in there such as C++ or VB.NET and you are using a language specific edition (e.g. Visual C# Express 2008).

                            *pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

                            "Mind bleach! Send me mind bleach!" - Nagy Vilmos

                            My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility

                            C Offline
                            C Offline
                            cgb143
                            wrote on last edited by
                            #13

                            I'll look tonight but suspect i no longer have a link. Can I mail you the zip ??

                            P 1 Reply Last reply
                            0
                            • C cgb143

                              I'll look tonight but suspect i no longer have a link. Can I mail you the zip ??

                              P Offline
                              P Offline
                              Pete OHanlon
                              wrote on last edited by
                              #14

                              I don't give out my mail anymore - I got inundated with people requesting WPF help from here on CP.

                              *pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

                              "Mind bleach! Send me mind bleach!" - Nagy Vilmos

                              My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility

                              C 1 Reply Last reply
                              0
                              • P Pete OHanlon

                                I don't give out my mail anymore - I got inundated with people requesting WPF help from here on CP.

                                *pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

                                "Mind bleach! Send me mind bleach!" - Nagy Vilmos

                                My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility

                                C Offline
                                C Offline
                                cgb143
                                wrote on last edited by
                                #15

                                Understood, thanks. I will look tonight to see if I have a link, but the more I think about it, I believe I downloaded it from DrDobbs or Gamasutra.

                                P 1 Reply Last reply
                                0
                                • P Pete OHanlon

                                  Just the link to the original if you can find it. My suspicion is that it supports solution folders (which would indicate this is a VS Pro or above version) and you have an express edition. Alternatively, there is content in there such as C++ or VB.NET and you are using a language specific edition (e.g. Visual C# Express 2008).

                                  *pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

                                  "Mind bleach! Send me mind bleach!" - Nagy Vilmos

                                  My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility

                                  C Offline
                                  C Offline
                                  cgb143
                                  wrote on last edited by
                                  #16

                                  the source code references www.dobbschallenge2.com but that is a dead link that opens the main Dr Dobbs web page.

                                  V 1 Reply Last reply
                                  0
                                  • C cgb143

                                    Understood, thanks. I will look tonight to see if I have a link, but the more I think about it, I believe I downloaded it from DrDobbs or Gamasutra.

                                    P Offline
                                    P Offline
                                    Pete OHanlon
                                    wrote on last edited by
                                    #17

                                    I found a link to an advert for it, and it seems to indicate that a full version of Visual Studio is required. I'll pretty much guarantee that it's using Solution Folders, which you can't use in the Express editions.

                                    *pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

                                    "Mind bleach! Send me mind bleach!" - Nagy Vilmos

                                    My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility

                                    C 3 Replies Last reply
                                    0
                                    • P Pete OHanlon

                                      I found a link to an advert for it, and it seems to indicate that a full version of Visual Studio is required. I'll pretty much guarantee that it's using Solution Folders, which you can't use in the Express editions.

                                      *pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

                                      "Mind bleach! Send me mind bleach!" - Nagy Vilmos

                                      My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility

                                      C Offline
                                      C Offline
                                      cgb143
                                      wrote on last edited by
                                      #18

                                      Interesting, but alas I only have the Express version. I thought that when i downloaded it, it included links to Silverlight and Visual Studio Express 2008. However, as an open competition, I would have expected the free Express version. Thanks for your thoughts, i will keep digging.

                                      1 Reply Last reply
                                      0
                                      • P Pete OHanlon

                                        I found a link to an advert for it, and it seems to indicate that a full version of Visual Studio is required. I'll pretty much guarantee that it's using Solution Folders, which you can't use in the Express editions.

                                        *pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

                                        "Mind bleach! Send me mind bleach!" - Nagy Vilmos

                                        My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility

                                        C Offline
                                        C Offline
                                        cgb143
                                        wrote on last edited by
                                        #19

                                        According to this MSDN blog it was the free trial version, but that could have been the time limited full trial i guess. I will see if i can still download it. http://blogs.msdn.com/b/silverlight/archive/2009/04/20/dr-dobb-s-challenge-deuce-play-modify-win.aspx

                                        1 Reply Last reply
                                        0
                                        • P Pete OHanlon

                                          I found a link to an advert for it, and it seems to indicate that a full version of Visual Studio is required. I'll pretty much guarantee that it's using Solution Folders, which you can't use in the Express editions.

                                          *pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

                                          "Mind bleach! Send me mind bleach!" - Nagy Vilmos

                                          My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility

                                          C Offline
                                          C Offline
                                          cgb143
                                          wrote on last edited by
                                          #20

                                          Alas, I downloaded Visual Studio 2008 Pro 90 day trial but i get the same result when attempting to load the project. I think i need to abandon this. Read the source code, keep the resource files and recreate something from scratch.

                                          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