On 13 Nov 2005, at 15:57, dan wrote:

On 13/11/05, individual <[EMAIL PROTECTED]> wrote:

Try replacing all use of read() in your program with pngwriter::read().


Thats what I thought but, no luck with that; either as a var or
straight to std::cout.

<code>
error: cannot call member function 'int pngwriter::read(int, int)'
without object
</code>


You ARE using read() as a member function, right? In other words,

pngwriter image(100,100,0,"image.png");

image.read(30,30);

right?

p.


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
http://pngwriter.sourceforge.net/
PNGwriter-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pngwriter-users

Reply via email to