Author |
Topic |
LarryLeonard
Tomato Guru
USA
1041 Posts |
Posted - Feb 03 2005 : 7:46:38 PM
|
Oh, why the hell not?
Actually, this is the second time I've heard tell of using the .NET compiler with the VS6 IDE. Anyone have any links for that? Just curious...
|
|
|
n/a
deleted
7 Posts |
Posted - Feb 04 2005 : 08:06:34 AM
|
I've never had any issues with Visual Studio .NET 2003. One thing I am highly grateful is the dismission of that ClassWizard thingie. The code it generates is outright UGLY. If I want to create a simple class, a small #ifndef/#define section is enough to make it only compile once, or the use of "#pragma once". I don't want a multi-generated unique ID for my headers.
.NET 2003 works smoothly, generates clean and efficient code, doesn't add anything stupid in-between and works (most of the time) as it is supposed to. With the inclusion of better template support and generally a stricter C++ standard compliance, I have nothing to complain. Of course, the compliance issues can be fixed by having a .NET 2003 compiler bundled with VS6 as well.
-Alias |
|
|
LarryLeonard
Tomato Guru
USA
1041 Posts |
Posted - Feb 04 2005 : 09:13:52 AM
|
quote: Originally posted by Alias
by having a .NET 2003 compiler bundled with VS6 as well.
Yeah, how do you do that?
|
|
|
Kippesoep
Junior Member
Netherlands
11 Posts |
|
herc
New Member
Germany
4 Posts |
Posted - Mar 19 2005 : 09:00:12 AM
|
anyone out there tested the new FREE visual studio express? http://lab.msdn.microsoft.com/express/visualc/
i did and found it to be working perfectly. i missed nothing.. optimizing compiler, debugger - all in there. but there is one thing missing, making this free compiler a more usable thing:
visual assist....
@wholetomato: imagine, all these students and other people spicing up there free compiler with visualassist.. for a fair price.. wouldnt this be worth starting development of va for vstudio 2005 immediately ?!? i'm a happy consumer of va, cant live anymore without. so - to make that point - the only thing holding me back using vstudio 2005 is missing support of va for vs2005. please do that move - quick!!
p.s. why using vs2005 ? again improved c++ compiler, for example support vor variadic macros:
#define PRINT(...) printf(__VA_ARGS__)
#include <cstdio>
int main() { PRINT("%c%c%c%c%c%c", 'H', 'e', 'l', 'l', 'o', ' '); PRINT("%c%c%c%c%c%c%c", 'W', 'o', 'r', 'l', 'd', '!', '\\n'); }
|
|
|
LarryLeonard
Tomato Guru
USA
1041 Posts |
Posted - Mar 19 2005 : 10:34:37 AM
|
I remember years ago seeing a fake Microsoft Office box (or some MS product), with a sticker on the side that said, "Now Doesn't Suck!".
I'd be happy with that...
|
|
|
Kippesoep
Junior Member
Netherlands
11 Posts |
Posted - Mar 19 2005 : 10:59:27 AM
|
quote: Originally posted by herc
anyone out there tested the new FREE visual studio express? http://lab.msdn.microsoft.com/express/visualc/
It's not free. It's a beta version. The final version will most likely not be free (but will probably not be very expensive either -- good move on MS' part). |
|
|
Isjtar
Junior Member
10 Posts |
Posted - Mar 26 2005 : 05:03:37 AM
|
Well, let's throw some fuel on the fire too then... I'm also still anxiously waiting for Whole Tomato before using VS2005. I've already made my code compatible with the new compiler months ago, but I'm not venturing further while my code is still displayed black and blue. |
|
|
feline
Whole Tomato Software
United Kingdom
19021 Posts |
Posted - Mar 29 2005 : 3:39:45 PM
|
it will not be free, the announced price is $49 for the express version.
http://www.microsoft.com/presspass/press/2005/mar05/03-21vs2005pr.asp
as for VA support for .NET 2005 Whole Tomato have been working on this for a little while now and support is expected fairly soon. do remember though that this IDE is still in beta, so it is subject to changes. this is going to make the developers job harder, not easier. |
zen is the art of being at one with the two'ness |
|
|
jorgito11
Senior Member
USA
29 Posts |
Posted - Mar 30 2005 : 3:34:54 PM
|
I don't mind waiting for a stable Visual Assist for VS 2005. Having a beta Visual Assist with a beta VS 2005, will only drive up the cost of the product since beta software usually changes before production release. |
|
|
kschaab
Tomato Guru
USA
118 Posts |
Posted - Mar 31 2005 : 12:20:29 AM
|
quote: Originally posted by jorgito11
I don't mind waiting for a stable Visual Assist for VS 2005. Having a beta Visual Assist with a beta VS 2005, will only drive up the cost of the product since beta software usually changes before production release.
VS 2005 is probably not going to have breaking changes between now and shipping. I've been using it for a while and I find it to be a huge improvement over previous IDEs. Whidbey is definitely the best IDE that MS has ever created. I look forward to seeing what the folks at Whole Tomato throw at us to make it better.
|
|
|
support
Whole Tomato Software
5566 Posts |
Posted - Mar 31 2005 : 4:59:33 PM
|
We dabbled with the port to VS2005 long ago but held off until VS2005 was more stable. We thought we waited sufficiently close to release of VS2005 before we began the heavy stuff.
While there is certainly more work to be done because of coming changes in VS2005, we think we'll be about ready for release when VS2005 is released. Of course we'll have beta versions sooner. |
|
|
alextooter
Ketchup Master
55 Posts |
Posted - Apr 03 2005 : 09:44:31 AM
|
I hope the beta verson of VA for VS2005 comes as soon as possible ^_^. |
|
|
msew
Ketchup Master
94 Posts |
Posted - Apr 04 2005 : 04:58:54 AM
|
nods!!
Beta would be awesome! Maybe by 2005 beta 2?
Even if the beta was just text coloring that would be great :-) |
Edited by - msew on Apr 04 2005 05:34:39 AM |
|
|
alextooter
Ketchup Master
55 Posts |
Posted - Apr 04 2005 : 07:07:56 AM
|
msew-?-? I totally agree with you.
BTW, can VAX add those vc2005 features to vc6? such as the bookmark and call browse and define browse? |
|
|
Topic |
|