Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about Windows 8.1, 10, WindowsPhone, Windows UWP

TOPIC:

Application freezes after RDPDFLib initialization 10 years 10 months ago #6949

  • radaee
  • radaee's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1123
  • Thank you received: 73
active license function in RDPDFLib static library just invoked:
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 );
others are pure C code.

Please Log in or Create an account to join the conversation.

Application freezes after RDPDFLib initialization 10 years 10 months ago #6950

  • Einstein
  • Einstein's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 19
  • Thank you received: 0
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?

Please Log in or Create an account to join the conversation.

Application freezes after RDPDFLib initialization 10 years 10 months ago #6951

  • Einstein
  • Einstein's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 19
  • Thank you received: 0
Maybe it's a licence issue. Could you provide me another licence key to test?

Please Log in or Create an account to join the conversation.

Application freezes after RDPDFLib initialization 10 years 10 months ago #6952

  • radaee
  • radaee's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1123
  • Thank you received: 73
don't think it's license issue, i think it is dll loading issue.

Please Log in or Create an account to join the conversation.

Application freezes after RDPDFLib initialization 10 years 10 months ago #6953

  • Einstein
  • Einstein's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 19
  • Thank you received: 0
A dll loading issue? What can I do about that?

Please Log in or Create an account to join the conversation.

Application freezes after RDPDFLib initialization 10 years 10 months ago #6954

  • Einstein
  • Einstein's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 19
  • Thank you received: 0
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!

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum