I’d also recommend liblo but you’ll need pthreads-win32 as a dependency. If he’s working with Visual Studio and mainly a Windows dev, stick to oscpack as it’s easier to build and use in VS. There have been some recent updates to oscpack, so it’s not dead.

That being said, I prefer liblo and wrote a C++ wrapper around it that is inspired by oscpack (as I have used both over the years): https://github.com/danomatika/lopack

--------
Dan Wilcox
@danomatika
danomatika.com
robotcowboy.com

On Dec 30, 2015, at 1:25 PM, pd-list-request@lists.iem.at wrote:

From: IOhannes m zmölnig <zmoelnig@iem.at>
Subject: Re: [PD] link between C++ and PD
Date: December 30, 2015 at 1:24:50 PM MST


On 12/30/2015 09:18 PM, jma@jeanmarie-adrien.net wrote:
tks !
Le 30 déc. 2015 à 19:39, Py Fave <pyfave@gmail.com> a écrit :



look for an osc library for c++ ,
there are many


i had an experience of this kind ,
this library  was used 

oscpack -- Open Sound Control packet manipulation library
http://www.audiomulch.com/~rossb/code/oscpack

i would recommend liblo [1] instead.
it seems to be the most commonly used library these days.
it is also more actively developed than oscpack.

liblo states that it is an OSC-implementation for "POSIX systems" (which
w32 is not), but afaik it does work on w32.

mgsd
IOhannes

[1] https://github.com/radarsat1/liblo