Prerequisite of LexActivator.dll, LexFloatClient.dll and LexFloatServer.exe on WIndows?

Hello,

Is there any prerequisite modules (such as MSVC, .NET) for LexActivator.dll, LexFloatClient.dll and LexFloatServer.exe in case of running those modules on clean installed Windows ?

Or, they will run without any other modules?

plese let me know.

Hi,

Their are no additional dependencies. On Windows if you are targeting Windows XP and Vista too, you will need to ship VS2010 C/C++ runtime libs too along with your app. You can download them from following urls:

https://s3.amazonaws.com/dl.cryptlex.com/downloads/native/vs2010/vs2010_x86.zip

https://s3.amazonaws.com/dl.cryptlex.com/downloads/native/vs2010/vs2010_x64.zip

Got it. So as long as it is Windows 7 or 10, no runtime module is necessary to install?

Yes, you don’t need to include the runtime dll’s unless it is Windows7 and above. But in Windows 7 starter version runtime may not be absent.

Thanks!