-
VS 2005 error
Hi All..
While Im begging for answers,
Im having a hard job porting working code from VC6 to VS 2005! :mad:
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
-
Re: VS 2005 error
CImage is not a valid identifier is the most likely cause.
When posting questions of this natrue t really is necessary to provide minimal yet complete code. Minimal means no (or limited) irrelevant code. Complete means that it can be copied into a file and reproduce the same error when someone here trys to compile it.