CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: Lnk1202

Threaded View

  1. #1
    Join Date
    May 2006
    Posts
    3

    Lnk1202

    I am getting the following error while compiling a project in a workspace.

    fatal error LNK1202: "C:\product\GUI\Widgets\SafetyEventLine\Modules\vc60.pdb" is missing debugging information for referencing module

    my project contains following options:
    /nologo /MD /W3 /Gm /GR /GX /Zi /Od /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /D "NDEBUG" /Fp"Modules/SafetyEventLine.pch" /Yu"stdafx.h" /Fo"Modules/" /Fd"Modules/" /FD /Zm300 /c

    Re building the project has not helped

    regards
    Last edited by naylak; May 12th, 2006 at 10:02 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured