Re: [fpc-pascal]blockread/write?

2003-03-19 Thread Ivan Montes
- Original Message - From: "Preben Mikael Bohn" <[EMAIL PROTECTED]> > Right now I terminate the program if all data can not be read in one go and I > have not have any problems with it. However you are completely right that I > should use the returned count, the problem is that I don't know

Re: [fpc-pascal].ppu and .o files

2003-10-03 Thread Ivan Montes
the .ppu/ppw files are the interface parts of the unit in a compiled form, while the .o/ow files are the implementation part of an unit or a program in it's compiled form. Those files (.o/.ow) are needed to perform the linking of the app. Once you've compiled the compiler you don't need them. Howe

Re: [fpc-pascal]working with bitmaps

2003-10-17 Thread Ivan Montes
Did you tried SDL (www.libsdl.org)? I don't know if it's exactly what you want but it's cross platform and supports alpha blending. Parsing the ascii coords. to make the bitmap overlay should be pretty easy. ciao, Ivan - Original Message - From: "Rainer Hantsch" <[EMAIL PROTECTED]> To: <

Re: [fpc-pascal] working with bitmaps

2003-10-17 Thread Ivan Montes
From: "Rudolf Harney" <[EMAIL PROTECTED]> > Ivan Montes wrote: > >Did you tried SDL (www.libsdl.org)? > I tried, after You wrote to me and installed a fpc version from > http://www.grulic.org.ar/~dmoisset/sdl4fp/english.html > - but I got a windows error &qu

Re: [fpc-pascal]Re: working with bitmaps

2003-10-20 Thread Ivan Montes
On the packages\extra folder from a recent cvs copy of fpc 1.1 branch, I've found several interfaces to *nix graphic libraries: GGI, imlib, libGd, libPng. LibGd (http://www.boutell.com/gd/) seems to be what you're looking for. ciao, Ivan ___ fpc-pascal

[fpc-pascal][OT] Contributed units

2003-11-30 Thread Ivan Montes
Hi, I haven't been a very active FPC user lately :( now I'm trying to catch up again with the latest additions. While searching the contributed units on freepascal.org I noticed that many links are not working, a couple of entries are duplicated for different versions and in definitive it's not pe

Re: [fpc-pascal][OT] Contributed units

2003-11-30 Thread Ivan Montes
- Original Message - From: <[EMAIL PROTECTED]> > > For a small user base compiler as FPC I think that a good repository of user > > contributed units is a must. So, is something planned to fix it? if not, > > could you use some help to maintain/reorganize it? > > A maintainer would be wel