Jump to content

Les

Members
  • Content count

    1
  • Joined

  • Last visited

Posts posted by Les


  1. When reading the Prime Exhibit for an Individual, I get an AccessViolationException, Attempted to Read or Write protected memory.

     

    Call is

       <DllImport("gbfunc.dll")> _    Public Shared Function GbPrimExhibit(ByVal First As Integer, ByVal Dest As StringBuilder, ByVal Message As StringBuilder) As Integer    End Function

    where First = 1. (Also fails with First= 0)

     

    All other calls work fine, including GbExhibit,(which doesn't return prime exhibits.)

     

    Am exporting from TMG V 7.04.0000.

    Using VB.net VS 2010

     

    Any help extremely gratefully accepted.

     

    Les

×