Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug binaries missing in Windows Installer #82

Closed
FlorianReimold opened this issue Sep 11, 2020 · 0 comments · Fixed by #88
Closed

Debug binaries missing in Windows Installer #82

FlorianReimold opened this issue Sep 11, 2020 · 0 comments · Fixed by #88

Comments

@FlorianReimold
Copy link
Member

The Windows setup is genereated from a Release build. Thus, the setup only contains release binaries. When linking against the eCAL Setup in a debug build, you will end up with a mixed debug/release binary. As the C++ Debug ABI and C++ Release ABI are not compatible, the applications will crash when trying to pass STL containers to eCAL:

92698557-d5e77000-f34c-11ea-9603-93e4597863ac

Linking against the C interface (eCAL::core_c) seems to work in a debug build. I however doubt that it is possible to produce a working debug binary with that workaround, once you use protobuf.

We therefore have to also ship the Debug built along in the Windows installer.

Also see #79

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant