Csound Csound-dev Csound-tekno Search About

Re: [Cs-dev] OSC for Win32 (was Re: [Csnd] surround II)

Date2006-04-12 23:12
FromMichael Gogins
SubjectRe: [Cs-dev] OSC for Win32 (was Re: [Csnd] surround II)
Thanks for your work. I'll try it out soon.

There shouldn't be license issues with the SDK headers. I did run into problems with ws2_32 with MinGW, which I don't exactly recall any more. The relevant functions could be declared "extern" in the sources to get around the header file problems.

Regards,
Mike

-----Original Message-----
>From: Istvan Varga 
>Sent: Apr 12, 2006 4:56 PM
>To: csound-devel@lists.sourceforge.net
>Subject: [Cs-dev] OSC for Win32 (was Re: [Csnd] surround II)
>
>I have now built a liblo DLL file that does seem to work according to
>some initial tests (under WINE I had to use the alternate liblo.dll.bak
>file due to bugs in the WINE version of ws2_32.dll).
>Note that for building the library, the header file wspiapi.h is needed
>which is not included with MinGW - it is only in the MS platform SDK, so
>it is not sure if there are possible licensing issues. Theoretically, it
>could be possible to build without wspiapi.h, but then the resulting DLL
>would require Windows XP or newer which I cannot test; to try it, just
>remove the files ws2tcpip.h and ws2_wrapper.c.
>
>> On Wednesday 12 April 2006 17:28, Michael Gogins wrote:
>> 
>> > OSC and liblo are not in the Windows installers. I tried and failed
>> > to build liblo on Windows. When and if somebody figures out how to
>> > build them, they will be in the installers.
>> 
>> I also could not build a usable liblo library with MinGW, some of the
>> functions it depends on simply do not exist in the Windows DLLs (it is
>> also possible that the MinGW headers are buggy).
>> I will try compiling liblo with Cygwin and see if that works better.





-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2006-04-13 08:50
FromIstvan Varga
SubjectRe: [Cs-dev] OSC for Win32 (was Re: [Csnd] surround II)
AttachmentsNone