Untitled

Published October 08, 2006
Advertisement
Okay... I don't really know how to explain this.

I love C++. The language. Its just that... VC has left something wanting. VC6 is absolute shit. Its non-standard and unusable. VC7 is equally so - there are some issues with how it compiles templates, which I frankly can't forgive. Lastly, VC8. I like VC8. Its just those goddamn side-by-side binaries. Seriously, wtf. And the fact that I somehow managed to 'break' them all, such that anything compiled with VC8 won't run on my system. And, no, reinstalling them didn't fix the problem.

To re-iterate: I love C++. I just don't like the tools. And I'm not going to bother around tinkering with ungodly others (GCC, MinGW, whatever; the IDEs which support them can't hold a candle to VS). Likewise, I'm not going to hack apart VS to make it work with a different toolchain. I did that (to some degree) when I messed around with GBA development, and it was a royal pain in the ass. Not only that, but I never got full debugging capabilities out of it. And I honestly can't live without VS's debugger.

So I've been messing around in C# for the past couple days. Well, not messing around, really, I've been helping Pouya with LOL. And LOL I'm adding in the final GUI controls for that part of the engine.

And, LOL, I've never written a combo box before so this might be interesting. Better map out the metrics for it first.

Just wanted to let you all know that, yes, I'm still coding. And, yes, despite me bitching for years about how C# sucks and blah, I turned to the dark side. And, yes, am kind of enjoying it.

[sad]
Previous Entry Untitled
Next Entry Untitled
0 likes 6 comments

Comments

Sir Sapo
DevC++ FTW!
October 09, 2006 12:16 AM
Mushu
Eww, god no.
October 09, 2006 12:15 PM
Deyja
Reformat and reinstall!
October 09, 2006 08:05 PM
Mushu
SHIT! That's what I forgot to bring from home last weekend - the Windows reinstall CD. DAMMIT ARGH.
October 09, 2006 09:46 PM
Deyja
The three Rs of windows maintenence:

Reboot
Reinstall
Reformat
October 11, 2006 05:39 AM
Anon Mike
Project->Properties->Configuration->C/C++->Code Generation->Runtime Library

Change it from:

Multi-threaded [Debug] DLL

to

Multi-threaded [Debug]

And most of your problems will probably be fixed. I've pretty much given up on ever using the DLL runtimes again, the side-by-side stuff just causes to much pain for what it provides.
October 12, 2006 04:59 PM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement

Latest Entries

Untitled

5306 views

Untitled

1043 views

Untitled

1185 views

Untitled

1100 views

Untitled

1145 views

Untitled

1429 views

Untitled

1098 views

Untitled

999 views

Untitled

1003 views

Untitled

1183 views
Advertisement