Re: [fpc-devel] xf86vmode unit

2005-03-26 Thread Nikolay Nikolov
Michael Van Canneyt wrote: xf86vmode unit attached Thank you. Added to CVS. Michael. Will it be added to the makefile? ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] "Friend" classes?

2005-03-26 Thread Marco van de Voort
> Micha Nelissen wrote: > > > > Perhaps you missed that in C/C++ the preprocessor is typically (99.999%) > > > used to include header files, not source files. This is comparable to > > > Pascal "uses", not to {$Include}! > > > > What's the difference between a 'header' file, and a source file ? H

Re: [fpc-devel] "Friend" classes?

2005-03-26 Thread DrDiettrich
Micha Nelissen wrote: > > Perhaps you missed that in C/C++ the preprocessor is typically (99.999%) > > used to include header files, not source files. This is comparable to > > Pascal "uses", not to {$Include}! > > What's the difference between a 'header' file, and a source file ? Header > > fil