Hi,
Does any of you know how to create an Image XObject from a resource?
So I want to do something like this:
ASFile logoPic = (ASFile)LoadBitmap(gHINSTANCE, MAKEINTRESOURCE(IDB_BMP1);
ASStm imageStream = ASFileStmRdOpen (logoPic, 4096);
However I doubt this will work, because the file does not need to be opened.
Is there some practical way to handle this?