Thread: Re: Re: .NET 32-bit DLL running on Vista 64-bit
Re: Re: .NET 32-bit DLL running on
Vista 64-bit
Australia
2007-10-22 19:05:40
Emmanuel Stapf wrote:
> Why do you want the installer to be smart? I would suggest to do it a
> build
> time, and then this assembly should work fine on all versions of the
> 32-bit
> .NET runtime.
Thanks, of course you're right. I wasn't thinking clearly. Applying corflags
/+32bit to the VB assembly will, as you said, ensure that it will work on
either 32- or 64-bit platforms.