VC++ 2010 Expresss

Published November 25, 2009
Advertisement
Downloading Visual CPP 2010 Express beta 2,gonna check how they screwed the GUI again and see how slow it runs :).
All the versions are available here

Here is how the new IDE looks :



I don't know if this is a new feature or not but after enabling build timing from the settings the output window displayed this information which is very detailed :

1>------ Build started: Project: nightfall2, Configuration: Release Win32 ------1>  nightfall2.vcxproj -> c:\documents and settings\default\my documents\visual studio 2010\Projects\nightfall2\Release\nightfall2.exe1>1>Project Performance Summary:1>      375 ms  c:\documents and settings\default\my documents\visual studio 2010\Projects\nightfall2\nightfall2\nightfall2.vcxproj   1 calls1>                375 ms  build                                      1 calls1>1>Target Performance Summary:1>        0 ms  MakeDirsForLink                            1 calls1>        0 ms  ComputeCLGeneratedLinkInputs               1 calls1>        0 ms  _CopyFilesMarkedCopyLocal                  1 calls1>        0 ms  _Midl                                      1 calls1>        0 ms  _CheckForCompileOutputs                    1 calls1>        0 ms  PrepareResourceNames                       1 calls1>        0 ms  AfterClCompile                             1 calls1>        0 ms  SelectClCompile                            1 calls1>        0 ms  ResolveReferences                          1 calls1>        0 ms  SelectCustomBuild                          1 calls1>        0 ms  BeforeResourceCompile                      1 calls1>        0 ms  GetCopyToOutputDirectoryItems              1 calls1>        0 ms  _DetermineManagedStateFromCL               1 calls1>        0 ms  AfterMidl                                  1 calls1>        0 ms  AfterBuildCompileEvent                     1 calls1>        0 ms  _AfterBuild                                1 calls1>        0 ms  _ClCompile                                 1 calls1>        0 ms  _Manifest                                  1 calls1>        0 ms  CreateCustomManifestResourceNames          1 calls1>        0 ms  ComputeCustomBuildOutput                   1 calls1>        0 ms  _Xsd                                       1 calls1>        0 ms  ComputeCLCompileGeneratedSbrFiles          1 calls1>        0 ms  ComputeRCOutputs                           1 calls1>        0 ms  GetFrameworkPaths                          1 calls1>        0 ms  ComputeCLInputPDBName                      1 calls1>        0 ms  ComputeMIDLGeneratedCompileInputs          1 calls1>        0 ms  ComputeLinkImportLibraryOutputsForClean    1 calls1>        0 ms  ComputeRCGeneratedLinkInputs               1 calls1>        0 ms  MakeDirsForResourceCompile                 1 calls1>        0 ms  _XdcMake                                   1 calls1>        0 ms  ComputeManifestGeneratedLinkerInputs       1 calls1>        0 ms  MakeDirsForCl                              1 calls1>        0 ms  CopyFilesToOutputDirectory                 1 calls1>        0 ms  PostBuildEvent                             1 calls1>        0 ms  ComputeLinkInputsFromProject               1 calls1>        0 ms  _ResourceCompile                           1 calls1>        0 ms  ComputeManifestInputsTargets               1 calls1>        0 ms  _DetermineManagedStateForLink              1 calls1>        0 ms  AfterLink                                  1 calls1>        0 ms  _Appverifier                               1 calls1>        0 ms  AfterBuildGenerateSources                  1 calls1>        0 ms  AfterResourceCompile                       1 calls1>        0 ms  ComputeCLCompileGeneratedXDCFiles          1 calls1>        0 ms  MakeDirsForMidl                            1 calls1>        0 ms  BeforeResolveReferences                    1 calls1>        0 ms  AfterResolveReferences                     1 calls1>        0 ms  PreBuildEvent                              1 calls1>        0 ms  DoLinkOutputFilesMatch                     1 calls1>        0 ms  _ALink                                     1 calls1>        0 ms  Build                                      1 calls1>        0 ms  _SplitProjectReferencesByFileExistence     1 calls1>        0 ms  _GenerateXMLData                           1 calls1>        0 ms  AssignTargetPaths                          1 calls1>        0 ms  ResolveProjectReferences                   1 calls1>        0 ms  MakeDirsForBscMake                         1 calls1>        0 ms  _BscMake                                   1 calls1>        0 ms  ComputeCLOutputs                           1 calls1>        0 ms  BuildGenerateSources                       1 calls1>        0 ms  _SelectedFiles                             1 calls1>        0 ms  BuildLink                                  1 calls1>        0 ms  MakeDirsForXdcMake                         1 calls1>        0 ms  _GenerateWebServiceProxy                   1 calls1>        0 ms  BeforeLink                                 1 calls1>        0 ms  PlatformPrepareForBuild                    1 calls1>        0 ms  AssignCppReferenceTargets                  1 calls1>        0 ms  _Deploy                                    1 calls1>        0 ms  BeforeBuildGenerateSources                 1 calls1>        0 ms  PrepareForBuild                            1 calls1>        0 ms  SplitResourcesByCulture                    1 calls1>        0 ms  BeforeClCompile                            1 calls1>        0 ms  AfterBuildGenerateSourcesEvent             1 calls1>        0 ms  PreLinkEvent                               1 calls1>        0 ms  _Link                                      1 calls1>        0 ms  BuildCompile                               1 calls1>        0 ms  _CopySourceItemsToOutputDirectory          1 calls1>       16 ms  SetBuildDefaultEnvironmentVariables        1 calls1>       16 ms  _CheckForInvalidConfigurationAndPlatform   1 calls1>       62 ms  _PrepareForBuild                           1 calls1>       78 ms  Link                                       1 calls1>      203 ms  ClCompile                                  1 calls1>1>Task Performance Summary:1>        0 ms  AssignCulture                              1 calls1>        0 ms  AssignTargetPath                           5 calls1>        0 ms  Touch                                      2 calls1>        0 ms  WriteLinesToFile                           1 calls1>        0 ms  MakeDir                                    9 calls1>        0 ms  Message                                    3 calls1>        0 ms  Delete                                     1 calls1>        0 ms  Copy                                       4 calls1>        0 ms  ReadLinesFromFile                          1 calls1>       16 ms  SetEnv                                     4 calls1>       78 ms  Link                                       1 calls1>      203 ms  CL                                         1 calls========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
Next Entry Editor
0 likes 3 comments

Comments

Evil Steve
Dear god, is the 3.7MB BMP really needed? How about a nice PNG, which comes out at 85.7KB, or 37.4KB if you make it 8-bit?
November 26, 2009 02:52 AM
Black Knight
Lol fixed.
November 26, 2009 09:26 AM
Evil Steve
<3 [smile]
November 27, 2009 09:32 AM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement

Latest Entries

Advertisement