[PD] problems with OSC in windows

Thomas O Fredericks iamonthebeach at gmail.com
Tue Aug 16 17:38:41 CEST 2005


Download the version I use and the help files here: 
https://www.puredata.info/Members/mrtof/OscWin/download

Check the image.

Tom

Urs Liska wrote:

> Did you have success by now?
>
> Or can anybody else tell me how to use OSC in windows if I don't have 
> the ability and tools to compile it myself?
>
> I'd really like to start working with OSC (for communicating with 
> other computers/programs, and for organising my patches) but can't get 
> further..
>
> Thanks a lot
> Urs
>
> enrico_groups at libero.it schrieb:
>
>> Hi Martin,
>>
>> thanks for your reply.
>>
>>
>>> Depending on your compiler you need to have the linker "export all 
>>> symbols" as well as "export dynamic". The dll has to be compiled and 
>>> linked with the same tools as your PD. These are some of the things 
>>> I have run into in the past.
>>
>>
>>
>>
>> I have rebuilt pd using visual studio, so that I use the same tools 
>> as those used for the OSC extra, and I have added the following:
>>
>>
>> #define OSC_API __declspec(dllexport)
>>
>> which should export all the functions (OSC_API is in front of all 
>> functions declaration) but I still get the same error:
>>
>> load_object: Symbol "osc_setup" not found
>> osc: can't load library
>>
>>
>> is __declspec(dllexport) enough to export the symbols in the right way?
>> any suggestion is welcome.
>>
>> Thanks,
>> Enrico
>>
>>
>
> _______________________________________________
> PD-list at iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list
>





More information about the Pd-list mailing list