- Posts: 1123
- Thank you received: 73
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about Windows 8.1, 10, WindowsPhone, Windows UWP
Application freezes after RDPDFLib initialization
IP: 192.168.0.71
12 years 1 month ago #6949
by radaee
Replied by radaee on topic Application freezes after RDPDFLib initialization
active license function in RDPDFLib static library just invoked:
others are pure C code.
Code:
String ^str = Windows::Phone::Management::Deployment::InstallationManager::FindPackagesForCurrentPublisher()->First()->Current->Id->ProductId;
char pkg[512];
WideCharToMultiByte( CP_ACP, 0, str->Data(), -1, pkg, 512, NULL, NULL );
IP: 192.168.0.71
12 years 1 month ago #6950
by Einstein
Replied by Einstein on topic Application freezes after RDPDFLib initialization
I understand, but my application still freezes after calling ActiveLicence. I've tried the new version you published a few minutes ago (1.6) and the same happens. What can I do?
IP: 192.168.0.71
12 years 1 month ago #6951
by Einstein
Replied by Einstein on topic Application freezes after RDPDFLib initialization
Maybe it's a licence issue. Could you provide me another licence key to test?
IP: 192.168.0.71
12 years 1 month ago #6952
by radaee
Replied by radaee on topic Application freezes after RDPDFLib initialization
don't think it's license issue, i think it is dll loading issue.
IP: 192.168.0.71
12 years 1 month ago #6953
by Einstein
Replied by Einstein on topic Application freezes after RDPDFLib initialization
A dll loading issue? What can I do about that?
IP: 192.168.0.71
12 years 1 month ago #6954
by Einstein
Replied by Einstein on topic Application freezes after RDPDFLib initialization
Okay, I was able to make a small Windows Phone 8.1 sample project that you can use to reproduce the problem. It seems that this problem only exists when you use your library in a Windows Runtime Component.
Steps to reproduce the problem:
1. Deploy the app to a Windows Phone 8.1 device
2. Wait (I've added a button that you can press to see if the application has freezed yet)
Here's the link to the archive: app.box.com/s/hnz36v16p6ud1h3dn7dn
The password for the archive is: radaee
Cheers!
Steps to reproduce the problem:
1. Deploy the app to a Windows Phone 8.1 device
2. Wait (I've added a button that you can press to see if the application has freezed yet)
Here's the link to the archive: app.box.com/s/hnz36v16p6ud1h3dn7dn
The password for the archive is: radaee
Cheers!
Time to create page: 0.389 seconds