Wouldn't it be nice if...
-
Microsoft would have a windows explorer context menu on .vcxproj files that did a "rebuild" and showed you the syntax error log. I don't know about you guys, but I'm using vc2010 and the thing is just crashing on me constantly X| I've tried rescanning the solution and all that. Yeah, well, I guess it's free.
stephen.hazel wrote:
a windows explorer context menu on .vcxproj files thatdid a "rebuild" and showed you the syntax error log.
Approved. Have it on my desk by Friday.
I wanna be a eunuchs developer! Pass me a bread knife!
-
There is lots of things Express won't do for you: easily build mixed language projects, build unmanaged apps targeting x64, have a peek at assembly code, use MFC, etc. :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.
Luc Pattyn wrote:
use MFC
Why would anyone want to do that. I tried for ten years without much progress; that way madness lies...
Will Rogers never met me.
-
AFAIK the only thing the express versions can't do is create VS add-ins. They also have less Project/Item Templates although you can create the missing ones yourself.
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
...resource editor for
Visual C++
... :rolleyes: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] -
Luc Pattyn wrote:
use MFC
Why would anyone want to do that. I tried for ten years without much progress; that way madness lies...
Will Rogers never met me.
It is not that I want to use MFC, I much prefer .NET, however I have had problems when downloading some CP articles and code, I couldn't always rebuild the app due to the absence of MFC support. :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.
-
Microsoft would have a windows explorer context menu on .vcxproj files that did a "rebuild" and showed you the syntax error log. I don't know about you guys, but I'm using vc2010 and the thing is just crashing on me constantly X| I've tried rescanning the solution and all that. Yeah, well, I guess it's free.
-
Ever tried MSBuild ? Did you realize as a coder you CAN 'program' something to appear on the context menu, and when clicked, actually do something?
xacc.ide
IronScheme - 1.0 RC 1 - out now!
((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth EditionSomething like this? http://msbuildlaunchpad.codeplex.com/[^]
Giorgi Dalakishvili #region signature My Articles Browsing xkcd in a windows 7 way[^] #endregion
-
Microsoft would have a windows explorer context menu on .vcxproj files that did a "rebuild" and showed you the syntax error log. I don't know about you guys, but I'm using vc2010 and the thing is just crashing on me constantly X| I've tried rescanning the solution and all that. Yeah, well, I guess it's free.
You can use MSBuild Launch Pad[^]
Giorgi Dalakishvili #region signature My Articles Browsing xkcd in a windows 7 way[^] #endregion
-
You can use MSBuild Launch Pad[^]
Giorgi Dalakishvili #region signature My Articles Browsing xkcd in a windows 7 way[^] #endregion
that looks like some awesome-ness right there. i'll give it a spin. thank you!
-
You can use MSBuild Launch Pad[^]
Giorgi Dalakishvili #region signature My Articles Browsing xkcd in a windows 7 way[^] #endregion
That's aaaaaalmost exactly what i was lookin' for :) The options are nice, but it'd be nicer if there was an "auto-start" option that skipped the options screen. I don't really need to see the options I already picked and also don't particularly need to see the green "in progress bar"... But it beats bootin visual studio. I'll be usin it - thanks!
-
...resource editor for
Visual C++
... :rolleyes: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]ResEdit works great