projectGenerator icon indicating copy to clipboard operation
projectGenerator copied to clipboard

VS missing addon lib sub folder source causing issues

Open danoli3 opened this issue 1 year ago • 3 comments

It seems for addons, for VS, its not adding sub folders for osc:

This is not added: openFrameworks\addons\ofxOsc\libs\oscpack\src\ip\win32

This depth is: openFrameworks\addons\ofxOsc\libs\oscpack\src\ip

Need source contents of win32 for windows target else will fail as not including the UdpSocket.cpp

danoli3 avatar Jun 26 '24 04:06 danoli3

It seems the VS tests and downloader was linking against the older bleeding release so tracing this back might be a change from v40 onwards @dimitre

danoli3 avatar Jun 26 '24 05:06 danoli3

Yeah last working PG: [notice ] PG v.33

danoli3 avatar Jun 26 '24 06:06 danoli3

https://github.com/openframeworks/projectGenerator/pull/530 should fix it

danoli3 avatar Jun 26 '24 07:06 danoli3