Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To embed the security configuration file (located in the no_security_config directory and named liblmxvendor.dll for Windows and liblmxvendor .so or liblmxvendor .dylib for Unix) into the client library file, run the lmxdev command (see Lmxdev developer tool LM-X Developer utility), as described below.

  1. Run lmxdev using the -embedsecurityconfig option, as follows (this example is for Unix):

    Code Block
    languagecpp
    C:\lm-x\win32_x86\no_security_config> ..\lmxdev.exe -embedsecurityconfig ..\..\config\xformation.lmx liblmx-MyVendorName.so
    LM-X Developer Tool v3.3
    Copyright (C) 2002-20102016 X-Formation. All rights reserved.
    Licensed to X-FORMATION
    Security configuration successfully embedded!

     

  2. Use the client library together with your application.

...