Re: bitmaps

new topic     » goto parent     » topic index » view thread      » older message » newer message

The 4.1 docs include this:

public constant 
    BMP_OPEN_FAILED = 1, 
    BMP_UNEXPECTED_EOF = 2, 
    BMP_UNSUPPORTED_FORMAT = 3 

But std/graphcst.e includes this:

public enum 
    BMP_SUCCESS, 
    BMP_OPEN_FAILED, 
    BMP_UNEXPECTED_EOF, 
    BMP_UNSUPPORTED_FORMAT, 
    BMP_INVALID_MODE 

So your result of 4 is indeed BMP_UNSUPPORTED_FORMAT.

-Greg

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu