Csound Csound-dev Csound-tekno Search About

[Cs-dev] Help! Cabbage, windows and Csound6....

Date2013-12-07 20:01
FromRory Walsh
Subject[Cs-dev] Help! Cabbage, windows and Csound6....
For the past few weeks I've been trying to get Cabbage building on
windows with the latest version of Csound. For Cabbage/Csound5 on
windows I was using Visual Studio Express. It wasn't perfect, but it
was just about Ok. It doesn't work however with the latest version of
Csound(crash on startup) and because I can't debug mingw libs with
MSVC I have no idea what is causing the crash. So I looked at using
Mingw and everything seemed to work fine, except that the binaries
only run on the machine that built them! So now I'm stuck in no man's
land. The gdb output when I run my Mingw Cabbage on another windows
machine is given below, but what good is it if I can't step through
the code?! To make things worse, the maintainer of JUCE has stated
time and time again that he is not interested in Mingw so I've drawn a
blank on that list. My final option, and one that I feel will lead to
more problems than it's worth, is building Csound for MSVC and
distributing that version of Csound with Cabbage. To be honest it
sounds like a nightmare scenario. Can anyone think of any possible
approaches I could take to resolving any of these issues, can you
think of anything I'm missing or have overlooked? Is there  way to get
more info from gdb about the error on startup? I'm running out of
ideas.


Starting program: C:\Users\rory\Downloads\CabbageWin32/Cabbage.exe
[New Thread 15052.0x3ac8]
Program received signal SIGILL, Illegal instruction.
HiResCounterHandler (this=0x9f3250 ) at
../../JuceLibraryCode/modules/juce_core/native/juce_win32_SystemStats.cpp:266
(gdb) bt
#0  HiResCounterHandler (this=0x9f3250 ) at
../../JuceLibraryCode/modules/juce_core/native/juce_win32_SystemStats.cpp:266
#1  __static_initialization_and_destruction_0 (__priority=65535,
__initialize_p=1)  at
../../JuceLibraryCode/modules/juce_core/native/juce_win32_SystemStats.cpp:296
#2  _GLOBAL__sub_I__ZN4juce12AbstractFifoC2Ei ()  at
../../JuceLibraryCode/modules/juce_core/juce_core.cpp:221
#3  0x00626d5a in __do_global_ctors ()
#4  0x40000060 in ?? ()
#5  0x00000031 in ?? ()
#6  0x030f2c58 in ?? ()
#7  0x760d336a in KERNEL32!BaseThreadInitThunk ()
   from C:\Windows\syswow64\kernel32.dll
#8  0x77099f72 in ntdll!RtlInitializeExceptionChain ()
   from C:\Windows\system32\ntdll.dll
#9  0x77099f45 in ntdll!RtlInitializeExceptionChain ()
   from C:\Windows\system32\ntdll.dll
#10 0x00000000 in ?? ()
(gdb)

------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-12-07 22:19
FromMichael Gogins
SubjectRe: [Cs-dev] Help! Cabbage, windows and Csound6....
AttachmentsNone  None  

You can use only the c interface to Csound and/or only csound.hpp. These will link csound built with mingw with cabbage built with msvc, but CppSound.hpp will only link with csound binaries built with the same compiler.

Hope this helps,
Mike

On Dec 7, 2013 9:03 PM, "Rory Walsh" <rorywalsh@ear.ie> wrote:
For the past few weeks I've been trying to get Cabbage building on
windows with the latest version of Csound. For Cabbage/Csound5 on
windows I was using Visual Studio Express. It wasn't perfect, but it
was just about Ok. It doesn't work however with the latest version of
Csound(crash on startup) and because I can't debug mingw libs with
MSVC I have no idea what is causing the crash. So I looked at using
Mingw and everything seemed to work fine, except that the binaries
only run on the machine that built them! So now I'm stuck in no man's
land. The gdb output when I run my Mingw Cabbage on another windows
machine is given below, but what good is it if I can't step through
the code?! To make things worse, the maintainer of JUCE has stated
time and time again that he is not interested in Mingw so I've drawn a
blank on that list. My final option, and one that I feel will lead to
more problems than it's worth, is building Csound for MSVC and
distributing that version of Csound with Cabbage. To be honest it
sounds like a nightmare scenario. Can anyone think of any possible
approaches I could take to resolving any of these issues, can you
think of anything I'm missing or have overlooked? Is there  way to get
more info from gdb about the error on startup? I'm running out of
ideas.


Starting program: C:\Users\rory\Downloads\CabbageWin32/Cabbage.exe
[New Thread 15052.0x3ac8]
Program received signal SIGILL, Illegal instruction.
HiResCounterHandler (this=0x9f3250 <juce::hiResCounterHandler>) at
../../JuceLibraryCode/modules/juce_core/native/juce_win32_SystemStats.cpp:266
(gdb) bt
#0  HiResCounterHandler (this=0x9f3250 <juce::hiResCounterHandler>) at
../../JuceLibraryCode/modules/juce_core/native/juce_win32_SystemStats.cpp:266
#1  __static_initialization_and_destruction_0 (__priority=65535,
__initialize_p=1)  at
../../JuceLibraryCode/modules/juce_core/native/juce_win32_SystemStats.cpp:296
#2  _GLOBAL__sub_I__ZN4juce12AbstractFifoC2Ei ()  at
../../JuceLibraryCode/modules/juce_core/juce_core.cpp:221
#3  0x00626d5a in __do_global_ctors ()
#4  0x40000060 in ?? ()
#5  0x00000031 in ?? ()
#6  0x030f2c58 in ?? ()
#7  0x760d336a in KERNEL32!BaseThreadInitThunk ()
   from C:\Windows\syswow64\kernel32.dll
#8  0x77099f72 in ntdll!RtlInitializeExceptionChain ()
   from C:\Windows\system32\ntdll.dll
#9  0x77099f45 in ntdll!RtlInitializeExceptionChain ()
   from C:\Windows\system32\ntdll.dll
#10 0x00000000 in ?? ()
(gdb)

------------------------------------------------------------------------------
Sponsored by Intel(R) XDK
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Date2013-12-07 23:13
FromRory Walsh
SubjectRe: [Cs-dev] Help! Cabbage, windows and Csound6....
AttachmentsNone  None  

Thanks Mike, I'm already doing that. I've never used any of the auxiliary interfaces. I can't tell why Csound is causing my MSVC built Cabbage to die. The only reason I think it is Csound is that if I build without Csound everything loads up fine. It's hard to debug because if I step through the code it I get an exception and MSVC informs me that "The current stack frame was not found in a loaded module", if I continue it takes me to assembler code which gives me no info at all. At least none that I can understand. 


Date2013-12-08 08:12
FromMichael Gogins
SubjectRe: [Cs-dev] Help! Cabbage, windows and Csound6....
AttachmentsNone  None  

Set a breakpoint just before the exception and then step until you run into it. You will have to set breakpoints further and further into the code before you are close enough to the exception that you can find it by stepping.

On Dec 8, 2013 12:14 AM, "Rory Walsh" <rorywalsh@ear.ie> wrote:

Thanks Mike, I'm already doing that. I've never used any of the auxiliary interfaces. I can't tell why Csound is causing my MSVC built Cabbage to die. The only reason I think it is Csound is that if I build without Csound everything loads up fine. It's hard to debug because if I step through the code it I get an exception and MSVC informs me that "The current stack frame was not found in a loaded module", if I continue it takes me to assembler code which gives me no info at all. At least none that I can understand. 


------------------------------------------------------------------------------
Sponsored by Intel(R) XDK
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2013-12-08 17:27
FromRory Walsh
SubjectRe: [Cs-dev] Help! Cabbage, windows and Csound6....
The plots thickens. If I build with CodeBlocks (no makefiles) I get no
crash on startup. So there must be something to my makefiles that are
causing some kind of issue. With regards to the MSVC problem it looks
like that was caused by auto-updating my vs2010 solution to vs2013. I
can build it now but there are a lot of problems which I don't get in
the mingw built one. Still not there, but slowly making some progress.
You gotta love windows as a development environment ;)

On 8 December 2013 08:12, Michael Gogins  wrote:
> Set a breakpoint just before the exception and then step until you run into
> it. You will have to set breakpoints further and further into the code
> before you are close enough to the exception that you can find it by
> stepping.
>
> On Dec 8, 2013 12:14 AM, "Rory Walsh"  wrote:
>>
>> Thanks Mike, I'm already doing that. I've never used any of the auxiliary
>> interfaces. I can't tell why Csound is causing my MSVC built Cabbage to die.
>> The only reason I think it is Csound is that if I build without Csound
>> everything loads up fine. It's hard to debug because if I step through the
>> code it I get an exception and MSVC informs me that "The current stack frame
>> was not found in a loaded module", if I continue it takes me to assembler
>> code which gives me no info at all. At least none that I can understand.
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Sponsored by Intel(R) XDK
>> Develop, test and display web and hybrid apps with a single code base.
>> Download it for free now!
>>
>> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
> ------------------------------------------------------------------------------
> Sponsored by Intel(R) XDK
> Develop, test and display web and hybrid apps with a single code base.
> Download it for free now!
> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-12-08 17:54
FromMichael Gogins
SubjectRe: [Cs-dev] Help! Cabbage, windows and Csound6....
AttachmentsNone  None  
With reference to your last email, with what are you building Csound, and with what are you building Cabbage?

Regards,
Mike


-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Sun, Dec 8, 2013 at 12:27 PM, Rory Walsh <rorywalsh@ear.ie> wrote:
The plots thickens. If I build with CodeBlocks (no makefiles) I get no
crash on startup. So there must be something to my makefiles that are
causing some kind of issue. With regards to the MSVC problem it looks
like that was caused by auto-updating my vs2010 solution to vs2013. I
can build it now but there are a lot of problems which I don't get in
the mingw built one. Still not there, but slowly making some progress.
You gotta love windows as a development environment ;)

On 8 December 2013 08:12, Michael Gogins <michael.gogins@gmail.com> wrote:
> Set a breakpoint just before the exception and then step until you run into
> it. You will have to set breakpoints further and further into the code
> before you are close enough to the exception that you can find it by
> stepping.
>
> On Dec 8, 2013 12:14 AM, "Rory Walsh" <rorywalsh@ear.ie> wrote:
>>
>> Thanks Mike, I'm already doing that. I've never used any of the auxiliary
>> interfaces. I can't tell why Csound is causing my MSVC built Cabbage to die.
>> The only reason I think it is Csound is that if I build without Csound
>> everything loads up fine. It's hard to debug because if I step through the
>> code it I get an exception and MSVC informs me that "The current stack frame
>> was not found in a loaded module", if I continue it takes me to assembler
>> code which gives me no info at all. At least none that I can understand.
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Sponsored by Intel(R) XDK
>> Develop, test and display web and hybrid apps with a single code base.
>> Download it for free now!
>>
>> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
> ------------------------------------------------------------------------------
> Sponsored by Intel(R) XDK
> Develop, test and display web and hybrid apps with a single code base.
> Download it for free now!
> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Sponsored by Intel(R) XDK
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2013-12-08 17:59
FromSteven Yi
SubjectRe: [Cs-dev] Help! Cabbage, windows and Csound6....
Hi Rory,

I haven't followed this thread too closely, but are you building a
Debug release of Csound (i.e. cmake ../csound6
-DCMAKE_BUILD_TYPE=Debug) ?

steven

On Sun, Dec 8, 2013 at 12:54 PM, Michael Gogins
 wrote:
> With reference to your last email, with what are you building Csound, and
> with what are you building Cabbage?
>
> Regards,
> Mike
>
>
> -----------------------------------------------------
> Michael Gogins
> Irreducible Productions
> http://michaelgogins.tumblr.com
> Michael dot Gogins at gmail dot com
>
>
> On Sun, Dec 8, 2013 at 12:27 PM, Rory Walsh  wrote:
>>
>> The plots thickens. If I build with CodeBlocks (no makefiles) I get no
>> crash on startup. So there must be something to my makefiles that are
>> causing some kind of issue. With regards to the MSVC problem it looks
>> like that was caused by auto-updating my vs2010 solution to vs2013. I
>> can build it now but there are a lot of problems which I don't get in
>> the mingw built one. Still not there, but slowly making some progress.
>> You gotta love windows as a development environment ;)
>>
>> On 8 December 2013 08:12, Michael Gogins  wrote:
>> > Set a breakpoint just before the exception and then step until you run
>> > into
>> > it. You will have to set breakpoints further and further into the code
>> > before you are close enough to the exception that you can find it by
>> > stepping.
>> >
>> > On Dec 8, 2013 12:14 AM, "Rory Walsh"  wrote:
>> >>
>> >> Thanks Mike, I'm already doing that. I've never used any of the
>> >> auxiliary
>> >> interfaces. I can't tell why Csound is causing my MSVC built Cabbage to
>> >> die.
>> >> The only reason I think it is Csound is that if I build without Csound
>> >> everything loads up fine. It's hard to debug because if I step through
>> >> the
>> >> code it I get an exception and MSVC informs me that "The current stack
>> >> frame
>> >> was not found in a loaded module", if I continue it takes me to
>> >> assembler
>> >> code which gives me no info at all. At least none that I can
>> >> understand.
>> >>
>> >>
>> >>
>> >>
>> >> ------------------------------------------------------------------------------
>> >> Sponsored by Intel(R) XDK
>> >> Develop, test and display web and hybrid apps with a single code base.
>> >> Download it for free now!
>> >>
>> >>
>> >> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>> >> _______________________________________________
>> >> Csound-devel mailing list
>> >> Csound-devel@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > Sponsored by Intel(R) XDK
>> > Develop, test and display web and hybrid apps with a single code base.
>> > Download it for free now!
>> >
>> > http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>> > _______________________________________________
>> > Csound-devel mailing list
>> > Csound-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> Sponsored by Intel(R) XDK
>> Develop, test and display web and hybrid apps with a single code base.
>> Download it for free now!
>>
>> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> ------------------------------------------------------------------------------
> Sponsored by Intel(R) XDK
> Develop, test and display web and hybrid apps with a single code base.
> Download it for free now!
> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-12-08 20:38
FromRory Walsh
SubjectRe: [Cs-dev] Help! Cabbage, windows and Csound6....
AttachmentsNone  None  

I'm talking about cabbage here. I've been able to build csound with both mingw and msvc without any issue. The crash on startup with the msvc cabbage build I'd now resolved. I better check to make sure that I'm building a debug version of csound all the same.

sent from a mobile device...

On 8 Dec 2013 17:54, "Michael Gogins" <michael.gogins@gmail.com> wrote:
With reference to your last email, with what are you building Csound, and with what are you building Cabbage?

Regards,
Mike


-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Sun, Dec 8, 2013 at 12:27 PM, Rory Walsh <rorywalsh@ear.ie> wrote:
The plots thickens. If I build with CodeBlocks (no makefiles) I get no
crash on startup. So there must be something to my makefiles that are
causing some kind of issue. With regards to the MSVC problem it looks
like that was caused by auto-updating my vs2010 solution to vs2013. I
can build it now but there are a lot of problems which I don't get in
the mingw built one. Still not there, but slowly making some progress.
You gotta love windows as a development environment ;)

On 8 December 2013 08:12, Michael Gogins <michael.gogins@gmail.com> wrote:
> Set a breakpoint just before the exception and then step until you run into
> it. You will have to set breakpoints further and further into the code
> before you are close enough to the exception that you can find it by
> stepping.
>
> On Dec 8, 2013 12:14 AM, "Rory Walsh" <rorywalsh@ear.ie> wrote:
>>
>> Thanks Mike, I'm already doing that. I've never used any of the auxiliary
>> interfaces. I can't tell why Csound is causing my MSVC built Cabbage to die.
>> The only reason I think it is Csound is that if I build without Csound
>> everything loads up fine. It's hard to debug because if I step through the
>> code it I get an exception and MSVC informs me that "The current stack frame
>> was not found in a loaded module", if I continue it takes me to assembler
>> code which gives me no info at all. At least none that I can understand.
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Sponsored by Intel(R) XDK
>> Develop, test and display web and hybrid apps with a single code base.
>> Download it for free now!
>>
>> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
> ------------------------------------------------------------------------------
> Sponsored by Intel(R) XDK
> Develop, test and display web and hybrid apps with a single code base.
> Download it for free now!
> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Sponsored by Intel(R) XDK
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Sponsored by Intel(R) XDK
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2013-12-09 21:04
FromRory Walsh
SubjectRe: [Cs-dev] Help! Cabbage, windows and Csound6....
I'm glad to report I seemed to have got past that problem, but in the
most roundabout way. If I build Cabbage by hand, i.e., run each g++
command from the command line I get a binary that works on any other
windows machine. If I use mingw-make, with the same compiler and link
flags my binaries will not run on another machine. In the end I've
written some simple .bat files that will build it. Has anyone ever
come across such a bizarre scenario before?! I'm really at a loss to
explain this one.

