For future reference, i.e. when building Rdd..
Posted: Fri Sep 01, 2017 12:30 pm
Every one and then i get a crash when closing a prog, i see no apparent reason why this happens. No harm done, no data lost, so i thought i'd ignore this until x# has it's own runtime/rdd system.
But nevertheless i add a typical report here, maybe it is of some use when building the new code.
The crucial parts seem to be around
System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
bei Vulcan.RDD.DBFCDX_Internal.ListBase.remove(ListBase* , Void* argp, IntPtr funp)
bei Vulcan.RDD.DBFCDX_Internal.OrderBagList.d(OrderBagList* )
bei Vulcan.RDD.DBFCDX_Internal.TableIndex.d()
bei Vulcan.RDD._DBFCDX.Close()
bei Vulcan.RDD.RDDBase.CloseArea(UInt32 nArea)
...
Hopefully this is of some use some time
Karl
But nevertheless i add a typical report here, maybe it is of some use when building the new code.
The crucial parts seem to be around
System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
bei Vulcan.RDD.DBFCDX_Internal.ListBase.remove(ListBase* , Void* argp, IntPtr funp)
bei Vulcan.RDD.DBFCDX_Internal.OrderBagList.d(OrderBagList* )
bei Vulcan.RDD.DBFCDX_Internal.TableIndex.d()
bei Vulcan.RDD._DBFCDX.Close()
bei Vulcan.RDD.RDDBase.CloseArea(UInt32 nArea)
...
Hopefully this is of some use some time
Karl