Skip to content

wxMenu_AppendRadioItem duplicated in kwxFFI.lib (multiply defined symbol) #33

Description

@Randalphwa

After the fix for issue #32, \wxMenu_AppendRadioItem\ is now defined in two places:

This causes a linker error in any project that links \kwxFFI.lib:

\
kwxFFI.lib(wx_menu.cpp.obj) : error LNK2005: wxMenu_AppendRadioItem already defined in kwxFFI.lib(kwx_extra.cpp.obj)
fatal error LNK1169: one or more multiply defined symbols found
\\

Fix: Remove \wxMenu_AppendRadioItem\ from \kwx_extra.cpp\ since it is now properly generated.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions