0 votes
by (120 points)
edited

I need an x64 version to run my app on WindowsPE, which does not support WOW64. Is there an x64 version of rebex.sftp.dll, rebex.common.dll, and rebex.networking.dll? I have been unable to find any links on the site or even any discussions of this on the forum.

Applies to: Rebex SFTP

1 Answer

0 votes
by (58.9k points)
edited

Hello,

there is no standalone version for X64 because all Rebex components can run in both 32-bit and 64-bit mode.

To clarify how it works: Rebex dlls are compiled with "Any CPU" setting so there is only a single set of dlls that support both 32-bit and 64-bit mode. If your application currently runs in 64-bit mode and references or loads Rebex dlls, they will run in 64bit mode as well.

It has been discussed at this forum post.

...