Regi
#1
Hi,
First off, I’m on OF 0.9.6, VS2015.
Both of these addons/libraries seem to use ZLIB.lib
I believe that’s why I’m getting a bunch of LNK2005 errors.
I was wondering if anyone could suggest a way to get around this e.g. unlink one of the lib’s somehow?
Thanks!
arturo
#2
just deleting the duplicated library from one of the addons and recreating the project with the project generator should work
Regi
#3
I tried renaming the ZLIB.lib in the ofxLibWebsockets addon folder and that seemed to take care of the problem.
*Note to self, remember to rename it back once using it with a new project 
Thanks @arturo