identifier 'THIS'
-
hi, I am trying to compile a vc6.0 project in vc8.0. I am getting the following error. error C2061: syntax error : identifier 'THIS' I tried to use #undef THIS and #define THIS. But it didnt work. Is it possible that old windows files are getting linked. In that case as well the definition of 'THIS' hasn't changed and its the same. Can anyone suggest a fix? regards, sk80.
-
hi, I am trying to compile a vc6.0 project in vc8.0. I am getting the following error. error C2061: syntax error : identifier 'THIS' I tried to use #undef THIS and #define THIS. But it didnt work. Is it possible that old windows files are getting linked. In that case as well the definition of 'THIS' hasn't changed and its the same. Can anyone suggest a fix? regards, sk80.
Shouldn't it be lower case (this)?
-
Shouldn't it be lower case (this)?
I wonder if there is a MACRO somewhere in your code that uses 'THIS' in place of 'this'? Search for all references to 'THIS' -- what do you get? Read more of what I have to say at http://directx9.blogspot.com/