I can't install Toolkit Pro 1321 because it crashes during build using VS 2008 under Windows 7 x64. At the end of the dump, it says check Tools > Add-ons, but I did that and there are no add-ons.
Here's the tail end of the CMD window:
1>inftrees.c 1>inflate.c 1>Generating Code... 1>Compiling... 1>inffast.c 1>infback.c 1>gzio.c 1>deflate.c 1>crc32.c 1>compress.c 1>adler32.c 1>Generating Code... 1>Compiling resources... 1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0 1>Copyright (C) Microsoft Corporation. All rights reserved. 1>Compiling manifest to resources... 1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0 1>Copyright (C) Microsoft Corporation. All rights reserved. 1>Linking... 1> Creating library ../../lib/vc90/ToolkitPro1321vc90D.lib and object ../../li b/vc90/ToolkitPro1321vc90D.exp 1>Embedding manifest... 1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0 1>Copyright (C) Microsoft Corporation. All rights reserved. 1>LINK : fatal error LNK1000: Internal error during IncrBuildImage 1> Version 9.00.21022.08 1> ExceptionCode = C0000005 1> ExceptionFlags = 00000000 1> ExceptionAddress = 0125FCF7 (011E0000) "C:\Program Files (x86)\Micro soft Visual Studio 9.0\VC\bin\link.exe" 1> NumberParameters = 00000002 1> ExceptionInformation[ 0] = 00000000 1> ExceptionInformation[ 1] = 00D0D670 1>CONTEXT: 1> Eax = 42F62178 Esp = 0016EE5C 1> Ebx = 4000817C Ebp = 0016EE84 1> Ecx = 00D0D670 Esi = 42F61FE0 1> Edx = 0016EE74 Edi = 011ED6C0 1> Eip = 0125FCF7 EFlags = 00010246 1> SegCs = 00000023 SegDs = 0000002B 1> SegSs = 0000002B SegEs = 0000002B 1> SegFs = 00000053 SegGs = 0000002B 1> Dr0 = 00000000 Dr3 = 00000000 1> Dr1 = 00000000 Dr6 = 00000000 1> Dr2 = 00000000 Dr7 = 00000000 1>Build log was saved at " file:///c:/Program - file://c:\Program Files (x86)\Codejock Software\MFC\Xt reme ToolkitPro v13.2.1\Workspace\ToolkitPro\Debug\vc90\BuildLog.htm" 1>Codejock.ToolkitPro.Shared - 1 error(s), 0 warning(s) ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ========== **************************************************************************** IMPORTANT: If your .NET environment crashed during the build, you should disable all your addins and try again. To disable the addins: 1. Start VC.NET 2. Go to Tools/Add-in Manager 3. Uncheck all the checkboxes in the Startup column **************************************************************************** Press any key to continue . . .
|