Casting VObjectPtr

Steve Albin steve at steve-albin.com
Sun Aug 27 15:50:38 CDT 2006


I just upgraded to V4RV 2.4.1 from one of the 2.3 versions and now I am having a problem with ObjectPtrs.  

For years I've had this code and now it gives me an IllegalCastException:

    VObjectPtr(cursor.Field(10)).value = pnLabelPtr
  
I just changed to the following and it works:
    
    cursor.Field(10).value = pnLabelPtr
    
Did I miss some kind of feature change?


Steve


  
  
-- 
Steve Albin - Montclair, NJ
http://www.jazzdiscography.com/
http://www.steve-albin.com/


More information about the Valentina mailing list