Versions Compared

Key

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

...

Run xmlicgen to convert the above LM-X license template to a license file.

On Unix:

Panel

 # xmllicgen license.xml 

On Windows:

Panel

# xmllicgen.exe license.xml

...

Code Block
cl /WX /MT /c /O2 -D_CRT_SECURE_NO_DEPRECATE /I "C:\Program Files\X-Formation\LM-X SDK v4.6.1 win64_x64\include\" example.c
 
link /WX /opt:noref example.obj "C:\Program Files\X-Formation\LM-X SDK v4.6.1 win64_x64\win64_x64\liblmxclient_mt.lib"

Running your application

Your current directory should include the files listed in the table below.

...