From: Nobody on
"Tim Roberts" <timr(a)probo.com> wrote in message
news:j87mo59si514hugvf98h8prso25e5a76bv(a)4ax.com...
> "Nobody" <nobody(a)nobody.com> wrote:
>>
>>...Another option
>>is it to make a 64-Bit COM DLL and use it out-of-process from your app. It
>>will be hosted using dllhost.exe, and the DLL could take advantage of the
>>64-Bit address space.
>
> Perhaps you did not read the requirement that the solution must run on XP
> 32.

I read it, but he said most users, not all users. He could offer the 64 Bits
version as Pro version at an additional cost for example if it trakes too
much effort. MS kept int/long the same size in the 64-Bit compiler, so in
many cases, not much code change is required to port the code to 64 Bits.
Only pointer size changed.