Versions Compared

Key

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

...

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

Now you should have the following files in your current directory:Your current directory should include the files listed in the table below.

FileDescription
license.xmlYour license template.
license.licReady to use license, generated with xmllicgen.
example.cYour first program source code.
example/example.exeYour program executable.

...