Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

For future reference, i.e. when building Rdd.. 01 Sep 2017 14:30 #2569

  • FFF
  • FFF's Avatar
  • Topic Author


  • Posts: 1398
  • 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
    Regards
    Karl (X# 2.14.0.4; Xide 1.33; W8.1/64 German)

    Please Log in or Create an account to join the conversation.

    For future reference, i.e. when building Rdd.. 01 Sep 2017 20:28 #2573

    • robert
    • robert's Avatar


  • Posts: 3447
  • Karl,

    This looks like you have a DBFCDX workarea still open.
    I would add a call to VODBCloseAll() at the end of your Start function or method.


    Robert
    XSharp Development Team
    The Netherlands

    Please Log in or Create an account to join the conversation.

    • Page:
    • 1