- 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 #6977
by radaee
Replied by radaee on topic Application freezes after RDPDFLib initialization
yes, but, it may make SDK very large...
IP: 192.168.0.71
12 years 1 month ago #6978
by Einstein
Replied by Einstein on topic Application freezes after RDPDFLib initialization
That won't be a problem. Could you do this today?
IP: 192.168.0.71
12 years 1 month ago - 12 years 1 month ago #6985
by radaee
Replied by radaee on topic Application freezes after RDPDFLib initialization
Last edit: 12 years 1 month ago by .
IP: 192.168.0.71
12 years 1 month ago - 12 years 1 month ago #7002
by Einstein
Replied by Einstein on topic Application freezes after RDPDFLib initialization
Please see the below message.
Last edit: 12 years 1 month ago by tien4720. Reason: The post is no longer useful.
IP: 192.168.0.71
12 years 1 month ago - 12 years 1 month ago #7003
by Einstein
Replied by Einstein on topic Application freezes after RDPDFLib initialization
Hi, I've just tried to link my project with the library you provided. I still get a linker error:
This error means that sources of your library were compiled with the older Visual C++ compiler (probably the one that comes with Windows Phone 8.0 SDK). You need to compile the sources with Visual C++ 12.0 (This is the compiler that comes with Visual Studio 2013). Or you could recompile the library using the Windows Phone 8.1 SDK. Could you do that today?
Code:
1>PDFCore.lib(PDFWP8.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1700' doesn't match value '1800' in Class1.obj
1>PDFCore.lib(PDFWP8.obj) : error LNK2038: mismatch detected for '_VCCORLIB_VER': value '1700.201009L' doesn't match value '1800.201009L' in pch.obj
1>PDFCore.lib(PDFWP8.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1700' doesn't match value '1800' in Class1.obj
This error means that sources of your library were compiled with the older Visual C++ compiler (probably the one that comes with Windows Phone 8.0 SDK). You need to compile the sources with Visual C++ 12.0 (This is the compiler that comes with Visual Studio 2013). Or you could recompile the library using the Windows Phone 8.1 SDK. Could you do that today?
Last edit: 12 years 1 month ago by tien4720. Reason: Provided additional information
Time to create page: 0.438 seconds