We use an open source library written in C # that includes the Windows BITS COM component. However, the code can be safely run in x86 mode. I would like to contribute to the library by making it safe for both x86 and x64, however I do not have deep knowledge in this area.
Could you list here good / bad practices, typical problems, and maybe principles, etc., what should you pay attention to?
For example, I saw in the code a IntPtrvalue System.Int32that is not well ported to x64. How would you view these and similar problems in an agnostic form of the platform?
source
share