-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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
Reactions are currently unavailable