advice for an old c++ guy marooned on windows 7...
-
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...:/
-
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...:/
Don't you have any machines not running Weven ? I have 8 or so computers in the house, only two run Weven, one runs Vista, the rest run XP.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
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...:/
IDE: I would give you my VS2005 DVD (I do not need it anymore) if you were anywhere near, but, after thinking about it twice... Who needs IDEs? Use the SDK! Resource Editor: I like http://www.resedit.net/\[^\].
If you can play The Dance of Eternity (Dream Theater), then we shall make a band.
-
Don't you have any machines not running Weven ? I have 8 or so computers in the house, only two run Weven, one runs Vista, the rest run XP.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
well, yeah, but MY machine is weven... and THEIR machines are loaded with crap and, ugh, just unclean X| i admit i'm dumb for just hoppin onto a new machine with such reckless abandon, of course... (It was all that ram that tempted me) But good lord, it's just STRAIGHT c++ with some dialogs n bitmaps n such. (read as "the Jerk") and that's ALLLL i neeeed (sorry!)
-
IDE: I would give you my VS2005 DVD (I do not need it anymore) if you were anywhere near, but, after thinking about it twice... Who needs IDEs? Use the SDK! Resource Editor: I like http://www.resedit.net/\[^\].
If you can play The Dance of Eternity (Dream Theater), then we shall make a band.
Yeah, the 2 biggies seeeem to be resedit (free) and resource builder $59... Well, can't hurt to try resedit,then rbuilder with vs2010 express and see how far i get. So sdk has c++ compiler in it? it's just command line is all, eh... that sounds promising. 'preciate it!
-
Yeah, the 2 biggies seeeem to be resedit (free) and resource builder $59... Well, can't hurt to try resedit,then rbuilder with vs2010 express and see how far i get. So sdk has c++ compiler in it? it's just command line is all, eh... that sounds promising. 'preciate it!
AFAIK, Microsoft's C++ compiler is free (as in free beer). Or, if you are a bit more obsessive with micro-optimization, you could use g++, which is also free (both as in free beer and as in free speech).
If you can play The Dance of Eternity (Dream Theater), then we shall make a band.
-
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...:/
I'm still running VC++ 6.0 on VirtualBox[^]
The happiest people don't have the best of everything, they just make the best of everything they have. http://www.hq4thmarinescomm.com[^] My Site
-
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...:/
If you need to work on a single program for a few days, just get the Visual Studio 2010 Professional Trial which lasts a whopping 90 days! (And the IDE may have issues, but the C++ compiler itself is pretty damn good.)
-
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...:/
I do all my development in XP Pro virtual machines on a windows 7 x64 host computer and have for a couple of years now. You can even use the free virtual machine from sun, forget offhand, think it's called Virtual Box. It works fine, a bit slower than VMWare workstation but it does work and more than adequately I'd imagine for what you need to do.
“If you want to build a ship, don't drum up people together to collect wood and don't assign them tasks and work, but rather teach them to long for the endless immensity of the sea” - Antoine de Saint-Exupery
-
Yeah, the 2 biggies seeeem to be resedit (free) and resource builder $59... Well, can't hurt to try resedit,then rbuilder with vs2010 express and see how far i get. So sdk has c++ compiler in it? it's just command line is all, eh... that sounds promising. 'preciate it!
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] -
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...:/
stephen.hazel wrote:
I could use VS2010 C++ Express, but it doesn't have a resource editor.
I think it's time to use
Visual C# Express
to write a resource editor forVisual C++ Express
. :)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] -
AFAIK, Microsoft's C++ compiler is free (as in free beer). Or, if you are a bit more obsessive with micro-optimization, you could use g++, which is also free (both as in free beer and as in free speech).
If you can play The Dance of Eternity (Dream Theater), then we shall make a band.
May I point out that free beer and free speech do not go along very well. Free speech often follows after free beer, but that what is said often stretches the limits of what is tolerated as free speech.
A while ago he asked me what he should have printed on my business cards. I said 'Wizard'. I read books which nobody else understand. Then I do something which nobody understands. After that the computer does something which nobody understands. When asked, I say things about the results which nobody understand. But everybody expects miracles from me on a regular basis. Looks to me like the classical definition of a wizard.
-
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...:/
stephen.hazel wrote:
I could use VS2010 C++ Express, but it doesn't have a resource editor
Wha?? Really? Take it's that just the express edition and it's still in the others? It seems a pretty essential thing to drop to me, although I guess if you're writing a directx game you won't need it and maybe that's what the express edition is more aimed at. Hmm you could try an older version of VS in a virtual machine or something. Developing in a VM isn't too bad.
-
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...:/
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!
-
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...:/
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.
-
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...:/
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 -
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...:/
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."
-
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]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.
-
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.
You're right: the "Windows SDK for Windows 7 and .NET Framework 4" provides the compiler (sorry memory failed or was about previous
SDK
s). :)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] -
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, 2001Wow! 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...