|
-
Mar 21st, 2016, 05:21 PM
#19
Re: VB6 IDE Crashes
Ok. Thanks. I figure out the issue. VB6 allocates a dynamic part of code in the page that has got Read/Write access. If you have enabled DEP it will cause the access violation error.
Your program is being crashed (with ACCESS_VIOLATION error) on the dynamic part of code at the first instruction.

Perhaps this code doesn't execute because this page have RW access rights and you have enabled DEP. You should disable DEP.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|