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

TOPIC:

Application freezes after RDPDFLib initialization 9 years 8 months ago #6957

  • radaee
  • radaee's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1123
  • Thank you received: 73
i think you'd better do not wrapping RT component in another RT cmponent.
you can use static library directly, and wrapping in your ownner RT component.

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

Application freezes after RDPDFLib initialization 9 years 8 months ago #6958

  • Einstein
  • Einstein's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 19
  • Thank you received: 0
Why is using an RT component inside an RT component not possible? I was not aware of that limitation?
Using your static library directly would be possible if you provided a static lib that was compiled with a more recent compiler. I'm assuming you're using Visual Studio 2010 to compile your static lib. We are using Visual Studio 2012 and therefore we can not link to your lib. Could you provide a static lib compiled with Visual Studio 2012? We would need Windows Phone 8.1 (ARM, x86) and Windows RT 8.1 (ARM, x86) libraries.

Thanks in advance.

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

Application freezes after RDPDFLib initialization 9 years 8 months ago #6962

  • radaee
  • radaee's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1123
  • Thank you received: 73
we are using VS2012 too.
Microsoft Visual Studio Ultimate 2012 Update 4
Version 11.0.61030.00
ans using Windows Phone 8.0 SDK.

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

Application freezes after RDPDFLib initialization 9 years 8 months ago #6964

  • Einstein
  • Einstein's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 19
  • Thank you received: 0
I'm sorry, we are using Visual Studio 2013, and therefore we can't link to PDFCore.lib (which is built with Visual Studio 2012). Could you recompile it with Visual Studio 2013?

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

Application freezes after RDPDFLib initialization 9 years 8 months ago #6965

  • Einstein
  • Einstein's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 19
  • Thank you received: 0
This is the link error I'm getting:
Error	2	error LNK2038: mismatch detected for '_VCCORLIB_VER': value '1700.201009L' doesn't match value '1800.201009L' in App.xaml.obj	C:\Users\user1\Documents\Visual Studio 2013\Projects\App14\App14\PDFCore.lib(PDFWP8.obj)	App14
Error	1	error LNK2038: mismatch detected for '_MSC_VER': value '1700' doesn't match value '1800' in App.xaml.obj	C:\Users\user1\Documents\Visual Studio 2013\Projects\App14\App14\PDFCore.lib(PDFWP8.obj)	App14

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

Application freezes after RDPDFLib initialization 9 years 8 months ago #6976

  • Einstein
  • Einstein's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 19
  • Thank you received: 0
Hi,

we already have an entire application built with your library and it's freezing due to that PDFGlobal::ActiveLicence call. So if you could provide me with a solution I would be VERY grateful. :-)

You just need to recompile the static lib's with the newer Visual Studio 2013 (Visual Studio Express will also work).

Thank you in advance!

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

Powered by Kunena Forum