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 | ||
| 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@?$TypeEnumFiller@W4TestEnum@Test@@@Noesis@@SAXAEAV?$TypeEnumCreator@W4TestEnum@Test@@@2@@Z) already defined in **.obj The fix is described here: https://www.noesisengine.com/forums/viewtopic.php?t=2750 | ||||
| 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 |