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
When started outside of the Ide there is no Access Error.
Any tips?
Edit: Shouldn't it happen outside the ide too?
Regards, Ole
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.
ReplyDeleteDavid 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 :)
ReplyDeleteThis can happen if a dll is not on the path when run from the IDE.
ReplyDeleteIs that possible?