Parcourir la source

解决dll内存溢出问题

解决dll内存溢出问题
changtuiqie il y a 7 ans
Parent
commit
c3d97397b0
6 fichiers modifiés avec 8 ajouts et 0 suppressions
  1. BIN
      ipad/IPADDemo.exe
  2. 4 0
      ipad/IPADDemo.exe.config
  3. BIN
      ipad/IPADDemo.pdb
  4. BIN
      mac/MacDemo.exe
  5. 4 0
      mac/MacDemo.exe.config
  6. BIN
      mac/MacDemo.pdb

BIN
ipad/IPADDemo.exe


+ 4 - 0
ipad/IPADDemo.exe.config

@@ -7,4 +7,8 @@
     <!--授权-->
     <add key="AuthKey" value="mac1541128353672950" />
   </appSettings>
+  <runtime>
+    <!--处理严重崩溃异常,如读写受保护的内存错误-->
+    <legacyCorruptedStateExceptionsPolicy enabled="true" />
+  </runtime>
 </configuration>

BIN
ipad/IPADDemo.pdb


BIN
mac/MacDemo.exe


+ 4 - 0
mac/MacDemo.exe.config

@@ -7,4 +7,8 @@
     <!--授权-->
     <add key="AuthKey" value="mac1541128353672950" />
   </appSettings>
+  <runtime>
+    <!--处理严重崩溃异常,如读写受保护的内存错误-->
+    <legacyCorruptedStateExceptionsPolicy enabled="true" />
+  </runtime>
 </configuration>

BIN
mac/MacDemo.pdb