Is it just me...
-
is this your first day in the Lounge ?
He/she/it/they are just a number (and not even a prime one, at that). Factor them out and go on.
Software Zen:
delete this;
Fold With Us![^] -
is this your first day in the Lounge ?
I think that was a joke
TVMU^P[[IGIOQHG^JSH`A#@`RFJ\c^JPL>;"[,*/|+&WLEZGc`AFXc!L %^]*IRXD#@GKCQ`R\^SF_WcHbORY87֦ʻ6ϣN8ȤBcRAV\Z^&SU~%CSWQ@#2 W_AD`EPABIKRDFVS)EVLQK)JKQUFK[M`UKs*$GwU#QDXBER@CBN% R0~53%eYrd8mt^7Z6]iTF+(EWfJ9zaK-iTV.C\y<pjxsg-b$f4ia>
----------------------------------------------- 128 bit encrypted signature, crack if you can
-
or does the VS2010 IDE look and feel like some crappy Java IDE from 1996 ?
Yep. We're skipping this one for that and other reasons.
Anna :rose: Tech Blog | Visual Lint "Why would anyone prefer to wield a weapon that takes both hands at once, when they could use a lighter (and obviously superior) weapon that allows you to wield multiple ones at a time, and thus supports multi-paradigm carnage?"
-
or does the VS2010 IDE look and feel like some crappy Java IDE from 1996 ?
The editor now has adjustable scale.. Tired eyes, 150% view... WONDERFUL!
Rocky <>< Recent Blog Post: The Arrogant Apple!
-
Luc Pattyn wrote:
VS2010 is way better than every Java IDE I've ever used including Eclipse
i closed a solution (the first solution i ever opened), and the entire IDE went white, except for a non-functioning ghost view of the search/replace dialog - a dialog which had suddenly docked itself to the right side of the IDE. not. ready. for. release.
When I read your name, I first read it as Chris Loslinger. Which caused me to do a double-take. It must be that sunburn I got yesterday. But, perhaps that was your mental energy projecting your self-image through the internet.
Fight Big Government:
http://obamacareclassaction.com/
http://obamacaretruth.org/ -
nope, this is the first time i've installed it. it's a clean install of the "trial" version that i downloaded Wednesday. here's some fun. i'm building a library. it's all C/C++, no MFC or ATL. some STL. so, same source code, same build options, 5 different VC++ versions. this is a static lib, linking against the debug multi-threaded CRT. watch the library size grow! VC6: 8,400K VS03: 19,000K VS05: 33,000K VS08: 36,000K VS10: 60,000K again, same source, same options. as if the 4x bloat from VC6 to VS08 wasn't bad enough, the nearly 8x bloat to VS10 is absurd. and why ? well, it probably has something to do with the fact that you can no longer omit debugging info from a library ! (Properties, C/C++, General, Debug Info Format). another fine choice, MS. as was getting rid of the MDI interface!
Uhh.. so what? It's debug. They've added more debug code most likely. And, as you say, you can't strip debug info.. Why do you want to build a debug build but not have any debugging info? Seems odd to me. Now, what are the release build sizes? THAT would be important.
-- Where are we going? And why am I in this handbasket?
-
or does the VS2010 IDE look and feel like some crappy Java IDE from 1996 ?
It's probably not just you, but it's certainly not me. It seems some people just hate change. Whenever anything changes, all they can do is complain about it. They hate the ribbon, they hate the new Windows 7 toolbar. They hate the new XP Start Menu. These people configure their systems to look as much like Windows 2000 (or even 9x) as possible. If you work in technology, you have got to be prepared for change. That's what it does. All the time. You can't expect that things will stay the same, and more importantly, you have to learn to embrace it. Every change may not be to our liking, but you're going to be flattened by the steamroller of time if you don't learn to roll with it.
-- Where are we going? And why am I in this handbasket?
-
Uhh.. so what? It's debug. They've added more debug code most likely. And, as you say, you can't strip debug info.. Why do you want to build a debug build but not have any debugging info? Seems odd to me. Now, what are the release build sizes? THAT would be important.
-- Where are we going? And why am I in this handbasket?
Erik Funkenbusch wrote:
. And, as you say, you can't strip debug info..
in every version of Visual Studio / Visual C++ before 2010, you could.
Erik Funkenbusch wrote:
Why do you want to build a debug build but not have any debugging info? Seems odd to me.
some of our products are delivered as static libraries, and you can't link an app which uses the debug CRT to a static lib that uses the release CRT.
Erik Funkenbusch wrote:
Now, what are the release build sizes?
VC6 : 11,000K VS03 : 19,000K VS05 : 23,000K VS08 : 25,000K VS10 : 39,600K
-
It's probably not just you, but it's certainly not me. It seems some people just hate change. Whenever anything changes, all they can do is complain about it. They hate the ribbon, they hate the new Windows 7 toolbar. They hate the new XP Start Menu. These people configure their systems to look as much like Windows 2000 (or even 9x) as possible. If you work in technology, you have got to be prepared for change. That's what it does. All the time. You can't expect that things will stay the same, and more importantly, you have to learn to embrace it. Every change may not be to our liking, but you're going to be flattened by the steamroller of time if you don't learn to roll with it.
-- Where are we going? And why am I in this handbasket?
i don't hate change. but i do dislike changes which reduce functionality.
-
i don't hate change. but i do dislike changes which reduce functionality.
What functionality is reduced in 2010?
-- Where are we going? And why am I in this handbasket?
-
What functionality is reduced in 2010?
-- Where are we going? And why am I in this handbasket?
can't disable the inclusion of debug info from a build. doesn't do a proper MDI interface.
-
can't disable the inclusion of debug info from a build. doesn't do a proper MDI interface.
Ok, but the first is the compiler tools, not the IDE. The second is the change to support multiple monitors. You lose some while gaining the other.
-- Where are we going? And why am I in this handbasket?
-
Ok, but the first is the compiler tools, not the IDE. The second is the change to support multiple monitors. You lose some while gaining the other.
-- Where are we going? And why am I in this handbasket?
whatever the reason: lost functionality