Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Questions about iOS development and PDF

error: Implicit conversion of C pointer type...

More
IP: 192.168.0.71 11 years 11 months ago #6031 by Rossi
I already use this version
More
IP: 192.168.0.71 11 years 11 months ago #6032 by stronglee
Hi, how did you add lib and code in your project.Could paste the definition and function use code ,I'll help you check this problem
More
IP: 192.168.0.71 11 years 11 months ago - 11 years 11 months ago #6035 by Rossi
this is the screenshot of my project with the line error
www.dropbox.com/s/b7trugukepkoyo8/Scherm...0alle%2015.01.36.png
Last edit: 11 years 11 months ago by Abdikayrov.
More
IP: 192.168.0.71 11 years 11 months ago #6036 by stronglee
path is NSString not const char *.Try this.
-(int)PDFOpen:(NSString *)path : (NSString *)pwd
{

[self PDFClose];
PDF_ERR err = 0;
m_doc = [[PDFDoc alloc] init];
err = [m_doc open:path :pwd];
More
More
IP: 192.168.0.71 11 years 11 months ago #6038 by stronglee
Is m_doc define as PDFDoc?
Time to create page: 0.376 seconds
Powered by Kunena Forum