Recent content by PeterMat

  1. P

    DOA not correct in D2009 IDE ?

    Ok, thank you so far and sorry for the inconvenience. The problem is a failing GetMem-Call during TObject.NewInstance, however I don't know why it didn't occure during the normal exececution - maybe I can set the reserved memory for debugging or somethink like that somewhere in the IDE. I...
  2. P

    DOA not correct in D2009 IDE ?

    Sorry, my mistake, I meant TOracleDataSet The error occurs while creating a TCollection somewhere in TOracleDataSet.Create From the disassembly I could trace down the occurence of the error somewhere during a TCollection.Create Working function-calls before the error occurs are...
  3. P

    DOA not correct in D2009 IDE ?

    Hello, we've got an other Problem with D2k9 IDE. We're currently moving a large project from D7 to D2009. After some modificactions it compiles fine and starts out of the IDE. During the login the call of "TOracleDataBase.Create" runs into an EAccessViolation and we didn't get any clue why...
Back
Top