[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [paragui-users] Followup: Unable to load any images
From: |
Alexander Pipelka |
Subject: |
Re: [paragui-users] Followup: Unable to load any images |
Date: |
20 Apr 2002 20:56:05 +0200 |
Am Sam, 2002-04-20 um 19.40 schrieb Olaf Ernst:
> Sorry there was a cut & paste error in the code sample.
>
> it should read:
>
> PG_Image Image(NULL,Point,"/pub/test.png");
Please try "pub/test.png" and put the image under e.g. "mydir/data/pub".
Or register your path with:
PG_FileArchive::AddArchive("/pub");
and use:
PG_Image Image(NULL,Point,"test.png");
Alex
PS: The filename is always relative to your archive paths