Skip to content

Linker error #55

@andreasdr

Description

@andreasdr

Hi,

I have found a simple linker error which is easy to fix:

Have a look at

There you specify "inline" to a CPP definition, thats why its code is not generated in library. But as inline is not in header its also not inline compiled.

Removing the "inline" fixes the error.

Best regards
Andreas

Metadata

Metadata

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions