Csound Csound-dev Csound-tekno Search About

[Cs-dev] Csound 5.13 - API Windows...

Date2011-04-13 19:59
FromRory Walsh
Subject[Cs-dev] Csound 5.13 - API Windows...
I just tried updating an API project so that it uses 5.13 but as soon
as I launch my application I get popups stating
'Entry Point Not Found - The procedure entry point g_assertion_message
could not be located in the dynamic link library libglib-2.0-0.dll"
followed quickly by similar messages for mgwfltknox-1.3.dll. My host
is rendered useless by these popups. Any ideas? I'm using Visual
Express.

Rory.

------------------------------------------------------------------------------
Forrester Wave Report - Recovery time is now measured in hours and minutes
not days. Key insights are discussed in the 2010 Forrester Wave Report as
part of an in-depth evaluation of disaster recovery service providers.
Forrester found the best-in-class provider in terms of services and vision.
Read this report now!  http://p.sf.net/sfu/ibm-webcastpromo
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-04-13 20:07
FromVictor Lazzarini
SubjectRe: [Cs-dev] Csound 5.13 - API Windows...
Looks like a glib error. I had not idea glib was a dependency on  
Windows.
The other lib giving you hassle is FLTK. Sounds like a case of the  
wrong DLL
being loaded.

Check that you don't have duplicate of these around. You can use  
dependency walk
to see what symbols exist in each DLL library.

Victor
On 13 Apr 2011, at 19:59, Rory Walsh wrote:

> I just tried updating an API project so that it uses 5.13 but as soon
> as I launch my application I get popups stating
> 'Entry Point Not Found - The procedure entry point g_assertion_message
> could not be located in the dynamic link library libglib-2.0-0.dll"
> followed quickly by similar messages for mgwfltknox-1.3.dll. My host
> is rendered useless by these popups. Any ideas? I'm using Visual
> Express.
>
> Rory.
>
> ------------------------------------------------------------------------------
> Forrester Wave Report - Recovery time is now measured in hours and  
> minutes
> not days. Key insights are discussed in the 2010 Forrester Wave  
> Report as
> part of an in-depth evaluation of disaster recovery service providers.
> Forrester found the best-in-class provider in terms of services and  
> vision.
> Read this report now!  http://p.sf.net/sfu/ibm-webcastpromo
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
Forrester Wave Report - Recovery time is now measured in hours and minutes
not days. Key insights are discussed in the 2010 Forrester Wave Report as
part of an in-depth evaluation of disaster recovery service providers.
Forrester found the best-in-class provider in terms of services and vision.
Read this report now!  http://p.sf.net/sfu/ibm-webcastpromo
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-04-13 20:18
FromRory Walsh
SubjectRe: [Cs-dev] Csound 5.13 - API Windows...
I'll take another look but your probably right regarding the
duplicates. My windows machines is like a Csound wreckers yard..

On 13 April 2011 20:07, Victor Lazzarini  wrote:
> Looks like a glib error. I had not idea glib was a dependency on
> Windows.
> The other lib giving you hassle is FLTK. Sounds like a case of the
> wrong DLL
> being loaded.
>
> Check that you don't have duplicate of these around. You can use
> dependency walk
> to see what symbols exist in each DLL library.
>
> Victor
> On 13 Apr 2011, at 19:59, Rory Walsh wrote:
>
>> I just tried updating an API project so that it uses 5.13 but as soon
>> as I launch my application I get popups stating
>> 'Entry Point Not Found - The procedure entry point g_assertion_message
>> could not be located in the dynamic link library libglib-2.0-0.dll"
>> followed quickly by similar messages for mgwfltknox-1.3.dll. My host
>> is rendered useless by these popups. Any ideas? I'm using Visual
>> Express.
>>
>> Rory.
>>
>> ------------------------------------------------------------------------------
>> Forrester Wave Report - Recovery time is now measured in hours and
>> minutes
>> not days. Key insights are discussed in the 2010 Forrester Wave
>> Report as
>> part of an in-depth evaluation of disaster recovery service providers.
>> Forrester found the best-in-class provider in terms of services and
>> vision.
>> Read this report now!  http://p.sf.net/sfu/ibm-webcastpromo
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
> Dr Victor Lazzarini
> Senior Lecturer
> Dept. of Music
> NUI Maynooth Ireland
> tel.: +353 1 708 3545
> Victor dot Lazzarini AT nuim dot ie
>
>
>
>
> ------------------------------------------------------------------------------
> Forrester Wave Report - Recovery time is now measured in hours and minutes
> not days. Key insights are discussed in the 2010 Forrester Wave Report as
> part of an in-depth evaluation of disaster recovery service providers.
> Forrester found the best-in-class provider in terms of services and vision.
> Read this report now!  http://p.sf.net/sfu/ibm-webcastpromo
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Forrester Wave Report - Recovery time is now measured in hours and minutes
not days. Key insights are discussed in the 2010 Forrester Wave Report as
part of an in-depth evaluation of disaster recovery service providers.
Forrester found the best-in-class provider in terms of services and vision.
Read this report now!  http://p.sf.net/sfu/ibm-webcastpromo
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-04-14 16:17
FromRory Walsh
SubjectRe: [Cs-dev] Csound 5.13 - API Windows...
Cleaning and removed earlier installs got rid of the fltk related
problem. Now i get a 'libgcc_s_dw2-1.dll not found'...'Unable to
locate Component'. Any more ideas anyone?

On 13 April 2011 20:18, Rory Walsh  wrote:
> I'll take another look but your probably right regarding the
> duplicates. My windows machines is like a Csound wreckers yard..
>
> On 13 April 2011 20:07, Victor Lazzarini  wrote:
>> Looks like a glib error. I had not idea glib was a dependency on
>> Windows.
>> The other lib giving you hassle is FLTK. Sounds like a case of the
>> wrong DLL
>> being loaded.
>>
>> Check that you don't have duplicate of these around. You can use
>> dependency walk
>> to see what symbols exist in each DLL library.
>>
>> Victor
>> On 13 Apr 2011, at 19:59, Rory Walsh wrote:
>>
>>> I just tried updating an API project so that it uses 5.13 but as soon
>>> as I launch my application I get popups stating
>>> 'Entry Point Not Found - The procedure entry point g_assertion_message
>>> could not be located in the dynamic link library libglib-2.0-0.dll"
>>> followed quickly by similar messages for mgwfltknox-1.3.dll. My host
>>> is rendered useless by these popups. Any ideas? I'm using Visual
>>> Express.
>>>
>>> Rory.
>>>
>>> ------------------------------------------------------------------------------
>>> Forrester Wave Report - Recovery time is now measured in hours and
>>> minutes
>>> not days. Key insights are discussed in the 2010 Forrester Wave
>>> Report as
>>> part of an in-depth evaluation of disaster recovery service providers.
>>> Forrester found the best-in-class provider in terms of services and
>>> vision.
>>> Read this report now!  http://p.sf.net/sfu/ibm-webcastpromo
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>> Dr Victor Lazzarini
>> Senior Lecturer
>> Dept. of Music
>> NUI Maynooth Ireland
>> tel.: +353 1 708 3545
>> Victor dot Lazzarini AT nuim dot ie
>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Forrester Wave Report - Recovery time is now measured in hours and minutes
>> not days. Key insights are discussed in the 2010 Forrester Wave Report as
>> part of an in-depth evaluation of disaster recovery service providers.
>> Forrester found the best-in-class provider in terms of services and vision.
>> Read this report now!  http://p.sf.net/sfu/ibm-webcastpromo
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>

------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net