Restriction Standard Editio of L & L 16

Good afternoon friends,

What restriction has standard edition?
I ask this because with the source code you can see below it says unresolved external symbol LsMailJobOpen, LsMailSetOptionString and LsMailJobClose.
This confuse me.

hMJob := LsMailJobOpen(0)
LsMailSetOptionString(hMJob,“Export.Mail.To”,“ccalvoc@telefonica.net”)
LsMailSetOptionString(hMJob,“Export.Mail.Subject”,“Test!”)
LsMailJobClose(hMJob)

Note: I work with Alaska Xbase.

The restrictions of the standard edition are mainly x64 support, some 2d barcodes, DOM and a support flatrate. I think you will find all the differences between the editons on combit.net.
I’m not workink with Alaska XBase… but an unresolved external in C++ hints to a missing reference to the library (*.lib). In your case you need also cmLS16.lib; not only cmLL16.lib.