WikiPrint - from Polar Technologies

Best practices when coding EwE6

This page attempts to convey some of the oddities and nasties that we have ran into over the years when building EwE6.

Resources

Theoretically, the EwE6 scientific interface can be localized to any language, although we do not envy the poor soul commissioned to perform this job. In order to facilitate the job ScientificInterfaceShared offers all shared resources, such as strings and images, that plug-ins and the main Scientific Interface can share. When you develop your own plug-ins with a user interface, please try to stick to the following resource guidelines:

Target processor

To 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 ?image.

Nasty experiences