My program gives an Access Violation when started from the Ide.

My program gives an Access Violation when started from the Ide.

When started outside of the Ide there is no Access Error.

Any tips?

Edit: Shouldn't it happen outside the ide too?

Regards, Ole

Comments

  1. Your program probably has undefined behaviour and it's perfectly plausible that the component is fine, and that it is your code that is defective.

    ReplyDelete
  2. David Heffernan Thanks for advice, I will look into it more closely. My code has run for years, it happened when I upgraded the Component Library. Note to myself: never upgrade  to Production without a lot of testing :)

    ReplyDelete
  3. This can happen if a dll is not on the path when run from the IDE.
    Is that possible?

    ReplyDelete

Post a Comment