Search found 3 matches
- Tue Dec 01, 2015 9:25 am
- Forum: Technical questions
- Topic: Memory Protection error
- Replies: 4
- Views: 7987
Re: Memory Protection error
just turned off MemoryProtection for .rdata and .eh_fram maybe the loading of dlls were refused by VMP :) You are right. MinGW's runtime changes these segments? so you have to exclude their from memory protection. the "file" function - can it include a file/dll which isn't in the same pat...
- Sun Nov 29, 2015 4:50 pm
- Forum: Technical questions
- Topic: Memory Protection error
- Replies: 4
- Views: 7987
Re: Memory Protection error
Please send us a test example (oiriginal EXE+MAP+VMP+Qt files) that shows this problem. thanks~ :) //demo protected file cannot be executed on other computers...// so i just give the original file. i did what this post said,and problems were solved: http://www.vmpsoft.com/forum/viewtopic.php?f=4&am...
- Thu Nov 26, 2015 6:02 am
- Forum: Technical questions
- Topic: Memory Protection error
- Replies: 4
- Views: 7987
Memory Protection error
:D :D Hi,i'm a demo user,who's thinking about buying a license. I met a problem these days,when protecting QT released EXEs, v2.1 worked correctly,but as i turned on the "Memory Protection" switch in v3.0.6,the protected file would crash after executing like this: error.jpg as i tuned it o...