Re: Common dll for both 32 and 64 OS

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.





[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux