Hello,
I try to execute my application build by "Project builder".
If I wanted to draw a rectangle in Classic environement, I did like this :
SetPort((GrafPtr) Dlg);
PenSize(3, 3);
InsetRect(&r, -4, -4);
FrameRoundRect(&r, 16, 16);
Now, I changes some things so that it compiles...