On 8 December 2013 20:38, Rory Walsh  wrote:
> I'm talking about cabbage here. I've been able to build csound with both
> mingw and msvc without any issue. The crash on startup with the msvc cabbage
> build I'd now resolved. I better check to make sure that I'm building a
> debug version of csound all the same.
>
> sent from a mobile device...
>
> On 8 Dec 2013 17:54, "Michael Gogins"  wrote:
>>
>> With reference to your last email, with what are you building Csound, and
>> with what are you building Cabbage?
>>
>> Regards,
>> Mike
>>
>>
>> -----------------------------------------------------
>> Michael Gogins
>> Irreducible Productions
>> http://michaelgogins.tumblr.com
>> Michael dot Gogins at gmail dot com
>>
>>
>> On Sun, Dec 8, 2013 at 12:27 PM, Rory Walsh  wrote:
>>>
>>> The plots thickens. If I build with CodeBlocks (no makefiles) I get no
>>> crash on startup. So there must be something to my makefiles that are
>>> causing some kind of issue. With regards to the MSVC problem it looks
>>> like that was caused by auto-updating my vs2010 solution to vs2013. I
>>> can build it now but there are a lot of problems which I don't get in
>>> the mingw built one. Still not there, but slowly making some progress.
>>> You gotta love windows as a development environment ;)
>>>
>>> On 8 December 2013 08:12, Michael Gogins 
>>> wrote:
>>> > Set a breakpoint just before the exception and then step until you run
>>> > into
>>> > it. You will have to set breakpoints further and further into the code
>>> > before you are close enough to the exception that you can find it by
>>> > stepping.
>>> >
>>> > On Dec 8, 2013 12:14 AM, "Rory Walsh"  wrote:
>>> >>
>>> >> Thanks Mike, I'm already doing that. I've never used any of the
>>> >> auxiliary
>>> >> interfaces. I can't tell why Csound is causing my MSVC built Cabbage
>>> >> to die.
>>> >> The only reason I think it is Csound is that if I build without Csound
>>> >> everything loads up fine. It's hard to debug because if I step through
>>> >> the
>>> >> code it I get an exception and MSVC informs me that "The current stack
>>> >> frame
>>> >> was not found in a loaded module", if I continue it takes me to
>>> >> assembler
>>> >> code which gives me no info at all. At least none that I can
>>> >> understand.
>>> >>
>>> >>
>>> >>
>>> >>
>>> >> ------------------------------------------------------------------------------
>>> >> Sponsored by Intel(R) XDK
>>> >> Develop, test and display web and hybrid apps with a single code base.
>>> >> Download it for free now!
>>> >>
>>> >>
>>> >> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>>> >> _______________________________________________
>>> >> Csound-devel mailing list
>>> >> Csound-devel@lists.sourceforge.net
>>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>> >>
>>> >
>>> >
>>> > ------------------------------------------------------------------------------
>>> > Sponsored by Intel(R) XDK
>>> > Develop, test and display web and hybrid apps with a single code base.
>>> > Download it for free now!
>>> >
>>> > http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>>> > _______________________________________________
>>> > Csound-devel mailing list
>>> > Csound-devel@lists.sourceforge.net
>>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>>> >
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Sponsored by Intel(R) XDK
>>> Develop, test and display web and hybrid apps with a single code base.
>>> Download it for free now!
>>>
>>> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Sponsored by Intel(R) XDK
>> Develop, test and display web and hybrid apps with a single code base.
>> Download it for free now!
>>
>> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>

------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-12-11 16:14
FromSteven Yi
SubjectRe: [Cs-dev] Help! Cabbage, windows and Csound6....
There certainly must be something different then when running make;
maybe some flags are being defined as environment variables instead of
as commandline flags that are affecting the build?

