CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Location
    Denmark
    Posts
    31

    Visual C Pro or Std ??

    Hi there...

    What is the differens between the Std and the Pro edition besides the price??

    If i buy the std edition instad of the pro.. what would i be missing??

    Regards
    Kasper Kirkeby
    Denmark


  2. #2
    Guest

    Re: Visual C Pro or Std ??

    You should check out the Microsoft site -- they have several pages comparing the two products there, particularlly:

    http://msdn.microsoft.com/visualc/pr...et/feature.asp

    Many of the differences relate to database features, source control and other features that are more important for multi-programmer situations.

    Also, I thought I heard that Standard cannot statically link to the the MFC DLLs -- if anyone knows either way, please tell me.


  3. #3
    Join Date
    Apr 1999
    Location
    Germany
    Posts
    418

    Re: Visual C Pro or Std ??

    You're right, the std edition can only link dynamically to the MFC, and it has no optimizer and no profiler. Standard Edition is good for learning, I'm using it at home for trying things. For developing applications for sale I recommend Pro or Enterprise.


    Martin

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