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. The Lounge
  3. advice for an old c++ guy marooned on windows 7...

advice for an old c++ guy marooned on windows 7...

Scheduled Pinned Locked Moved The Lounge
csharpc++visual-studiocomjson
24 Posts 13 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.
  • S stephen hazel

    ok, my oooold copy of vs.net2002 is toast on win7. I don't even want to try that xp compatibility box thingy or whatever. ALL i got is a nice teeny little win32 API (no mfc) c++ app. I'll rewrite anything I need to, but don't make me convert to c# pleeease. I could use VS2010 C++ Express, but it doesn't have a resource editor. And I =nnneed= one. Resource-Builder.com looks pretty robust. Some of you must have already bit into this, so I hope ya got some advice for me other than plunk down over five hundred bucks on VS2010Pro X| I appreciate your patience...:/

    S Offline
    S Offline
    Stuart Dootson
    wrote on last edited by
    #14

    Ummm - how about editing the resource file by hand (I know, seems daunting, but it's not toooo bad) and compiling that with the resource compiler that comes with the Windows SDK? Then you can use Visual C++ 2010 Express...

    Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p CodeProject MVP for 2010 - who'd'a thunk it!

    1 Reply Last reply
    0
    • S stephen hazel

      ok, my oooold copy of vs.net2002 is toast on win7. I don't even want to try that xp compatibility box thingy or whatever. ALL i got is a nice teeny little win32 API (no mfc) c++ app. I'll rewrite anything I need to, but don't make me convert to c# pleeease. I could use VS2010 C++ Express, but it doesn't have a resource editor. And I =nnneed= one. Resource-Builder.com looks pretty robust. Some of you must have already bit into this, so I hope ya got some advice for me other than plunk down over five hundred bucks on VS2010Pro X| I appreciate your patience...:/

      P Offline
      P Offline
      Phil J Pearson
      wrote on last edited by
      #15

      Drop your unreasoned prejudice against the XP virtual machine. You can use that or VirtualBox perfectly well for your development. Not doing so would be simply to erect unnecessary barriers in your own way.

      Phil


      The opinions expressed in this post are not necessarily those of the author, especially if you find them impolite, inaccurate or inflammatory.

      1 Reply Last reply
      0
      • S stephen hazel

        ok, my oooold copy of vs.net2002 is toast on win7. I don't even want to try that xp compatibility box thingy or whatever. ALL i got is a nice teeny little win32 API (no mfc) c++ app. I'll rewrite anything I need to, but don't make me convert to c# pleeease. I could use VS2010 C++ Express, but it doesn't have a resource editor. And I =nnneed= one. Resource-Builder.com looks pretty robust. Some of you must have already bit into this, so I hope ya got some advice for me other than plunk down over five hundred bucks on VS2010Pro X| I appreciate your patience...:/

        realJSOPR Offline
        realJSOPR Offline
        realJSOP
        wrote on last edited by
        #16

        Why don't you plunk down a lot less for VS2008 Standard?

        .45 ACP - because shooting twice is just silly
        -----
        "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
        -----
        "The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

        S 1 Reply Last reply
        0
        • S stephen hazel

          ok, my oooold copy of vs.net2002 is toast on win7. I don't even want to try that xp compatibility box thingy or whatever. ALL i got is a nice teeny little win32 API (no mfc) c++ app. I'll rewrite anything I need to, but don't make me convert to c# pleeease. I could use VS2010 C++ Express, but it doesn't have a resource editor. And I =nnneed= one. Resource-Builder.com looks pretty robust. Some of you must have already bit into this, so I hope ya got some advice for me other than plunk down over five hundred bucks on VS2010Pro X| I appreciate your patience...:/

          L Offline
          L Offline
          LloydA111
          wrote on last edited by
          #17

          I too have was looking into a decent Resource editor for C++ I found this a while back, seems OK, and free. http://www.resedit.net/[^] Give it a try and see what it's like :)

          stephen.hazel wrote:

          but don't make me convert to c# pleeease.

          I don't blame you in the slightest! :)


          "People demand freedom of speech to make up for the freedom of thought which they avoid."

          S 2 Replies Last reply
          0
          • CPalliniC CPallini

            stephen.hazel wrote:

            So sdk has c++ compiler in it?

            Nope, however Visual C++ Express gives you the compiler. :)

            If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
            This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
            [My articles]

            S Offline
            S Offline
            stephen hazel
            wrote on last edited by
            #18

            I couuuld be wrong, but i thiink sdk has the command line c/c++ compiler in it. But, of course, I really can't live without the context help anymore.

            CPalliniC 1 Reply Last reply
            0
            • S stephen hazel

              I couuuld be wrong, but i thiink sdk has the command line c/c++ compiler in it. But, of course, I really can't live without the context help anymore.

              CPalliniC Offline
              CPalliniC Offline
              CPallini
              wrote on last edited by
              #19

              You're right: the "Windows SDK for Windows 7 and .NET Framework 4" provides the compiler (sorry memory failed or was about previous SDKs). :)

              If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
              This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
              [My articles]

              In testa che avete, signor di Ceprano?

              1 Reply Last reply
              0
              • realJSOPR realJSOP

                Why don't you plunk down a lot less for VS2008 Standard?

                .45 ACP - because shooting twice is just silly
                -----
                "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
                -----
                "The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

                S Offline
                S Offline
                stephen hazel
                wrote on last edited by
                #20

                Wow! I didn't think i'd get this much help! I think I'm goin' with your advice, John. sigh. resedit and vs 2010 c++ express just dun't feel "right". And I just don't wanna mess with a dang vm. Honestly, that's still a chunk of change for a FRACKIN RESOURCE EDITOR... Thanks a lot MS for stranding me on your new os. I spent some dough on vs2002 way back when. And you can't support your OWN code on YOUR new os? (I realize the difficulties here, but COME ON...) Grumble grumble grumble... Ok. I think I feel some ants climbin up. I better go find a kerosene soaked rag somewhere...

                1 Reply Last reply
                0
                • L LloydA111

                  I too have was looking into a decent Resource editor for C++ I found this a while back, seems OK, and free. http://www.resedit.net/[^] Give it a try and see what it's like :)

                  stephen.hazel wrote:

                  but don't make me convert to c# pleeease.

                  I don't blame you in the slightest! :)


                  "People demand freedom of speech to make up for the freedom of thought which they avoid."

                  S Offline
                  S Offline
                  stephen hazel
                  wrote on last edited by
                  #21

                  I gave it a rather quick try... It seems like pure awesomeness given that it's free. But I don't thiiiiink it'll just pick up a visual studio .rc file and run with it. Probably a lot of "wierd compatibility junk" I'll need to sort through like #include afx.res and LANGUAGE being defined - those are the first things I hit... I'm gonna cave and get vs2008 i think. ALSO dmusici.h is now gone from sdk since directx sdk 2007 which means i gotta go back to multimedia timer - DANG!! Or work through compatibilty probs w that dx sdk X| rats. Oh well, that's the life of a dev i spose...:/

                  1 Reply Last reply
                  0
                  • L LloydA111

                    I too have was looking into a decent Resource editor for C++ I found this a while back, seems OK, and free. http://www.resedit.net/[^] Give it a try and see what it's like :)

                    stephen.hazel wrote:

                    but don't make me convert to c# pleeease.

                    I don't blame you in the slightest! :)


                    "People demand freedom of speech to make up for the freedom of thought which they avoid."

                    S Offline
                    S Offline
                    stephen hazel
                    wrote on last edited by
                    #22

                    www.resource-builder.com[^] seems to load a microsoft .rc file pretty dang good... i might resort to a microsoft friend's employee discount... if such things still exist X| I can't find vs2008 nowherez :(

                    L 1 Reply Last reply
                    0
                    • S stephen hazel

                      www.resource-builder.com[^] seems to load a microsoft .rc file pretty dang good... i might resort to a microsoft friend's employee discount... if such things still exist X| I can't find vs2008 nowherez :(

                      L Offline
                      L Offline
                      LloydA111
                      wrote on last edited by
                      #23

                      stephen.hazel wrote:

                      I can't find vs2008 nowherez :(

                      I've tried looking around, seem MS are determined to kill VS2008 and make people use crappy VS2010. You could always look for one of the VB/C# 2005/2008 books, they have have a install CD in for the whole of VS Express, including Visual C++ :)


                      "People demand freedom of speech to make up for the freedom of thought which they avoid."

                      S 1 Reply Last reply
                      0
                      • L LloydA111

                        stephen.hazel wrote:

                        I can't find vs2008 nowherez :(

                        I've tried looking around, seem MS are determined to kill VS2008 and make people use crappy VS2010. You could always look for one of the VB/C# 2005/2008 books, they have have a install CD in for the whole of VS Express, including Visual C++ :)


                        "People demand freedom of speech to make up for the freedom of thought which they avoid."

                        S Offline
                        S Offline
                        stephen hazel
                        wrote on last edited by
                        #24

                        i need 2008 standard or SOMEthing with a resource editor tho... :((

                        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