Unresolved external symbol TracerProviderFactory::Create #3014
Labels
bug
Something isn't working
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Describe your environment
After upgrading from 1.14.x to 1.16.0 and 1.16.1 building the same code fails with a linker error, not finding
TracerProviderFactory::Create
:Steps to reproduce
OTEL CPP is consumed via vcpkg manifest:
Project is a simple Windows DLL, OTEL CPP is statically linked.
Used includes:
Relevant code snippet:
What is the expected behavior?
Solution should build fine, I applied the migration path mentioned here but nothing changes.
What is the actual behavior?
Additional context
Neither the v1.14.x compatible nor the upgraded (factory deprecation) variant works under 1.16.x, I skipped 1.15 so IDK the behavior there.
The text was updated successfully, but these errors were encountered: