mrvis
Starting Member
1 Posts |
Posted - May 24 2004 : 1:50:12 PM
|
Build 1230 is treating ADO smart pointers differently than VA6 and it's not what I really want.
My example object will be a _RecordsetPtr. In 6.0, when traversing this object, I'd put the ->, type "fie" then hit tab and I'd get "->Fields". This was perfect. For 1230, I get "->Fields()" with the cursor between the parens. Fields is another smart pointer. I want to put another arrow on the end of it. The same is true of the value property as in "->Fields->GetItem(0L)->Value.lVal" After I hit tab to put in Value, I get more parens.
Again, 6.0 does not put in these parens. This is on the exact same code. Any help would be great.
Andy |
|