hi all ,
I'm stucked with this bug or my error.
I don't say that I find a bug on the visual studio compiler, what I need
is to make this fix and continue my project.

please give me a idea how to start after this kind of bug ? Any idea ?
Tip? or how to identify the line that this linker crashes ?

question1_3.obj : fatal error LNK1000: Internal error during IncrCalcPtrs
  Version 9.00.30729.01
  ExceptionCode            = C0000005
  ExceptionFlags           = 00000000
  ExceptionAddress         = 0045B8C0 (00400000) "F:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\link.exe"
  NumberParameters         = 00000002
  ExceptionInformation[ 0] = 00000000
  ExceptionInformation[ 1] = 0000001C
CONTEXT:
  Eax    = 00000000  Esp    = 0012F2B0
  Ebx    = 3FFF0000  Ebp    = 0012F2D4
  Ecx    = 7D61F5ED  Esi    = 40053E30
  Edx    = 4000B41C  Edi    = 00000000
  Eip    = 0045B8C0  EFlags = 00010283
  SegCs  = 00000023  SegDs  = 0000002B
  SegSs  = 0000002B  SegEs  = 0000002B
  SegFs  = 00000053  SegGs  = 0000002B
  Dr0    = 00000000  Dr3    = 00000000
  Dr1    = 00000000  Dr6    = 00000000
  Dr2    = 00000000  Dr7    = 00000000
Build log was saved at "file://c:\exercises\C++\chapterA1\question1_3\question1_3\Debug\BuildLog.htm"
question1_3 - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

I have out of debugging tips now , please help.

thanks in advance.

Recommended Answers

All 2 Replies

Did you try deleting all object files and recompiling everything? If that doesn't work then post the offending source file.

commented: experienced can't be teached, it should obtained +1

object files and recompiling everything?

Bingo ! that works.
Thanks a lot Acient Dragon.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.