Page 1 of 1

New linker error

Posted: Sun Aug 16, 2009 5:34 am
by spacy51

Whenever I compile the latest VBA-M, I get the following linker error:

 

Code: Select all

1>Linking...
1>LINK : fatal error LNK1000: Internal error during IncrBuildImage
1>  Version 9.00.21022.08
1>  ExceptionCode            = C0000005
1>  ExceptionFlags           = 00000000
1>  ExceptionAddress         = 0029FCF7 (00220000) "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\link.exe"
1>  NumberParameters         = 00000002
1>  ExceptionInformation[ 0] = 00000000
1>  ExceptionInformation[ 1] = 0137D670
1>CONTEXT:
1>  Eax    = 409029D0  Esp    = 0051EE4C
1>  Ebx    = 40008280  Ebp    = 0051EE74
1>  Ecx    = 0137D670  Esi    = 40902834
1>  Edx    = 0051EE64  Edi    = 0022D6C0
1>  Eip    = 0029FCF7  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://d:\Dev\Code\vbam\trunk\project\vc2008_mfc\Win32\Debug_temp\VisualBoyAdvance_BuildLog.htm"
1>VisualBoyAdvance - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 1 up-to-date, 0 skipped ==========

 

I'm using VC2008 without Service Pack.

 

 

When I press compile/link after that, everything is fine.

Could that be related to the new SVN version string?


New linker error

Posted: Sun Aug 16, 2009 7:35 am
by ZachBacon

shouldn't be since thats the same version of visual studio that I am using and I've been doing compiles on my own with no problem