Testing ms4w + 5.6.0 beta 3, c# mapscript: imageobj error

View: New views
6 Messages — Rating Filter:   Alert me  

Testing ms4w + 5.6.0 beta 3, c# mapscript: imageobj error

by G. Tiemens :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I am testing  5.6.0 beta 1,2 and 3.

As I understand, I can copy the 5.6.0 beta's over the 3.0 beta 7?

When I apply this, and rebuild my C# mapscript application with the new csharp library, I get memory errors on creating a new imageObj.

In 3.0 beta 7, all is good and working. When I apply beta 1 over it, and rebuild, then imediately an error occurs on creating an imageobj. Creating a mapobj is not a problem, so path to dll's is good.

Greetings
Gerben

Re: [ms4w-users] Testing ms4w + 5.6.0 beta 3, c# mapscript: imageobj error

by Jeff McKenna :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

G. Tiemens wrote:

> I am testing  5.6.0 beta 1,2 and 3.
>
> As I understand, I can copy the 5.6.0 beta's over the 3.0 beta 7?
>
> When I apply this, and rebuild my C# mapscript application with the new
> csharp library, I get memory errors on creating a new imageObj.
>
> In 3.0 beta 7, all is good and working. When I apply beta 1 over it, and
> rebuild, then imediately an error occurs on creating an imageobj. Creating a
> mapobj is not a problem, so path to dll's is good.
>

Hello,

It could be a problem with the earlier betas.  If the recent beta works,
then why go back to an earlier version?

-jeff

--
Jeff McKenna
FOSS4G Consulting and Training Services
http://www.gatewaygeomatics.com/


_______________________________________________
MS4W-Users mailing list
MS4W-Users@...
http://lists.maptools.org/mailman/listinfo/ms4w-users

Re: [ms4w-users] Testing ms4w + 5.6.0 beta 3, c# mapscript: imageobj error

by G. Tiemens :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

No,

I forgot to mention that it is  in beta 1, 2 and 3.

But I probably have the fix already:
making an imageobject not anymore via the method:

imageobj image = new imageobj(500,500,null,null)
but via method prepareImage() of the mapobj
imageobj image = mapobj.prepareImage()

Have tot test it, not done yet.

Greetings.
________________________________________
Van: ms4w-users-bounces@... [ms4w-users-bounces@...] namens Jeff McKenna [jmckenna@...]
Verzonden: donderdag 5 november 2009 20:02
Aan: ms4w-users@...
Onderwerp: Re: [MS4W-Users] [ms4w-users] Testing ms4w + 5.6.0 beta 3, c# mapscript: imageobj error

G. Tiemens wrote:

> I am testing  5.6.0 beta 1,2 and 3.
>
> As I understand, I can copy the 5.6.0 beta's over the 3.0 beta 7?
>
> When I apply this, and rebuild my C# mapscript application with the new
> csharp library, I get memory errors on creating a new imageObj.
>
> In 3.0 beta 7, all is good and working. When I apply beta 1 over it, and
> rebuild, then imediately an error occurs on creating an imageobj. Creating a
> mapobj is not a problem, so path to dll's is good.
>

Hello,

It could be a problem with the earlier betas.  If the recent beta works,
then why go back to an earlier version?

-jeff

--
Jeff McKenna
FOSS4G Consulting and Training Services
http://www.gatewaygeomatics.com/


_______________________________________________
MS4W-Users mailing list
MS4W-Users@...
http://lists.maptools.org/mailman/listinfo/ms4w-users

<< Please read our E-mail Disclaimer at: Emaildisclaimer.Grontmij.com >>
_______________________________________________
MS4W-Users mailing list
MS4W-Users@...
http://lists.maptools.org/mailman/listinfo/ms4w-users

Re: [ms4w-users] Testing ms4w + 5.6.0 beta 3, c# mapscript: imageobj error

by Tamas Szekeres :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I'd be curious to know which use case requires to create an image
object directly. Normally you create the image obj implicitly by
calling mapObj.draw() or something.

You could also do a test with these recent build packages at
http://vbkto.dyndns.org/sdk/  where the C# interface have also been
tested along with the builds.

Best regards,

Tamas



2009/11/5 Tiemens, Gerben <Gerben.Tiemens@...>:

> No,
>
> I forgot to mention that it is  in beta 1, 2 and 3.
>
> But I probably have the fix already:
> making an imageobject not anymore via the method:
>
> imageobj image = new imageobj(500,500,null,null)
> but via method prepareImage() of the mapobj
> imageobj image = mapobj.prepareImage()
>
> Have tot test it, not done yet.
>
> Greetings.
> ________________________________________
> Van: ms4w-users-bounces@... [ms4w-users-bounces@...] namens Jeff McKenna [jmckenna@...]
> Verzonden: donderdag 5 november 2009 20:02
> Aan: ms4w-users@...
> Onderwerp: Re: [MS4W-Users] [ms4w-users] Testing ms4w + 5.6.0 beta 3, c# mapscript: imageobj error
>
> G. Tiemens wrote:
>> I am testing  5.6.0 beta 1,2 and 3.
>>
>> As I understand, I can copy the 5.6.0 beta's over the 3.0 beta 7?
>>
>> When I apply this, and rebuild my C# mapscript application with the new
>> csharp library, I get memory errors on creating a new imageObj.
>>
>> In 3.0 beta 7, all is good and working. When I apply beta 1 over it, and
>> rebuild, then imediately an error occurs on creating an imageobj. Creating a
>> mapobj is not a problem, so path to dll's is good.
>>
>
> Hello,
>
> It could be a problem with the earlier betas.  If the recent beta works,
> then why go back to an earlier version?
>
> -jeff
>
> --
> Jeff McKenna
> FOSS4G Consulting and Training Services
> http://www.gatewaygeomatics.com/
>
>
> _______________________________________________
> MS4W-Users mailing list
> MS4W-Users@...
> http://lists.maptools.org/mailman/listinfo/ms4w-users
>
> << Please read our E-mail Disclaimer at: Emaildisclaimer.Grontmij.com >>
> _______________________________________________
> MS4W-Users mailing list
> MS4W-Users@...
> http://lists.maptools.org/mailman/listinfo/ms4w-users
>
_______________________________________________
MS4W-Users mailing list
MS4W-Users@...
http://lists.maptools.org/mailman/listinfo/ms4w-users

Re: [ms4w-users] Testing ms4w + 5.6.0 beta 3, c# mapscript: imageobj error

by G. Tiemens :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Bug filed with mapserver:

http://trac.osgeo.org/mapserver/ticket/3201#preview


Grontmij
Gerben Tiemens
GIS adviseur/ontwikkelaar GIS & ICT
Grontmij Nederland B.V.
B De Holle Bilt 22, 3732 HM De Bilt
P Postbus 203, 3730 AE De Bilt
M +31 61 334 5944
T +31 30 220 7440
F +31 30 220 1923
E  Gerben.Tiemens@...
W http://www.grontmij.nl
Handelsregister 30129769


-----Oorspronkelijk bericht-----
Van: ms4w-users-bounces@... [mailto:ms4w-users-bounces@...] Namens Jeff McKenna
Verzonden: Thursday, November 05, 2009 8:03 PM
Aan: ms4w-users@...
Onderwerp: Re: [MS4W-Users] [ms4w-users] Testing ms4w + 5.6.0 beta 3, c# mapscript: imageobj error

G. Tiemens wrote:

> I am testing  5.6.0 beta 1,2 and 3.
>
> As I understand, I can copy the 5.6.0 beta's over the 3.0 beta 7?
>
> When I apply this, and rebuild my C# mapscript application with the
> new csharp library, I get memory errors on creating a new imageObj.
>
> In 3.0 beta 7, all is good and working. When I apply beta 1 over it,
> and rebuild, then imediately an error occurs on creating an imageobj.
> Creating a mapobj is not a problem, so path to dll's is good.
>

Hello,

It could be a problem with the earlier betas.  If the recent beta works, then why go back to an earlier version?

-jeff

--
Jeff McKenna
FOSS4G Consulting and Training Services
http://www.gatewaygeomatics.com/


_______________________________________________
MS4W-Users mailing list
MS4W-Users@...
http://lists.maptools.org/mailman/listinfo/ms4w-users

<< Please read our E-mail Disclaimer at: Emaildisclaimer.Grontmij.com >>
_______________________________________________
MS4W-Users mailing list
MS4W-Users@...
http://lists.maptools.org/mailman/listinfo/ms4w-users

Re: [ms4w-users] Testing ms4w + 5.6.0 beta 3, c# mapscript: imageobj error

by Tamas Szekeres :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Could you attach your mapfile and C# code sample along with this
ticket? It would be extremely helpful.

Best regards,

Tamas



2009/11/9 Tiemens, Gerben <Gerben.Tiemens@...>:

>
> Bug filed with mapserver:
>
> http://trac.osgeo.org/mapserver/ticket/3201#preview
>
>
> Grontmij
> Gerben Tiemens
> GIS adviseur/ontwikkelaar GIS & ICT
> Grontmij Nederland B.V.
> B De Holle Bilt 22, 3732 HM De Bilt
> P Postbus 203, 3730 AE De Bilt
> M +31 61 334 5944
> T +31 30 220 7440
> F +31 30 220 1923
> E  Gerben.Tiemens@...
> W http://www.grontmij.nl
> Handelsregister 30129769
>
>
> -----Oorspronkelijk bericht-----
> Van: ms4w-users-bounces@... [mailto:ms4w-users-bounces@...] Namens Jeff McKenna
> Verzonden: Thursday, November 05, 2009 8:03 PM
> Aan: ms4w-users@...
> Onderwerp: Re: [MS4W-Users] [ms4w-users] Testing ms4w + 5.6.0 beta 3, c# mapscript: imageobj error
>
> G. Tiemens wrote:
>> I am testing  5.6.0 beta 1,2 and 3.
>>
>> As I understand, I can copy the 5.6.0 beta's over the 3.0 beta 7?
>>
>> When I apply this, and rebuild my C# mapscript application with the
>> new csharp library, I get memory errors on creating a new imageObj.
>>
>> In 3.0 beta 7, all is good and working. When I apply beta 1 over it,
>> and rebuild, then imediately an error occurs on creating an imageobj.
>> Creating a mapobj is not a problem, so path to dll's is good.
>>
>
> Hello,
>
> It could be a problem with the earlier betas.  If the recent beta works, then why go back to an earlier version?
>
> -jeff
>
> --
> Jeff McKenna
> FOSS4G Consulting and Training Services
> http://www.gatewaygeomatics.com/
>
>
> _______________________________________________
> MS4W-Users mailing list
> MS4W-Users@...
> http://lists.maptools.org/mailman/listinfo/ms4w-users
>
> << Please read our E-mail Disclaimer at: Emaildisclaimer.Grontmij.com >>
> _______________________________________________
> MS4W-Users mailing list
> MS4W-Users@...
> http://lists.maptools.org/mailman/listinfo/ms4w-users
>
_______________________________________________
MS4W-Users mailing list
MS4W-Users@...
http://lists.maptools.org/mailman/listinfo/ms4w-users