LibXL License

Hello

I use xojo in my Windows 10 Laptop , I try to buy a LibXL License for build my web project(Excel spreed Sheet) in a linux server.
What type of license I need to buy from LibXL for create my web app for a linux server?

Thanks

You need to buy libxl for linux in your case. You should buy the license for the OS which you plan to deploy

Thanks for your response

You need Linux version.

I buy the linux and windows version license and I download it but they show to me before using this library please make call:

book->setKey("xxxxx etc); the file of linux I can not open in windows. the file is *.tar.gz I will use the manual of Monkey Plugin and check is work.

In the windows version is a zip file.

You can do something like this

[code]// add this to app.open

#if TargetMacOS then
// Mac license
XLBookMBS.SetKeyGlobal(“Your Name”, “Your Key”)
#elseif TargetLinux then
// Linux license
XLBookMBS.SetKeyGlobal(“Your Name”, “Your Key”)
#elseif TargetWin32 then
// Win license
XLBookMBS.SetKeyGlobal(“Your Name”, “Your Key”)
#else
// missing
#endif[/code]

Thanks did I need to copy any dll in my Windows 10 Lap or Mac Mini? or I need add the code to my app.open event??

No DLL needed.
Code in app.open please.

Hi Christian Schmitz,how i can register in C++ project,

Use the LibXL license key as instructed in the email you got from LibXL people.

Thanks you! , can u help me answer a small question:
I find this program only supports c, c ++, c-sharp and delphi, I’m surprised to see you writing vb.net code.
what does that mean?
Is there any confusion here?

[quote=455869:@Khanh dang]what does that mean?
Is there any confusion here?[/quote]
Yes, you are in the wrong place. Xojo is it’s own programming language.