CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8
  1. #1
    Join Date
    Dec 1999
    Location
    Canada
    Posts
    46

    ms visual c++ 6.0

    Anyone know where ican get ms visual C++ 6.0?


  2. #2
    Join Date
    Nov 1999
    Location
    England
    Posts
    187

    Re: ms visual c++ 6.0


  3. #3
    Join Date
    Jan 2000
    Location
    Salt Lake City, UT
    Posts
    72

    Re: ms visual c++ 6.0

    If you can get by with the standard version (you can't sell what you write, and it doesn't come with MSDN--a critical component, IMO):

    http://www.amazon.com/exec/obidos/AS...761441-8146663

    Otherwise, get the Professional or Enterprise editions:

    http://www.amazon.com/exec/obidos/AS...761441-8146663

    Good luck,

    -dB


    --
    David Brady
    dbrady_at_acclaim.com
    Replace _at_ with @ to send e-mail
    "There's no sense being exact about something if you don't even know what you're talking about." -- John von Neumann

  4. #4
    Join Date
    Feb 2000
    Location
    Indianapolis, IN
    Posts
    123

    Re: ms visual c++ 6.0

    hey David,
    what do you mean you can't sell what write with the Standard version?? Depending on what version you have determines if you can sell or distribute your program?

    That is so weird, I did not know that.


  5. #5
    Join Date
    Jan 2000
    Location
    Salt Lake City, UT
    Posts
    72

    Re: ms visual c++ 6.0

    I don't know what the deal is exactly, but it used to break down as follows:

    * Academic version had major missing components (Borland Turbo C++ 3.0 Academic, for example, had no assembler), and you couldn't distribute your code.
    * Standard version had all the compiler components, but lacked full development suite components like MSDN, and you couldn't distribute your code.
    * Professional had a full single-user development suite, and you could distribute MOST of everything (some 3rd party .ocx's and crap couldn't be distributed).
    * Enterprise had it all, plus all the team-based stuff like VSS, and you could do whatever you wanted with it.

    That line has blurred lately, Microsoft is now selling the Professional version to students at academic pricing. I don't know if it's a "free and clear" pro version or if the license is restricted or not.

    Caveat Programmor: Read the licensing agreement very, very carefully before you open the package.

    Good luck,

    -dB

    --
    David Brady
    dbrady_at_acclaim.com
    Replace _at_ with @ to send e-mail
    "There's no sense being exact about something if you don't even know what you're talking about." -- John von Neumann
    I'm not humble enough to say I don't do it for the ratings. But I can honestly say I do it because I love to help out. Ratings and/or private messages are the best way to let me know.

  6. #6
    Join Date
    Feb 2000
    Location
    Indianapolis, IN
    Posts
    123

    Re: ms visual c++ 6.0

    That is crazy! What, does it have something to do with the supporting files that windows uses to run some of the programs, i.e. the ocx's you mentioned.

    So if you want to write something that you want to distribute, you have to get at least Enterprise Edition??

    Very clever marketing if you ask me.

    Thanks for your response.
    Tobey


  7. #7
    Join Date
    Jan 2000
    Location
    Salt Lake City, UT
    Posts
    72

    Re: ms visual c++ 6.0

    You only need the Pro version to distribute, but yes, it IS very clever marketing.

    It's like saying, "here kid, the first one's free." Only by free they mean $100.

    -dB

    --
    David Brady
    dbrady_at_acclaim.com
    Replace _at_ with @ to send e-mail
    "There's no sense being exact about something if you don't even know what you're talking about." -- John von Neumann
    I'm not humble enough to say I don't do it for the ratings. But I can honestly say I do it because I love to help out. Ratings and/or private messages are the best way to let me know.

  8. #8
    Join Date
    Feb 2000
    Location
    Indianapolis, IN
    Posts
    123

    Re: ms visual c++ 6.0

    When you say distribute, do you mean in the sense that you can distribute those supporting files and not break any license agreement or do you mean unless you have at least Pro you cannot distribute anything, period.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured