[fpc-devel] xshm.pp using ctypes

2005-03-12 Thread Nikolay Nikolov
xshm.pp using ctypes attached unit xshm; interface uses ctypes,x,xlib; {$ifndef os2} {$LinkLib c} {$LinkLib X11} const libX11='X11'; {$else} const libX11='X11'; {$endif} { Automatically converted by H2Pas 0.99.15 from xshm.h The following command line parameters were used: -p

Re: [fpc-devel] utf8 reading

2005-03-12 Thread DrDiettrich
Uberto Barbini wrote: > Using natively utf-8 I think is impossible, because the encoding. Support might be implmemented like/in MBCS support. > Please note that at every Borland conference there is someone asking for > Unicode support since Delphi2... Not only for Delphi ;-) > There are severa

Re: [fpc-devel] RE: Hint: Parameter "sender" not used

2005-03-12 Thread Ales Katona
Jeff Pohlmeyer wrote / napĂ­sal (a): This is not a big issue, anyway could we avoid the endless list of such similar hints compiling Lazarus and our program? I frequently find a similar annoyance with c library callbacks. For instance, most gtk functions have a "user_data" parameter that is of

[fpc-devel] RE: Hint: Parameter "sender" not used

2005-03-12 Thread Jeff Pohlmeyer
> This is not a big issue, anyway could we avoid the endless list > of such similar hints compiling Lazarus and our program? I frequently find a similar annoyance with c library callbacks. For instance, most gtk functions have a "user_data" parameter that is often unused. Maybe there could be a