Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×
Programming IT Technology

Free Optimizing C++ Compiler from Microsoft 953

FortranDragon writes "Microsoft has made the command line toolkit for Visual C++ available for a free download. You can use the toolkit to build applications and redistribute them if you want (though you should read the EULA for the details, as always). This is a nice boon for those that have to deal with cross-platform compatibility, especially since Microsoft has tried to make Visual C++ more conformant to the ISO C++ standard. Go forth and compile your favorite OSS or FS programs today. ;-)"
This discussion has been archived. No new comments can be posted.

Free Optimizing C++ Compiler from Microsoft

Comments Filter:
  • by Amiga Lover ( 708890 ) on Sunday April 18, 2004 @09:30AM (#8896583)
    MS seems to be doing a lot of this lately. It's nowhere near as open as F/OSS solutions, but it's freeing up access to what's possible with Windows far more than previously.

    One of the reasons for the success of OSX is the general geek crowd's appreciation of it's *IX background, but without free dev tools that's nothing but another flavour of unix. Add the ability to dive into developing instantly and there's tens of thousands more developers working for the company.

  • Not needed (Score:4, Interesting)

    by sweet cunny muffin ( 771671 ) on Sunday April 18, 2004 @09:31AM (#8896587)
    I develop software for Windows using MinGW and MSys. They provide everything I need for development, apart from the IDE, and this release from Microsoft doesn't include that. The Visual C++ compiler is good, but it isn't extrordinary. Why use it over the open source MinGW tools?
  • by kryptkpr ( 180196 ) on Sunday April 18, 2004 @09:32AM (#8896590) Homepage
    I'm taking an intermediate level C course as part of my studies.. Me and my classmates primary used the free Borland C Compiler (BCC32 5.5.1) and our TAs, the ones marking our work, were primarily using VC++.

    Borland's Compiler is much more liberal about not only the syntax it allows, but what code works.. It takes a lot more effort to get things to work in VC++ (whereas they worked fine in BCC and GCC) and we've had lots of trouble stemming from this.

    Microsoft can keep their compiler as far as I'm concerned.. although it (usually) comes with a nice IDE and Debugger that I quite like, it's just too bad those remain non-free.

    Anyone know where to get a free visual debugger for Win32?
  • by plj ( 673710 ) on Sunday April 18, 2004 @09:32AM (#8896592)
    Something here makes me doubtful... has anyone here examined tthat EULA already? Are there any paragraphs, which try to limit compiling and/or redistibuting GPL et. al. -licensed FOSS programs?
  • by El Cubano ( 631386 ) on Sunday April 18, 2004 @09:33AM (#8896595)
    I personally have no love for MS, but I can't help seeing this as a good thing for people that have to support the legacy windows platform.

    I recently did some reasearch in AI, and one of the things I did was port an existing simulation written by a former student at my university from a VB/MS Powerpoint front end with BC++ core, to an OpenGL/wxWindows (now wxWidgets) frontend with ISO C++ core.

    To establish a baseline I had to make comparisons on the Win32 platfrom. What really amazed me was the difference in efficiency and memory footprint between the VC++.NET 2003 compiler and gcc 3.3.

    Although gcc is an excellent compiler, I don't think anyone can argue that MS has the inside track on optimizing Win32 apps.
  • Awesome (Score:4, Interesting)

    by Ryvar ( 122400 ) on Sunday April 18, 2004 @09:39AM (#8896622) Homepage
    Finally Microsoft makes a move I really agree with - between this, GIMP, and Blender anybody can make a decent game for Windows without spending a dime on tools. Very nice indeed.
  • by mabu ( 178417 ) on Sunday April 18, 2004 @09:40AM (#8896626)
    This looks like an aggressive effort to get people to start developing .NET apps since a major part of the free download includes support for .NET.

    One has to assume MS is worried they're losing their development community to run a scheme like this.

  • by Famatra ( 669740 ) on Sunday April 18, 2004 @09:40AM (#8896627) Journal
    Did Microsoft have a change of heart? Probably not, this is probably either a part of the anti-trust case against them in which they promised to make their software more interoperable, or it is to stave off anti-trust case part 2.
  • EULA? (Score:5, Interesting)

    by nukey56 ( 455639 ) on Sunday April 18, 2004 @09:41AM (#8896634)
    From linked site:
    Are there any restrictions on how I use the Visual C++ Toolkit?


    In general, no. You may use the Toolkit to build C++ -based applications, and you may redistribute those applications. Please read the End User License Agreement (EULA), included with the Toolkit, for complete details.

    From the EULA.... Oh wait, I'd have to waste half an hour downloading the compiler to read it. I'm sure there's an evil clause in there. Best thing I could find relating to VS.net runtimes was this old gem:

    You may not disclose the results of any benchmark test of the .NET Framework component of the OS Components to any third party without MicrosoftÃÂ's prior written approval.

    Use at your own discretion.
  • Nice move (Score:2, Interesting)

    by Anonymous Coward on Sunday April 18, 2004 @09:48AM (#8896674)
    As a university student I can get VS.NET2003 Pro with the optimizing compiler for free anyway, but this is a good thing. Please OSS people, don't shy away from it, but use it to compile all opensource apps for Windows for even better efficiency and smaller size helping the popularity of apps like Firefox and Thunderbird and whatever. This compiler really does kick ass.
  • by BitwizeGHC ( 145393 ) on Sunday April 18, 2004 @09:49AM (#8896680) Homepage
    I know I've used efence to find some nasty, tricksy segfault problems in game programs I've written. Microsoft's "security check" software doesn't really check for security; it checks for memory errors that could lead to security issues in the future, as well as other problems.
  • by TamMan2000 ( 578899 ) on Sunday April 18, 2004 @09:51AM (#8896685) Journal
    Give an example of something you should be able to do (not something you could get away with elsewhere) that you can't do with vcc.
  • Suits me just fine.. (Score:5, Interesting)

    by multipartmixed ( 163409 ) * on Sunday April 18, 2004 @09:54AM (#8896700) Homepage
    ...I've been using MS VC and eVC to build code under Winblows and Wince for a long time. I use GNU make under Cygwin with a bunch of fancy default rules.

    Having this compiler released means that
    a) I don't have to install that confusing GUI
    b) I don't have to cough up the money to upgrade (Currently running VC 5.0) ..the MS compiler is actually not that bad, and you're stuck with at least *SOME* MS tools if you want interoperatibility with other MS tools. MIDL interfaces (formerly ODL), for one.

    I write library code under UNIX in C, debug it in a sane environment (100% GNU, except for Xemacs) and then port it to Windows (generally pretty trivial -- I port by making Windows look like POSIX, so the UNIX codebase stays basically virgin). Run it through MIDL to get a type library, and all of a sudden your stupid VB developers developing one-off, simple GUIs have access to all kinds of well-debugged code that was originally developed on a sane platform.

    As long as your code only touches files or sockets, it will run okay under MS VC.
  • Port to Linux (Score:3, Interesting)

    by crow ( 16139 ) on Sunday April 18, 2004 @09:58AM (#8896717) Homepage Journal
    The reports are that this compiler produces better code than GCC (only for x86, of course). How hard would it be to use something like Wine to run it under Linux to compile Linux applications? Would that be a violation of the license?

    Then we just need a version of Autoconf that builds a makefile for the compiler of your choice (gcc, icc, or mscc).
  • Code Size! (Score:3, Interesting)

    by parryFromIndia ( 687708 ) on Sunday April 18, 2004 @09:59AM (#8896725)
    I compiled the Conformance sample that came with it - Once with G++ [3.3.1] -O2 and once with cl /O2 /EHsc and noticed the huge code size differences - CL == text data bss dec hex filename 76892 8192 0 85084 14c5c conformance.exe G++ == text data bss dec hex filename 200508 1992 19088 221588 36194 a.exe That's horrible code generation from G++. It can't be so bad. Parry
  • I wonder (Score:2, Interesting)

    by Xerp ( 768138 ) on Sunday April 18, 2004 @10:03AM (#8896745) Journal
    Anyone had any luck running it in WINE?
  • by Anonymous Coward on Sunday April 18, 2004 @10:12AM (#8896797)
    How about making Anjuta (or other FOSS C/C++ IDE's, like KDevelop?) run on Windows on top of this compiler and provide Windows programmers with a free competition to VC++?

    This way - they get to learn to use an IDE which they can also use on Linux, MS's income might get hurt because people don't HAVE to by VC++ to develop for Windows with MS's optimizing compiler (which is excellent, you can't say it isn't).

    Just take this as an advantage for the FOSS community and do something with it, instead of just bitching all day.
  • by Prodigy Savant ( 543565 ) on Sunday April 18, 2004 @10:21AM (#8896835) Homepage Journal
    Much as i try to think of something bad about this, i really cant (now, dont tell me i am not trying too hard :).
    I guess lots of editors are going to come up pretty soon that use this compiler to do the actual compiling. That can only be a good thing :)
  • by aksansai ( 56788 ) <aksansai@gmEEEail.com minus threevowels> on Sunday April 18, 2004 @10:24AM (#8896857)
    Microsoft has spent over a decade essentially supporting only ONE processor architecture, x86. The GNU project has to worry about applying optimization to a plethora of architectures, including the quirks associated with each particular implementation.

    Not Microsoft - it gets to focus on how to produce the most amount of work out of a processor of at least 80486 grade instructions. How easy is that? They get to throw a hundred developers to extract every bit of performance possible out of one processor. Every now and then make a modification to support a new supplemental instruction set (MMX, 3dnow!, SSE, etc.)

    If you read their optimization whitepapers, you will notice that much of their optimization is done at the math level - nothing Win32 specific. Also, their memory optimization, loop unrolling, inlining, etc. is considered top notch by many software developers.
  • Motive (Score:5, Interesting)

    by ickoonite ( 639305 ) on Sunday April 18, 2004 @10:27AM (#8896875) Homepage
    The objective of this is not too hard to discern - keep the geeks and individual developers on the Windows platform. It runs in the same vein as their licensing and releasing Services for UNIX [microsoft.com] - essentially an admission that CMD.EXE is not everyone's cup of tea as a command interpreter and that, to be frank, for proper scripting, it's actually pretty shit.

    I'm not quite sure where they'll go next. They may be following Apple's lead, who have, with Mac OS X, managed to capture an extremely sizeable proportion of the more moneyed developer market by taking advantage of the UNIX foundation and integrating it nicely. It may be that the next thing we'll see is a freebie X11 client.

    These kind of things start to make Windows an interesting platform - a closed and, possibly, insecure and buggy base but with some interesting and certainly useful FOSS bolt-ons to make it an extremely compatible platform - imagine having both the traditional Win32 and FOSS software libraries available with little to no portage required! It's a perfect situation for Microsoft - keep the users on Windows (DRMed up and whatever), but appease those who are tempted to switch to Linux by building the best bits right into their current platform.

    It's interesting, if nothing else...

    iqu :)
  • by mardoen ( 557915 ) on Sunday April 18, 2004 @11:07AM (#8897074) Homepage
    Has anyone tried to integrate the compiler into the Visual Studio 6 IDE? Is it even possible? Would there be any advantages compared to simply installing the recent Service Pack 6 for VS6 [microsoft.com]?
  • by palmtree3141 ( 515602 ) on Sunday April 18, 2004 @11:12AM (#8897097)
    I've got VS 7.1 standard... the non optimizing compiler. If I get this toolkit, can I essentially "upgrade" my compiler?

    PT
  • by baxissimo ( 135512 ) on Sunday April 18, 2004 @11:15AM (#8897108)
    I wonder if it is possible to use the newer commandline compiler from within Visual Studio 6. From what I hear, the .NET IDE isn't so great for C/C++ work. And come on, a project file is now called a "solution" file?? That's just dumb.

    On the other hand, I would really like to have the better standards compliance of the newer compiler.

    The Intel compiler can be used as a drop in replacement for the VC6 compiler, so maybe it's possible to drop in this one somehow. Anyone tried this? Maybe it's as easy as just putting the new compiler tools first in the VC6 bin/include/lib paths.

    Hmm. I think I'm going to try this out...
  • by Anonymous Brave Guy ( 457657 ) on Sunday April 18, 2004 @11:24AM (#8897144)
    What does it matter when the compiler was released?

    What a silly thing to say. Programming languages evolve, and always have. In the mid-90s, C was fairly stable (having been around for eons), C++ was beginning to mature but had no standard, Java was barely usable, Visual Basic was some funky new toy this company called Microsoft were playing with, most of the successful scripting languages we have today were barely a glint in their creators' eyes, functional languages hadn't worked out how to deal with that slight problem that real programs need side effects, and academics thought Pascal was a cool teaching language. (How many of these things are still true today is left as an exercise for the reader, but clearly it's not all of them.)

    If you really expect to work in this industry and use tools from around a decade ago but still keep up with the current generation, you have a lot more to learn than how to do pass by reference in C.

  • No assembler? (Score:4, Interesting)

    by leonbrooks ( 8043 ) <SentByMSBlast-No ... .brooks.fdns.net> on Sunday April 18, 2004 @11:45AM (#8897251) Homepage
    echo 0123456789abI send a message$ >demo.com
    debug demo.com
    a
    mov ah,09
    mov dx,010c
    int 21
    mov ax,4c00
    int 21

    w
    q
    demo
  • by AHumbleOpinion ( 546848 ) on Sunday April 18, 2004 @11:47AM (#8897258) Homepage
    What does it matter when the compiler was released?

    Eight years ago gcc had problems with C++. I recall it having internal errors and aborting when trying to compile code with exception handling. The same code worked quite well MS VC++ and I believe Metrowerks C++. This and your complaints may be interesting trivia but they are pretty irrelevant today.
  • by Anonymous Coward on Sunday April 18, 2004 @12:05PM (#8897358)
    Still intrigued by comments that the Intel compiler produces much faster code than VC, let alone GCC.
    And that the linux version of the Intel is freely available. Would love to see benchmarks on a Linux distro compiled with the Intel compiler, maybe gentoo to easily do more than just the kernel.
  • Re:no! (Score:3, Interesting)

    by mst76 ( 629405 ) on Sunday April 18, 2004 @12:24PM (#8897497)
    Ok, reading this
    1.1 General License Grant. Microsoft grants to you as an individual, a personal, nonexclusive license to make and use copies of the Software (i) for your internal use; (ii) for designing, developing, testing and demonstrating your software product(s); and (iii) for evaluation of the Software.
    and this
    4. RESERVATION OF RIGHTS AND OWNERSHIP. Microsoft reserves all rights not expressly granted to you in this EULA.
    the question remains: can I use this to develop and distribute commercial software? Or GPL software?
  • Re:no! (Score:3, Interesting)

    by rborek ( 563153 ) on Sunday April 18, 2004 @12:51PM (#8897678)
    Yes, you can use it to develop and distribute commercial software. Section 1.1 of the EULA is for the Toolkit ONLY. It's a standard clause - you'll see something similar in the Master EULA [microsoft.com] for MSDN Professional/Enterprise/Universal (the only other EULA I can easily find online), and these people pay big dollars for the package.

    Section 4 is a standard clause - it's designed so that they keep all rights not given to you in the EULA, rather than you having all the rights not explicitly excluded in the EULA.

  • by koi88 ( 640490 ) on Sunday April 18, 2004 @12:58PM (#8897712)
    From the EULA I found here:
    ***

    3.2 If you use the Redistributables, then in addition to your compliance with the applicable distribution requirements described for the Redistributables, the following also applies. Your license rights to the Redistributables are conditioned upon your not (a) creating derivative works of the Redistributables in any manner that would cause the Redistributables in whole or in part to become subject to any of the terms of an Excluded License; and (b) distributing the Redistributables (or derivative works thereof) in any manner that would cause the Redistributables to become subject to any of the terms of an Excluded License. An "Excluded License" is any license which requires as a condition of use, modification and/or distribution of software subject to the Excluded License, that such software or other software combined and/or distributed with such software (x) be disclosed or distributed in source code form; (y) be licensed for the purpose of making derivative works; or (z) be redistributable at no charge.

    ****
    Does "Excluded License" mean GPL? A type of license that requires you to include the source code?
    If this is correct, you can't use it to compile most OS programs...
    You're also aware that you may not use the complier to produce anything for non-windows platforms... but that yould be difficult anymway.
  • Re:Motive (Score:4, Interesting)

    by cubic6 ( 650758 ) <tom AT losthalo DOT org> on Sunday April 18, 2004 @01:01PM (#8897732) Homepage
    Rumor (and MSDN) says that Longhorn will ship with a full .NET development environment including compiler, debugger, and build manager. This makes it the first time since QBasic that a kid could learn how to program with only the tools installed with the OS. I don't see them integrating X11 any time soon, since it doesn't have most of the features of the Avalon framework that they're trying to introduce. If they did, it'd probably be a heavily extended version.
  • by Gopal.V ( 532678 ) on Sunday April 18, 2004 @01:07PM (#8897758) Homepage Journal
    Read excerpt:

    (b) distributing the Redistributables (or derivative works thereof) in any manner that would cause the Redistributables to become subject to any of the terms of an Excluded License. An "Excluded License" is any license which requires as a condition of use, modification and/or distribution of software subject to the Excluded License, that such software or other software combined and/or distributed with such software (x) be disclosed or distributed in source code form; (y) be licensed for the purpose of making derivative works; or (z) be redistributable at no charge

    Ok , if they are not targetting GPL'd code here , what are they targetting ... ?.

    GPL says ... provide source, license covers derivative works and should be redistributable under same license by others... damn !

    I would personally like Eben Moglen's comments on the license ... but there seems to be no way this affects FSF directly .. so unlikely

  • The Trojan Horse (Score:3, Interesting)

    by daemonc ( 145175 ) on Sunday April 18, 2004 @01:29PM (#8897881)
    "3. LICENSE RESTRICTIONS -- DISTRIBUTION REQUIREMENTS. If you choose to exercise your rights under Section 2, any redistribution by you is subject to your compliance with the following terms.
    3.1 If you are authorized and choose to redistribute Sample Code or Redistributable Code (collectively, the "Redistributables") as described in Section 2, you agree: (i) except as otherwise noted in Section 2.1 (Sample Code) to distribute the Redistributables only in object code form and in conjunction with and as a part of a software application..."

    So if you distribute anything compiled with this compiler you are not allowed to distribute the source code along with it.

    "You also agree not to permit further distribution of the Redistributables by your end users except you may permit further redistribution of the Redistributables by your distributors to your end-user customers if your distributors only distribute the Redistributables in conjunction with..."

    Good grief, too many "distributes" in that sentence. I think they just said that your end users can't redistribute any software that you compiled with this compiler.

    "3.2 If you use the Redistributables, then in addition to your compliance with the applicable distribution requirements described for the Redistributables, the following also applies. Your license rights to the Redistributables are conditioned upon your not (a) creating derivative works of the Redistributables in any manner that would cause the Redistributables in whole or in part to become subject to any of the terms of an Excluded License; and (b) distributing the Redistributables (or derivative works thereof) in any manner that would cause the Redistributables to become subject to any of the terms of an Excluded License. An "Excluded License" is any license which requires as a condition of use, modification and/or distribution of software subject to the Excluded License, that such software or other software combined and/or distributed with such software (x) be disclosed or distributed in source code form; (y) be licensed for the purpose of making derivative works; or (z) be redistributable at no charge."

    x, y, and z sound an awful lot like the terms of the GPL to me.

    So in my non-lawyer understanding of this, attempting to compile GPLed source code on this beast would be in violation of the EULA, the GPL, maybe both.
  • Re:No assembler? (Score:5, Interesting)

    by billcopc ( 196330 ) <vrillco@yahoo.com> on Sunday April 18, 2004 @01:31PM (#8897894) Homepage
    I remember a certain 12 year old student who couldn't afford MASM and didn't like TASM so he wrote his own macro preprocessor in C. Then the code was fed back to Debug.com and BEHOLD it worked.

    Young programmers today don't realize how spoilt they are. Back in the day we all had our copy of the Intel386 assembler document, and a heavily modified version of Abrash's Zen Timer. Have you ever seem a man shuffle assembler instructions by hand to alleviate register contention, or deliberately NOT'ing AX and reversing the following branch to lull the Pentium into correctly predicting the jump, wasting one cycle but saving 4-7 (depending on whether the code following the branch accessed RAM or not, since the prefetch would have been invalidated).

    For that matter, do you even remember when we used fancy tricks to either cope with the 64kb code segment limit, or trounce all over it. I hate to say it, but I miss those days, because back then it took more than an optimizing compiler and a few www tutorials for someone to be called a programmer. You actually had to know at least a little bit what was going on under the hood. It wasn't about compilers and libraries and distributed object frameworks, it was about making a limited machine do limitless things.
  • by Anonymous Coward on Sunday April 18, 2004 @01:33PM (#8897904)
    Yes, included.
  • Re:The Trojan Horse (Score:2, Interesting)

    by Anonymous Coward on Sunday April 18, 2004 @01:37PM (#8897935)
    Redistributables seem to include what is listed in REDIST.TXT and not what you compile. Can someone please list REDIST.TXT?
  • Re:No lib.exe (Score:3, Interesting)

    by kylef ( 196302 ) on Sunday April 18, 2004 @01:58PM (#8898047)
    That's right, lib just calls link for you. It could be replaced by a batch file or a 1 line C program.

    Yep. Dumpbin.exe works the same way. It just invokes link.exe /dump. The weird part is, neither of those options are specified when you do link /?. You have to know about those commands to get command-line help from them!

  • by RGRistroph ( 86936 ) <rgristroph@gmail.com> on Sunday April 18, 2004 @01:58PM (#8898051) Homepage
    Doesn't the full blown Microsoft Studio have a tool that lets you lay out GUIs with buttons and other widgets, and then generates the code with all the positioning and etc ?

    It seems to me that this might be one piece of a development environment still not available. I know tools like that are available for wxWindows, but what about for using Microsoft's native widget set ?
  • Re:No assembler? (Score:3, Interesting)

    by Krach42 ( 227798 ) on Sunday April 18, 2004 @04:13PM (#8898997) Homepage Journal
    Jesus! You sound way too hard-core... I mean, I was doing some crazy stuff with Assembly, even up until the Pentium4 came out, but nothing like this timing stuff you're talking about.

    I personally though, did write a fire program that fit into 220 bytes, and I've worked on the TI-86, which was crazy amounts of assembly.

    You think x86 is register starved? Try only having one arithmatic register. *Shudder* well, still not as bad as the HC11, where you had really just 2 registers period.
  • EULA section 3 (Score:5, Interesting)

    by the_greywolf ( 311406 ) * on Sunday April 18, 2004 @05:02PM (#8899272) Homepage

    i'm personally having a bit of trouble understanding section 3 of the EULA.

    section 3.1 requires that software made with this compiler be distributed under (and i quote) "pursuant to an end user license agreement (which may be "break-the-seal", "click-wrap" or signed), with terms no less protective than those contained in this EULA" (emphasis mine)

    section 3.2 is less clear. part (b) requires that the "Redistributables" (which, by that, I assume means the standard library and the API libraries) must not be distributed "in any manner that would cause the Redistributables to become subject to any of the terms of an Excluded License." it then defines "Excluded License" with a description that sounds suspiciously like the GPL and related licenses. (i.e., no Open Source licensing.)

    section 3.1(ii) is an odd requirement: "(ii) that the Redistributables only operate in conjunction with Microsoft Windows platforms;" it sounds to me that it is explicitly excluding ReactOS and Winelib. (please correct me. i want to be wrong here.)

    under those restrictions, doesn't this unduly limit us as programmers? shouldn't we be the ones who decide how our software is distributed? Microsoft is requiring us to guard our code as closely as they guard theirs. isn't this a bit extreme?

    again, someone please correct me where i'm wrong. i want to be wrong.

  • 6502 (Score:2, Interesting)

    by Anonymous Coward on Sunday April 18, 2004 @05:29PM (#8899411)
    Ah but do you rememebr the 6502 processor? It had one single accumulator, a stack pointer and the X and Y reference registers. Rather slim. Yet elegant.

    A friend of mine and I were able to implement a Huffman encoder and decoder in 680 bytes. Yes, bytes not kilobytes. It was probably the tightest program I have even made.

    The ultimate 6502 program was probably the one made by the Woz to calculate e to the full accuracy afforded by your RAM, using all the tricks in the book.
  • Re:Weird Output (Score:2, Interesting)

    by shrykk ( 747039 ) on Sunday April 18, 2004 @05:39PM (#8899452)
    Beacuse you can rely on implicit in return from main, or no return statement, but not both.

    For undefined behaviour, the compiler is quite entitled to change your output, or do anything.
  • Re:Weird Output (Score:4, Interesting)

    by exp(pi*sqrt(163)) ( 613870 ) on Sunday April 18, 2004 @06:17PM (#8899639) Journal
    You may mock! years ago Watcom had a bug in their C compiler that somehow confused the size of a char with the size of an int. This meant I could write a piece of code, apparently to print out a string one character at a time, but instead printed every fourth character instead. I sent them a bug report including some code that would, in the absence of this bug, print the message "fortune coookie". Note, the triple 'o' isn't a spelling error. Think about it!
  • by blincoln ( 592401 ) on Sunday April 18, 2004 @06:43PM (#8899797) Homepage Journal
    It's the .net runtime framework i'm in morbid fear of.

    Why? Are you afraid of DirectX too? .NET is just an engine that allows new types of programs to run. Developing in .NET is faster and easier for a lot of applications. We use VB.NET and ASP.NET in my engineering department at work, and they're really handy. I also know some hardcore developers who like C# and managed C++.

    I'm sure it's possible to write apps that do bad things using VS.NET, but you can make just as many with non-.NET technologies.

    Maybe you are thinking of the original world-assimilating plan for .NET? HailStorm, and all of that? They're different things. MS is putting the .NET label on everything now.

    if a biz client is running winXP, I refuse to work on it.

    This is just silly. XP is the best desktop OS that MS has released to market. Turn off themes, turn off the new logon interface, and it's everything that 2k was but better.

    That's not to say that it's the best OS on the planet, but it's certainly far superior to 2k, 9x, or NT4.
  • by Chuck_McDevitt ( 665265 ) on Sunday April 18, 2004 @06:51PM (#8899861) Homepage
    Wrong. This just covers the redistributables (not the compiler or things you compile with it). The idea is you can't make derivitives of those redistributables that would cause Microsoft's code to be GPL'd.
  • by Moridineas ( 213502 ) on Sunday April 18, 2004 @07:08PM (#8899952) Journal

    It's the .net runtime framework i'm in morbid fear of.



    So are you scared of glibc? libc? the MS c++ stdlibraries? MFC classes? Because they're the same thing buddy! I think you don't understand what .net is..

    And yes, I do give MCSE's a bad name; I've run slackware since version 1.2 ('93-'94?), and if a biz client is running winXP, I refuse to work on it.



    Woopie, good for you. I've run FreeBSD for 7 years and RedHat since version 4, if you want to play a pissing contest, we're all dorks here on slashdot :-p And as for refusing to run XP? THat's honestly your loss-XP is far and away my favorite MS OS I've ever run. My uptime is 19 days as of right now, if you were wondering.

    I resent the "giving pagans a bad name" statement, though.



    Well if all pagan libertarians are happy with being paranoid anti-MS zealots, then I guess I complimented them.

    http://www.penny-arcade.com/view.php3?date=2002-07 -22&res=l [penny-arcade.com]

  • Sigh.
    anyone who thinks WinXP is the best MS/OS has serious reality issues.
    Win2k. All the power, non of the crap.
  • by Anonymous Coward on Sunday April 18, 2004 @09:27PM (#8900633)
    But not the optimizing one. They didn't offer a free developement toolkit suitable for the Free Software hobbiest or someone writing shareware programs that they expected to generate little money. Essentially, to begin writing code they had a barrier to entry ($200 or so) that made people use mingw, cygwin, or switch entirely to linux.
  • Re:EULA section 3 (Score:3, Interesting)

    by the_greywolf ( 311406 ) * on Sunday April 18, 2004 @10:45PM (#8900953) Homepage
    that's what i want to know. it reads as if it applies to anything linked to the redistributables.
  • by david_christie ( 19052 ) on Monday April 19, 2004 @12:50AM (#8901533) Homepage
    Has anyone managed to apply this download to a Visual Studio .NET 2003 Standard installation, to get the benefits of an optimizing compiler?

    Standard edition disables the optimizing compiler. You have to pay for Professional edition to get the optimizer. Being cheap, and not needing all the .NET crap in Professional addition, I bought Standard edition. Now it seems MS is giving away the optimizing compiler. But how to enable its use from within Visual Studio? has anyone figured out a way to do this?

It is easier to write an incorrect program than understand a correct one.

Working...