Changes between Version 34 and Version 35 of CodeBestPractices


Ignore:
Timestamp:
2012-12-01 13:51:45 (11 years ago)
Author:
jeroens
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodeBestPractices

    v34 v35  
    112112|| !MsgBox || See below, [#Notifications User Interface guidelines] || 
    113113 
     114{| 
     115|- 
     116  ! H1 || H2 
     117|- V1 || V2 
     118|} 
     119 
     120Done 
     121 
    114122=== Target processor === 
    115 The EwE source code now fully utilizes 64-bit capabilities. In order to make sure that Windows finds the correct 32 or 64 bit Access drivers make sure you always compile your EwE6 main project against x86 or x64, never against AnyCPU in'' Menu > Build > Configuration Manager''. 
     123The EwE source code now fully utilizes 64-bit capabilities. In order to make sure that Windows finds the correct 32 or 64 bit Access drivers make sure you always compile your EwE6 main project against x86 or x64, never against !AnyCPU in ''Menu > Build > Configuration Manager''. 
    116124 
    117125Note that 64-bit EwE will not be able to find 32-bit Access database drivers and vice-versa.