You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

If you want to use LM-X License Manager with both 32-bit and 64-bit .NET framework, you should make sure you are using the same key pair for x64 and x86.

In order to use the same key pair for signing liblmxnet.dll on different architectures you need to:

  1. Reuse the generated x-formation_pair.snk created during the first build.
  2. Copy this key pair file to build folder of the other architecture and the makefile will sign liblmxnet.dll with the same key pair.

For example:

C:\Program Files\X-Formation\LM-X SDK v4.8.4 win64_x64>xfbuild VC_2013_AMD64
C:\Program Files\X-Formation\LM-X SDK v4.8.4 win64_x64>nmake
C:\Program Files\X-Formation\LM-X SDK v4.8.4 win64_x64\win64_x64\x-formation_pair.snk
Copy to
C:\Program Files (x86\X-Formation\LM-X SDK v4.8.4 win32_x86\win32_x86\x-formation_pair.snk
C:\Program Files (x86\X-Formation\LM-X SDK v4.8.4 win32_x86>xfbuild VC_2013
C:\Program Files (x86\X-Formation\LM-X SDK v4.8.4 win32_x86>nmake

  • No labels