You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is a fixed path set for pocoNetworkInitalizer for a Windows platform:
#define POCO_NET_FORCE_SYMBOL(s) __pragma(comment (linker, "/include:_"#s))
It should be resolved, so the external project can define the path custom to its needs and build-output location
The text was updated successfully, but these errors were encountered:
Currently there is a fixed path set for pocoNetworkInitalizer for a Windows platform:
#define POCO_NET_FORCE_SYMBOL(s) __pragma(comment (linker, "/include:_"#s))
It should be resolved, so the external project can define the path custom to its needs and build-output location
The text was updated successfully, but these errors were encountered: