- 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 #6957
by radaee
Replied by radaee on topic Application freezes after RDPDFLib initialization
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.
you can use static library directly, and wrapping in your ownner RT component.
IP: 192.168.0.71
12 years 1 month ago #6958
by Einstein
Replied by Einstein on topic Application freezes after RDPDFLib initialization
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.
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.
IP: 192.168.0.71
12 years 1 month ago #6962
by radaee
Replied by radaee on topic Application freezes after RDPDFLib initialization
we are using VS2012 too.
Microsoft Visual Studio Ultimate 2012 Update 4
Version 11.0.61030.00
ans using Windows Phone 8.0 SDK.
Microsoft Visual Studio Ultimate 2012 Update 4
Version 11.0.61030.00
ans using Windows Phone 8.0 SDK.
IP: 192.168.0.71
12 years 1 month ago #6964
by Einstein
Replied by Einstein on topic Application freezes after RDPDFLib initialization
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?
IP: 192.168.0.71
12 years 1 month ago #6965
by Einstein
Replied by Einstein on topic Application freezes after RDPDFLib initialization
This is the link error I'm getting:
Code:
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
IP: 192.168.0.71
12 years 1 month ago #6976
by Einstein
Replied by Einstein on topic Application freezes after RDPDFLib initialization
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!
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!
Time to create page: 0.397 seconds