On Mon, Dec 9, 2013 at 4:04 PM, Rory Walsh  wrote:
> I'm glad to report I seemed to have got past that problem, but in the
> most roundabout way. If I build Cabbage by hand, i.e., run each g++
> command from the command line I get a binary that works on any other
> windows machine. If I use mingw-make, with the same compiler and link
> flags my binaries will not run on another machine. In the end I've
> written some simple .bat files that will build it. Has anyone ever
> come across such a bizarre scenario before?! I'm really at a loss to
> explain this one.
>
> On 8 December 2013 20:38, Rory Walsh  wrote:
>> I'm talking about cabbage here. I've been able to build csound with both
>> mingw and msvc without any issue. The crash on startup with the msvc cabbage
>> build I'd now resolved. I better check to make sure that I'm building a
>> debug version of csound all the same.
>>
>> sent from a mobile device...
>>
>> On 8 Dec 2013 17:54, "Michael Gogins"  wrote:
>>>
>>> With reference to your last email, with what are you building Csound, and
>>> with what are you building Cabbage?
>>>
>>> Regards,
>>> Mike
>>>
>>>
>>> -----------------------------------------------------
>>> Michael Gogins
>>> Irreducible Productions
>>> http://michaelgogins.tumblr.com
>>> Michael dot Gogins at gmail dot com
>>>
>>>
>>> On Sun, Dec 8, 2013 at 12:27 PM, Rory Walsh  wrote:
>>>>
>>>> The plots thickens. If I build with CodeBlocks (no makefiles) I get no
>>>> crash on startup. So there must be something to my makefiles that are
>>>> causing some kind of issue. With regards to the MSVC problem it looks
>>>> like that was caused by auto-updating my vs2010 solution to vs2013. I
>>>> can build it now but there are a lot of problems which I don't get in
>>>> the mingw built one. Still not there, but slowly making some progress.
>>>> You gotta love windows as a development environment ;)
>>>>
>>>> On 8 December 2013 08:12, Michael Gogins 
>>>> wrote:
>>>> > Set a breakpoint just before the exception and then step until you run
>>>> > into
>>>> > it. You will have to set breakpoints further and further into the code
>>>> > before you are close enough to the exception that you can find it by
>>>> > stepping.
>>>> >
>>>> > On Dec 8, 2013 12:14 AM, "Rory Walsh"  wrote:
>>>> >>
>>>> >> Thanks Mike, I'm already doing that. I've never used any of the
>>>> >> auxiliary
>>>> >> interfaces. I can't tell why Csound is causing my MSVC built Cabbage
>>>> >> to die.
>>>> >> The only reason I think it is Csound is that if I build without Csound
>>>> >> everything loads up fine. It's hard to debug because if I step through
>>>> >> the
>>>> >> code it I get an exception and MSVC informs me that "The current stack
>>>> >> frame
>>>> >> was not found in a loaded module", if I continue it takes me to
>>>> >> assembler
>>>> >> code which gives me no info at all. At least none that I can
>>>> >> understand.
>>>> >>
>>>> >>
>>>> >>
>>>> >>
>>>> >> ------------------------------------------------------------------------------
>>>> >> Sponsored by Intel(R) XDK
>>>> >> Develop, test and display web and hybrid apps with a single code base.
>>>> >> Download it for free now!
>>>> >>
>>>> >>
>>>> >> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>>>> >> _______________________________________________
>>>> >> Csound-devel mailing list
>>>> >> Csound-devel@lists.sourceforge.net
>>>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>> >>
>>>> >
>>>> >
>>>> > ------------------------------------------------------------------------------
>>>> > Sponsored by Intel(R) XDK
>>>> > Develop, test and display web and hybrid apps with a single code base.
>>>> > Download it for free now!
>>>> >
>>>> > http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>>>> > _______________________________________________
>>>> > Csound-devel mailing list
>>>> > Csound-devel@lists.sourceforge.net
>>>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>> >
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Sponsored by Intel(R) XDK
>>>> Develop, test and display web and hybrid apps with a single code base.
>>>> Download it for free now!
>>>>
>>>> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Sponsored by Intel(R) XDK
>>> Develop, test and display web and hybrid apps with a single code base.
>>> Download it for free now!
>>>
>>> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>
> ------------------------------------------------------------------------------
> Sponsored by Intel(R) XDK
> Develop, test and display web and hybrid apps with a single code base.
> Download it for free now!
> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-12-11 16:57
FromRory Walsh
SubjectRe: [Cs-dev] Help! Cabbage, windows and Csound6....
Ah, so what might appear as compiler flags are being read as something
else? It certainly turned my head inside out looking at it. Anyhow,
I'm glad to say I'm up and running. Beta version of the latest build
are currently being tested. Just sorted out OSX stuff now. Hopefully
there will be Cabbage presents for everyone this Christmas!

