Edit page ← Previous ChangeWiki History

Changes between Initial Version and Version 1 of CodeBestPractices


Ignore:
Timestamp:
2010-03-22 06:59:51 (14 years ago)
Author:
jeroens
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodeBestPractices

    v1 v1  
     1= Best practices coding EwE6 = 
     2 
     3== Target processor == 
     4To date, Microsoft has not updated its Access drivers, the core drivers that EwE6 needs to use its database, to 64-bit. EwE6 and ANY EWE6 PLUG-IN must be compiled at ANY TIME for 32 bit processors. Set all applications to build for x86 processors via: Menu > Build > Configuration Manager > x86 (new if not listed). See [https://sources.ecopath.org:8443/trac/Ecopath/attachment/wiki/ScientficInterfaceKnownCompileErrorsFaq/Configuration%20Manager%20x86.png image]. 
     5 
     6== Nasty experiences == 
     7 * Issue [http://sources.ecopath.org/trac/Ecopath/report/702 #702]: always override Dispose(bDisposing) to clean up controls, do not (smartly) use OnHandleDestroyed.