Kasper Kirkeby
April 21st, 1999, 02:31 AM
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
April 21st, 1999, 08:41 AM
You should check out the Microsoft site -- they have several pages comparing the two products there, particularlly:
http://msdn.microsoft.com/visualc/prodinfo/datasheet/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.
Martin Speiser
April 21st, 1999, 10:04 AM
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