- Posts: 49
- Thank you received: 0
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...
IP: 192.168.0.71
11 years 11 months ago #6039
by Rossi
Replied by Rossi on topic error: Implicit conversion of C pointer type...
Yes
#import <UIKit/UIKit.h>
#import "PDFIOS.h"
#import "PDFView.h"
#import <CoreData/CoreData.h>
@class PDFV;
@class PDFView;
@interface RDPDFViewController : UIViewController {
PDFView *m_view;
PDF_DOC *m_doc;
}
- (int)PDFOpen:(NSString *)path withPassword:(NSString *)pwd;
- (void)PDFClose;
@end
#import <UIKit/UIKit.h>
#import "PDFIOS.h"
#import "PDFView.h"
#import <CoreData/CoreData.h>
@class PDFV;
@class PDFView;
@interface RDPDFViewController : UIViewController {
PDFView *m_view;
PDF_DOC *m_doc;
}
- (int)PDFOpen:(NSString *)path withPassword:(NSString *)pwd;
- (void)PDFClose;
@end
IP: 192.168.0.71
11 years 11 months ago #6040
by stronglee
Replied by stronglee on topic error: Implicit conversion of C pointer type...
Emm. m_doc should define as PDFDoc . You can see RDPDFViewController.h
PDFView *m_view;
PDFVThumb *m_Thumbview;
PDFDoc *m_doc;
PDFView *m_view;
PDFVThumb *m_Thumbview;
PDFDoc *m_doc;
IP: 192.168.0.71
11 years 11 months ago #6043
by Rossi
Replied by Rossi on topic error: Implicit conversion of C pointer type...
emm..i do copy and paste from ios_help. please correct it.
Thanks for helping me.
Thanks for helping me.
IP: 192.168.0.71
11 years 11 months ago #6044
by stronglee
Replied by stronglee on topic error: Implicit conversion of C pointer type...
:ohmy: Thank you for this .We'll updated it.
Time to create page: 0.363 seconds