Changes between Version 1 and Version 3 of Ticket #15636
- Timestamp:
- Jan 17, 2020, 1:58:03 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15636 – Description
v1 v3 13 13 I tried to port some non C/C++ compiler (target ABI: x86 gcc4+) and make Haiku API bindings and experience various problems such as: 14 14 * Structs passed by value (such as `pattern`) are stored on stack as is, but classes such as `BPoint` are passed by pointer. 15 * ` StrokeLine(BPoint, BPoint, pattern)` is not working if stack is not aligned.15 * `BView::StrokeLine(BPoint, BPoint, pattern)` is not working if stack is not aligned.