> Hi all,
>
[quoted text clipped - 17 lines]
> Best Regards
> Geronimo.
The application runs understand 64 bit windows must be pure 32 bit or
pure 64 bit.
That is
if the main application is 32 bit executable, then all the other
components (DLLs etc) must be also 32 bit.
if the main application is 64 bit executable, then all the other
components (DLLs etc) must be also 64 bit.
Then, if the the main application is 64 bit executable, it cannot load
32 bit DLLs.
Hence, if the DLL is pure dotnet (e.g. created by C# with AnyCPU
setting), it can be used in both 32bit and 64 bit.
However, for MC++, it is very possible it will be linked with native API
function and the DLL will be used under 32 bit or 64 bit only.

Signature
Jacky Kwok
jacky@alumni_DOT_cuhk_DOT_edu_DOT_hk