Re: IO_Raw unrecognized???
Could you post the first error you get? Aren't you mixing Qt3 and Qt4?
Re: IO_Raw unrecognized???
Here is the error...
Code:
main.cpp:16: error: `IO_Raw' undeclared (first use this function)
I'm using Qt 4 only as far as I know - at least thats all I installed.
Re: IO_Raw unrecognized???
Quote:
I'm using Qt 4 only as far as I know - at least thats all I installed.
but you are using Qt3 headers.
Re: IO_Raw unrecognized???
Quote:
Originally Posted by
Hockey
I'm using Qt 4 only as far as I know - at least thats all I installed.
IO_Raw is from Qt3 and Qt3 isn't compatible with Qt4.