1909 results found
The strace around the crash can be viewed here: https://pastebin.com/ASLCYMV2 If this is a compatibility issue, would it be possible to add a MUSL compatible version of the latest TurboFloat library?
https://wyday.com/limelm/help/trials/ My advice: play with the example app for a while so you understand how activations work and trials work.
Hi,When i go here : https://wyday.com/limelm/account/I see that TurboFloat will be not valid for solo plan and basic plan, it is right ?
I saw the post on "any CPU" at https://wyday.com/forum/t/1893/any-cpu-question/ - I am thinking mainly of the deployment size, as well as complexity in the code.
Did you review the archive pointed in that message https://wyday.com/forum/t/2019/autoupdate-process-hangs/#post-11138 ?
guestaccesstoken=WWZjPfXRCjow4F4eonZj3mcBgpa2XzkZJ9I9i6AXcaA%3D&docid=102e1620b58a6419f8b4d8f2cb5b26588&rev=1" rel="nofollow">https://reallc-my.sharepoint.com/personal/rrace_rea-llc_com/_layouts/15/guestaccess.aspx?
https://wyday.com/limelm/help/getting-started/
For a full step by step tutorial see our> official help documentation:> https://wyday.com/limelm/help/using-turboactivate-with-csharp/ I've read it and it seems like a great guide but it's for winforms.
As per the description in https://wyday.com/wybuild/help/wyupdate-commandline.php, for authenticated proxy, the proxy username and password can be passed as command line arguments.
I've seen the FAQ (https://wyday.com/limelm/help/faq/#in-vm) and had one of my remote developers follow the instructions.
I see it referenced above at https://wyday.com/licensechest/ but that page just says “Coming soon.”
https://wyday.com/wybuild/help/custom-wyupdate-version.php Running wyUpdate.exe on itself updates, and running wyUpdate.exe on my main app will also updates as expected but soon as I run my app hooked up with my custom wyUpdate.exe an error occurs when attempting to update wyUpdate.
I found an answer here: https://wyday.com/forum/t/4666/counting-of-trials-and-file-path-of-activation-data/#post-21724 1- But as I already wrote, somehow I do not have any trial license in my list, so I did not expect that 1 device should use my trial account.
The DPA covers this: https://wyday.com/dpa/ You sign and agree to it when you use LimeLM.
I have a question about the `IsGenuineResult.InternetError` in the example from: https://wyday.com/limelm/help/using-turboactivate-with-python/ isGenuine = (gen_r == IsGenuineResult.Genuine or gen_r == IsGenuineResult.GenuineFeaturesChanged # an internet error means the user is activated but # TurboActivate failed to contact the LimeLM servers or gen_r == IsGenuineResult.InternetError ) In this example, if `.Genuine` and `.GenuineFeaturesChanged` are `False` but there is an .
We have gone through the Offline activation process three times with them now (https://wyday.com/limelm/help/offline-activation/), but our licensing keeps reporting being in the no-Internet Grace Period.
https://airsdk.harman.com/release_notes
---------------------------Response from advancedsearch------------------InputVersion ID :https://wyday.com/limelm/version/1779/Email :riddhesh_raval@yahoo.comResponseSimpleXMLElement Object ( [@attributes] => Array ( [stat] => ok ) [pkeys] => SimpleXMLElement Object ( [@attributes] => Array ( [pages] => 1 [total] => 4 ) [pkey] => Array ( [0] => SimpleXMLElement Object ( [@attributes] => Array ( [id] => 1405786 [key] => ***** [acts] => 1 [acts_used] => 0 [version_id] => 1779 [total_deacts] => 0 [deac_limit] => unlimited [for_tfs] => false [allow_vm] => no => riddhesh_raval@yahoo.com ) ) [1] => SimpleXMLElement Object ( [@attributes] => Array ( [id] => 1405089 [key] => ****** [acts] => 1 [acts_used] => 0 [version_id] => 1779 [total_deacts] => 0 [deac_limit] => unlimited [for_tfs] => false [allow_vm] => no [email] => riddhesh_raval@yahoo.com ) ) [2] => SimpleXMLElement Object ( [@attributes] => Array ( [id] => 1405088 [key] => ********** [acts] => 1 [acts_used] => 0 [version_id] => 1779 [total_deacts] => 0 [deac_limit] => unlimited [for_tfs] => false [allow_vm] => no [email] => riddhesh_raval@yahoo.com ) ) [3] => SimpleXMLElement Object ( [@attributes] => Array ( [id] => 1404916 [key] => ********* [acts] => 2 [acts_used] => 0 [version_id] => 1779 [total_deacts] => 0 [deac_limit] => unlimited [for_tfs] => false [allow_vm] => no [email] => riddhesh_raval@yahoo.com ) ) ) ) ) --------------------------------------------FindKey------------------------------------------InputVersion ID :https://wyday.com/limelm/version/1779/Email :riddhesh_raval@yahoo.comResponseSimpleXMLElement Object ( [@attributes] => Array ( [stat] => fail ) [err] => SimpleXMLElement Object ( [@attributes] => Array ( [code] => 1 [msg] => Product key not found. ) ) ) -------------------------------------------------------------Code----------------------------------FindKey--------------------------------------------------------$xml = new SimpleXMLElement(LimeLM::FindPKey($version_id, $_POST['email'])); ----------------------------------Advanced search--------------------------------------------------------$xml = new SimpleXMLElement(LimeLM::FindPKeyAll($version_id, $_POST['email'])); LimeLM function -------------public static function FindPKey($version_id, $email) { $post_data = array( 'method' => 'limelm.pkey.find', 'version_id' => $version_id, 'email' => $email ); return self::PostRequest($post_data); } public static function FindPKeyAll($version_id, $email) { $post_data = array( 'method' => 'limelm.pkey.advancedSearch', 'version_id' => $version_id, 'email' => $email ); return self::PostRequest($post_data); } Thanks
To do per-user-session licensing use floating licensing: https://wyday.com/limelm/help/licensing-types/#floating
Our libcurl version is only built with HTTP and HTTPS. And it's built with the system SSL libraries (Microsoft Secure Channel on Windows) rater than 3rd party SSL libs.