Re: [lazarus] Mac OS X : Picture.Assign causing Access Violation...

2007-11-16 Thread Marc Weustink
Dominique Louis wrote: Hi, Has anyone else encountered a problem on Mac OS X where by when you try to perform a TImage.Picture.Assign( my_image ); it causes an access violation? In this case the my_image is a TBitmap, if that makes any difference. Are there any Bitmap types that Lazarus

Re: [lazarus] Mac OS X : Picture.Assign causing Access Violation...

2007-11-16 Thread Leonardo M. Ramé
Mark, are you maintaining a Solaris Sparc version?, I'm looking for a Solaris 10 x86 version of FPC to test. Leonardo Mark Morgan Lloyd escribió: Marc Weustink wrote: Mark Morgan Lloyd wrote: Dominique Louis wrote: Hi, Has anyone else encountered a problem on Mac OS X where by when you

Re: [lazarus] Mac OS X : Picture.Assign causing Access Violation...

2007-11-16 Thread Mark Morgan Lloyd
Dominique Louis wrote: Hi, Has anyone else encountered a problem on Mac OS X where by when you try to perform a TImage.Picture.Assign( my_image ); it causes an access violation? In this case the my_image is a TBitmap, if that makes any difference. Are there any Bitmap types that Lazarus

Re: [lazarus] Mac OS X : Picture.Assign causing Access Violation...

2007-11-16 Thread Marc Weustink
Mark Morgan Lloyd wrote: Dominique Louis wrote: Hi, Has anyone else encountered a problem on Mac OS X where by when you try to perform a TImage.Picture.Assign( my_image ); it causes an access violation? In this case the my_image is a TBitmap, if that makes any difference. Are there any

Re: [lazarus] Mac OS X : Picture.Assign causing Access Violation...

2007-11-16 Thread Mark Morgan Lloyd
Marc Weustink wrote: Mark Morgan Lloyd wrote: Dominique Louis wrote: Hi, Has anyone else encountered a problem on Mac OS X where by when you try to perform a TImage.Picture.Assign( my_image ); it causes an access violation? In this case the my_image is a TBitmap, if that makes any

Re: [lazarus] Mac OS X : Picture.Assign causing Access Violation...

2007-11-16 Thread Mark Morgan Lloyd
Leonardo M. Ramé wrote: Mark, are you maintaining a Solaris Sparc version?, I'm looking for a Solaris 10 x86 version of FPC to test. I'm not maintaining anything at the moment, certainly in terms of being an officially-designated maintainer. I'm trying to build up experience with Lazarus on

Re: [lazarus] Mac OS X : Picture.Assign causing Access Violation...

2007-11-16 Thread Marc Weustink
Mark Morgan Lloyd wrote: Marc Weustink wrote: Mark Morgan Lloyd wrote: Dominique Louis wrote: Hi, Has anyone else encountered a problem on Mac OS X where by when you try to perform a TImage.Picture.Assign( my_image ); it causes an access violation? In this case the my_image is a

Re: [lazarus] Mac OS X : Picture.Assign causing Access Violation...

2007-11-16 Thread Mark Morgan Lloyd
Marc Weustink wrote: OK, I couldn't remember. I only remembered the alignment issues florian and I had when getting lazarus-sparc to work And I really do think you've done a great job. I'm impressed. Maybe I should find some time to fix my disk issue and fireup my sparc I've managed to

Re: [lazarus] Mac OS X : Picture.Assign causing Access Violation...

2007-11-16 Thread Dominique Louis
Hi Marc and Mark, From my tests I have found that the problem is not related to TBitmap. I'll investigate further and report back if I find anything. Dominique. Marc Weustink wrote: Dominique Louis wrote: Hi, Has anyone else encountered a problem on Mac OS X where by when you try to

[lazarus] Mac OS X : Picture.Assign causing Access Violation...

2007-11-15 Thread Dominique Louis
Hi, Has anyone else encountered a problem on Mac OS X where by when you try to perform a TImage.Picture.Assign( my_image ); it causes an access violation? In this case the my_image is a TBitmap, if that makes any difference. Are there any Bitmap types that Lazarus cannot load? Thanks,