Hi All..
While Im begging for answers,

Im having a hard job porting working code from VC6 to VS 2005!

this line is fine in VC6,

Code:
	QImageProperties(CImage* pImage);
	// Constructor; pImage is the associated Image.
but VS 2005 gives me this error....

error C2143: syntax error : missing ')' before '*

Anyone explain the problem to me please!
Many Thanks !
Phil