View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002440 | NoesisGUI | C++ SDK | public | 2022-10-14 10:57 | 2022-11-08 00:30 |
Reporter | AnKor | Assigned To | jsantos | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.1.5 | ||||
Target Version | 3.1.6 | Fixed in Version | 3.1.6 | ||
Summary | 0002440: Inline enum reflection causes duplicate definition linker error | ||||
Description | Using NS_IMPLEMENT_INLINE_REFLECTION_ENUM in a header that is included in more than one file causes linker errors: error LNK2005: "public: static void __cdecl Noesis::TypeEnumFiller<enum Test::TestEnum>::Fill(class Noesis::TypeEnumCreator<enum Test::TestEnum> &)" (?Fill@[email protected]@Test@@@Noesis@@[email protected]@Test@@@2@@Z) already defined in ***.obj error LNK2005: "public: static class Noesis::TypeEnum const * __cdecl Noesis::TypeEnumFiller<enum Test::TestEnum>::GetType(void)" (?GetType@[email protected]@Test@@@Noesis@@[email protected]@XZ) already defined in ***.obj The fix is described here: https://www.noesisengine.com/forums/viewtopic.php?t=2750 | ||||
Tags | No tags attached. | ||||
Platform | Any | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2022-10-14 10:57 | AnKor | New Issue | |
2022-10-14 11:00 | jsantos | Assigned To | => jsantos |
2022-10-14 11:00 | jsantos | Status | new => assigned |
2022-10-14 11:00 | jsantos | Target Version | => 3.1.6 |
2022-11-07 17:13 | sfernandez | Target Version | 3.1.6 => 3.1.7 |
2022-11-07 17:14 | sfernandez | Target Version | 3.1.7 => 3.1.6 |
2022-11-08 00:30 | jsantos | Status | assigned => resolved |
2022-11-08 00:30 | jsantos | Resolution | open => fixed |
2022-11-08 00:30 | jsantos | Fixed in Version | => 3.1.6 |