G
Guest
MC++ application, I've got "LNK2022 error message...
MyApp error LNK2022: metadata operation failed (8013118D) : Inconsistent method declarations in duplicated types(CMainFramel). (0x02000008).
It seems to be some my struct type have a "#pragma pack (push, 1)".
Delete that #pragma keywords. Solve the LNK2022 problem.
But why? That "#pragma ..." line make the problem and what's the meaning of two value (8013118D, 0x02000008).
It seem to be varibale for appliation and code... What's is this meaning for??
MyApp error LNK2022: metadata operation failed (8013118D) : Inconsistent method declarations in duplicated types(CMainFramel). (0x02000008).
It seems to be some my struct type have a "#pragma pack (push, 1)".
Delete that #pragma keywords. Solve the LNK2022 problem.
But why? That "#pragma ..." line make the problem and what's the meaning of two value (8013118D, 0x02000008).
It seem to be varibale for appliation and code... What's is this meaning for??