Board index » delphi » problemns with tbitmap savetofile method
Luis Avila
![]() Delphi Developer |
Tue, 01 Apr 2003 03:00:00 GMT
problemns with tbitmap savetofile method
Im building an application and i need to create aprox. 250 .bmp files, some
of them are really big (around 30 MB). I receive the message eoutofresources during execution. Im using windows nt 4. My code is like this: My bitmap:= Tbitmap.Create; I save the bitmap using MyBitmap.SaveToFile; I dont know what im doing worng, but i allways receive the outofresources Maybe the free method of the tbitmap class is not working good. Maybe I should create the bmp using write and assignfile, has anybody done Does anybody know what am I doing wrong?? Thank you. |