Hi!
Is it posible to build cinder as shared library on windows as cmake … -DBUILD_SHARED_LIBS=1 on linux.
I’m trying to make with cmake on windows buit get many unresolved external symbol errors.
I’m making application with cinder and this app use shared libraries.
App and libraries used cinder types
So i don’t wont to iclude multiple copies of cinder.
Thanks:slight_smile:
Hi there,
Cmake support on Windows is pretty experimental, but you can make shared libraries within one of the Visual Studio configurations in github master branch, either Debug_Shared or Release_Shared.
cheers,
Rich
[7 years later…]
Is there any way to get cinder to build as a shared library on Windows without using the master branch (which is probably not production-ready)?
Sorry for the late reply, I haven’t been on a computer much as of late - the master branch is indeed production ready, it’s actually all we’ve ever used during production (unless we are using a private branch for some specific feature we need).
cheers,
Rich