Skip to content

[fix] sNPCedit does not compile in Visual Studio 2010 #6

@GoogleCodeExporter

Description

@GoogleCodeExporter
Reported by justabaka, May 18, 2011
Solution converts, everything compiles except sNPCedit. I am using the latest 
revision available (r29).

The error messages are:
COMMON\npcgen.h(147): error C2872: 'Dynamic' : ambiguous symbol could be 
'd:\work\pwtools\snpcedit\..\COMMON\npcgen.h(100) : Dynamic' or 
'System::Dynamic'

The next six lines trigger the same error:
snpcedit\MainWindow.h(2109)
snpcedit\MainWindow.h(2112)
snpcedit\MainWindow.h(2613)
snpcedit\MainWindow.h(2762)
snpcedit\MainWindow.h(2762)

Changing "Dynamic" to "::Dynamic" fixes the problem.

Original issue reported on code.google.com by max_schm...@gmx.net on 2 Sep 2012 at 9:54

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions