Wrongway
Tomato Guru
USA
129 Posts |
Posted - Sep 14 2005 : 1:49:19 PM
|
We have some code that uses the RecordSetPtr and make the call like :
pRs->Fields->GetField( "some field name" )->Value
Getting what looks like a spelling error indicator on "Fields", "GetField", "Value".
Also, noticing what looks like spelling errors on method calls/definitions.
|
Wrongway |
|
support
Whole Tomato Software
5566 Posts |
Posted - Sep 14 2005 : 2:16:25 PM
|
Technically, the errors are not related to spelling -- spelling errors are confined to comments and strings.
VA X thinks you mistyped a symbol. The real problem is probably that VA X did not find or could not parse correctly the definition of pRs.
If you click on pRs, does the right definition appear in our Definition field?
If you Alt+G while on pRs, does VA X go to the right definition?
Anything unusual about the definition of pRs? (Heavy use of preprocessor macros?? Strange location of definition??) |
|
|