Hi DAW,

In function DrawImage within the cGDIGraphics class, on line# 359

Code:
 If (num_arguments > 2) Begin
SHOULD BE:
Code:
 If (num_arguments > 3) Begin