then the following code gets wrong of cause
    
    
    var img: ptr GpImage
    status = GdipLoadImageFromFile(L"a.png", &img);
    echo status
    
    
    Run

which says `18` ( GdiplusNotInitialized).

Reply via email to