On 11 December 2013 16:14, Steven Yi  wrote:
> There certainly must be something different then when running make;
> maybe some flags are being defined as environment variables instead of
> as commandline flags that are affecting the build?
>
> On Mon, Dec 9, 2013 at 4:04 PM, Rory Walsh  wrote:
>> I'm glad to report I seemed to have got past that problem, but in the
>> most roundabout way. If I build Cabbage by hand, i.e., run each g++
>> command from the command line I get a binary that works on any other
>> windows machine. If I use mingw-make, with the same compiler and link
>> flags my binaries will not run on another machine. In the end I've
>> written some simple .bat files that will build it. Has anyone ever
>> come across such a bizarre scenario before?! I'm really at a loss to
>> explain this one.
>>
>> On 8 December 2013 20:38, Rory Walsh  wrote:
>>> I'm talking about cabbage here. I've been able to build csound with both
>>> mingw and msvc without any issue. The crash on startup with the msvc cabbage
>>> build I'd now resolved. I better check to make sure that I'm building a
>>> debug version of csound all the same.
>>>
>>> sent from a mobile device...
>>>
>>> On 8 Dec 2013 17:54, "Michael Gogins"  wrote:
>>>>
>>>> With reference to your last email, with what are you building Csound, and
>>>> with what are you building Cabbage?
>>>>
>>>> Regards,
>>>> Mike
>>>>
>>>>
>>>> -----------------------------------------------------
>>>> Michael Gogins
>>>> Irreducible Productions
>>>> http://michaelgogins.tumblr.com
>>>> Michael dot Gogins at gmail dot com
>>>>
>>>>
>>>> On Sun, Dec 8, 2013 at 12:27 PM, Rory Walsh  wrote:
>>>>>
>>>>> The plots thickens. If I build with CodeBlocks (no makefiles) I get no
>>>>> crash on startup. So there must be something to my makefiles that are
>>>>> causing some kind of issue. With regards to the MSVC problem it looks
>>>>> like that was caused by auto-updating my vs2010 solution to vs2013. I
>>>>> can build it now but there are a lot of problems which I don't get in
>>>>> the mingw built one. Still not there, but slowly making some progress.
>>>>> You gotta love windows as a development environment ;)
>>>>>
>>>>> On 8 December 2013 08:12, Michael Gogins 
>>>>> wrote:
>>>>> > Set a breakpoint just before the exception and then step until you run
>>>>> > into
>>>>> > it. You will have to set breakpoints further and further into the code
>>>>> > before you are close enough to the exception that you can find it by
>>>>> > stepping.
>>>>> >
>>>>> > On Dec 8, 2013 12:14 AM, "Rory Walsh"  wrote:
>>>>> >>
>>>>> >> Thanks Mike, I'm already doing that. I've never used any of the
>>>>> >> auxiliary
>>>>> >> interfaces. I can't tell why Csound is causing my MSVC built Cabbage
>>>>> >> to die.
>>>>> >> The only reason I think it is Csound is that if I build without Csound
>>>>> >> everything loads up fine. It's hard to debug because if I step through
>>>>> >> the
>>>>> >> code it I get an exception and MSVC informs me that "The current stack
>>>>> >> frame
>>>>> >> was not found in a loaded module", if I continue it takes me to
>>>>> >> assembler
>>>>> >> code which gives me no info at all. At least none that I can
>>>>> >> understand.
>>>>> >>
>>>>> >>
>>>>> >>
>>>>> >>
>>>>> >> ------------------------------------------------------------------------------
>>>>> >> Sponsored by Intel(R) XDK
>>>>> >> Develop, test and display web and hybrid apps with a single code base.
>>>>> >> Download it for free now!
>>>>> >>
>>>>> >>
>>>>> >> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>>>>> >> _______________________________________________
>>>>> >> Csound-devel mailing list
>>>>> >> Csound-devel@lists.sourceforge.net
>>>>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>> >>
>>>>> >
>>>>> >
>>>>> > ------------------------------------------------------------------------------
>>>>> > Sponsored by Intel(R) XDK
>>>>> > Develop, test and display web and hybrid apps with a single code base.
>>>>> > Download it for free now!
>>>>> >
>>>>> > http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>>>>> > _______________________________________________
>>>>> > Csound-devel mailing list
>>>>> > Csound-devel@lists.sourceforge.net
>>>>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>> >
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Sponsored by Intel(R) XDK
>>>>> Develop, test and display web and hybrid apps with a single code base.
>>>>> Download it for free now!
>>>>>
>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Sponsored by Intel(R) XDK
>>>> Develop, test and display web and hybrid apps with a single code base.
>>>> Download it for free now!
>>>>
>>>> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>
>>
>> ------------------------------------------------------------------------------
>> Sponsored by Intel(R) XDK
>> Develop, test and display web and hybrid apps with a single code base.
>> Download it for free now!
>> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
> ------------------------------------------------------------------------------
> Rapidly troubleshoot problems before they affect your business. Most IT
> organizations don't have a clear picture of how application performance
> affects their revenue. With AppDynamics, you get 100% visibility into your
> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-12-11 20:49
FromSteven Yi
SubjectRe: [Cs-dev] Help! Cabbage, windows and Csound6....
I was thinking something like if CFLAGS or CXXFLAGS is defined, gcc
will use it but it might not show up in the output of make as a
commandline flag.

Anyways, glad you got things working! :)

