Thanks for your info GMan!
As for compiling QT stuff...haven\'t tried it yet with dev_img-1.4. However, did get it to work last summer on my C760 (sold it last fall, but just got a C860 recently).
So, what happened with dev_img-1.3 is that it took several tries to find a compile command that would work properly. Here\'s the one that I got to work, it\'s a long one!!
gcc -fno-rtti -DQT_NO_DRAGANDDROP -DQT_NO_PROPERTIES -pipe -DQWS -fno-exceptions -O2 -fno-default-inline -Wall -W -I$QTDIR/include -L$QTDIR/lib -lqte -lqpe <filename.cpp> -o <filename>
Try it out and let us know if it works for you...will try it out and report back too...
Tried last summer making a compile script for this, but I can\'t recall whether I got it to work properly...will try that again when I have time...
HTH,
Mark