Qt bindings for D

Kagamin spam at here.lot
Mon Oct 14 11:27:50 PDT 2013


On Sunday, 13 October 2013 at 12:39:55 UTC, Abdulhaq wrote:
> Anyway I treated it as an educational exercise and make QRect 
> et al. regular classes, and got it generally working again.

QRect as a class doesn't sound good: the class layouts are 
incompatible between D and C++. If you want to mimic C++ data 
layout, you should do it manually - use structs with pads or 
translate the data at the border of languages.


More information about the Digitalmars-d mailing list