On Wed, Dec 11, 2013 at 11:57 AM, Rory Walsh  wrote:
> Ah, so what might appear as compiler flags are being read as something
> else? It certainly turned my head inside out looking at it. Anyhow,
> I'm glad to say I'm up and running. Beta version of the latest build
> are currently being tested. Just sorted out OSX stuff now. Hopefully
> there will be Cabbage presents for everyone this Christmas!
>
> On 11 December 2013 16:14, Steven Yi  wrote:
>> There certainly must be something different then when running make;
>> maybe some flags are being defined as environment variables instead of
>> as commandline flags that are affecting the build?
>>
>> On Mon, Dec 9, 2013 at 4:04 PM, Rory Walsh  wrote:
>>> I'm glad to report I seemed to have got past that problem, but in the
>>> most roundabout way. If I build Cabbage by hand, i.e., run each g++
>>> command from the command line I get a binary that works on any other
>>> windows machine. If I use mingw-make, with the same compiler and link
>>> flags my binaries will not run on another machine. In the end I've
>>> written some simple .bat files that will build it. Has anyone ever
>>> come across such a bizarre scenario before?! I'm really at a loss to
>>> explain this one.
>>>
>>> On 8 December 2013 20:38, Rory Walsh  wrote:
>>>> I'm talking about cabbage here. I've been able to build csound with both
>>>> mingw and msvc without any issue. The crash on startup with the msvc cabbage
>>>> build I'd now resolved. I better check to make sure that I'm building a
>>>> debug version of csound all the same.
>>>>
>>>> sent from a mobile device...
>>>>
>>>> On 8 Dec 2013 17:54, "Michael Gogins"  wrote:
>>>>>
>>>>> With reference to your last email, with what are you building Csound, and
>>>>> with what are you building Cabbage?
>>>>>
>>>>> Regards,
>>>>> Mike
>>>>>
>>>>>
>>>>> -----------------------------------------------------
>>>>> Michael Gogins
>>>>> Irreducible Productions
>>>>> http://michaelgogins.tumblr.com
>>>>> Michael dot Gogins at gmail dot com
>>>>>
>>>>>
>>>>> On Sun, Dec 8, 2013 at 12:27 PM, Rory Walsh  wrote:
>>>>>>
>>>>>> The plots thickens. If I build with CodeBlocks (no makefiles) I get no
>>>>>> crash on startup. So there must be something to my makefiles that are
>>>>>> causing some kind of issue. With regards to the MSVC problem it looks
>>>>>> like that was caused by auto-updating my vs2010 solution to vs2013. I
>>>>>> can build it now but there are a lot of problems which I don't get in
>>>>>> the mingw built one. Still not there, but slowly making some progress.
>>>>>> You gotta love windows as a development environment ;)
>>>>>>
>>>>>> On 8 December 2013 08:12, Michael Gogins 
>>>>>> wrote:
>>>>>> > Set a breakpoint just before the exception and then step until you run
>>>>>> > into
>>>>>> > it. You will have to set breakpoints further and further into the code
>>>>>> > before you are close enough to the exception that you can find it by
>>>>>> > stepping.
>>>>>> >
>>>>>> > On Dec 8, 2013 12:14 AM, "Rory Walsh"  wrote:
>>>>>> >>
>>>>>> >> Thanks Mike, I'm already doing that. I've never used any of the
>>>>>> >> auxiliary
>>>>>> >> interfaces. I can't tell why Csound is causing my MSVC built Cabbage
>>>>>> >> to die.
>>>>>> >> The only reason I think it is Csound is that if I build without Csound
>>>>>> >> everything loads up fine. It's hard to debug because if I step through
>>>>>> >> the
>>>>>> >> code it I get an exception and MSVC informs me that "The current stack
>>>>>> >> frame
>>>>>> >> was not found in a loaded module", if I continue it takes me to
>>>>>> >> assembler
>>>>>> >> code which gives me no info at all. At least none that I can
>>>>>> >> understand.
>>>>>> >>
>>>>>> >>
>>>>>> >>
>>>>>> >>
>>>>>> >> ------------------------------------------------------------------------------
>>>>>> >> Sponsored by Intel(R) XDK
>>>>>> >> Develop, test and display web and hybrid apps with a single code base.
>>>>>> >> Download it for free now!
>>>>>> >>
>>>>>> >>
>>>>>> >> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>>>>>> >> _______________________________________________
>>>>>> >> Csound-devel mailing list
>>>>>> >> Csound-devel@lists.sourceforge.net
>>>>>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>> >>
>>>>>> >
>>>>>> >
>>>>>> > ------------------------------------------------------------------------------
>>>>>> > Sponsored by Intel(R) XDK
>>>>>> > Develop, test and display web and hybrid apps with a single code base.
>>>>>> > Download it for free now!
>>>>>> >
>>>>>> > http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>>>>>> > _______________________________________________
>>>>>> > Csound-devel mailing list
>>>>>> > Csound-devel@lists.sourceforge.net
>>>>>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>> >
>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> Sponsored by Intel(R) XDK
>>>>>> Develop, test and display web and hybrid apps with a single code base.
>>>>>> Download it for free now!
>>>>>>
>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> Csound-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Sponsored by Intel(R) XDK
>>>>> Develop, test and display web and hybrid apps with a single code base.
>>>>> Download it for free now!
>>>>>
>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Sponsored by Intel(R) XDK
>>> Develop, test and display web and hybrid apps with a single code base.
>>> Download it for free now!
>>> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>> ------------------------------------------------------------------------------
>> Rapidly troubleshoot problems before they affect your business. Most IT
>> organizations don't have a clear picture of how application performance
>> affects their revenue. With AppDynamics, you get 100% visibility into your
>> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
>> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
> ------------------------------------------------------------------------------
> Rapidly troubleshoot problems before they affect your business. Most IT
> organizations don't have a clear picture of how application performance
> affects their revenue. With AppDynamics, you get 100% visibility into your
> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net