[lazarus] Bugs of Lazarus

Marco van de Voort marcov at stack.nl
Mon Apr 23 04:00:13 EDT 2001



(See also Peter's reply)

> some problems were found. At first, there is some code, where private
> fields of self should be correctly accessed, but with statement operates
> with another class, which contain private fields with same names. It can
> be easily fixed adding self. Next, in winapis  you can find different
> function headers (in interface and implementation). I think, it is a bad
> idea to make such mixing. Besides, I found such definitions as hDC:HDC;
> hWND:HWND.

We don't like (hate is even a better word) it either but problem is that:

1. C allows it, and therefore automatic header conversion utils poop this
out.
2. Delphi also allows it. This makes that a lot of Delphi headers also
support it.






More information about the Lazarus mailing list