S
Hi,
var sbTrialId = new StringBuilder();
var status = LexActivator.GetTrialId(sbTrialId, 256);
Return has exited with code -1073741819 (0xc0000005) ‘Access violation’ and application crashes.
Regards.
Hi,
var sbTrialId = new StringBuilder();
var status = LexActivator.GetTrialId(sbTrialId, 256);
Return has exited with code -1073741819 (0xc0000005) ‘Access violation’ and application crashes.
Regards.
Hi,
Instead of this:
it should be:
var sbTrialId = new StringBuilder(256);
← Back to all topics · 2 posts · 960 views · opened 2018-11-30