On 25/08/2011 12:33, Rama wrote:
Hello, I have a requirement to generate a dll which can run on both 32 bit and 64 bit Windows OS. Is there any option/way in gcc to do this?
Can't you just use a 32-bit DLL? Then both 32-bit and 64-bit apps can access it. If the same file has to work on two platforms, you have to code for the lowest common denominator.