Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about iOS development and PDF

TOPIC:

error: Implicit conversion of C pointer type... 9 years 11 months ago #6039

  • Rossi
  • Rossi's Avatar
  • Offline
  • Senior Member
  • Senior Member
  • Posts: 49
  • Thank you received: 0
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

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

error: Implicit conversion of C pointer type... 9 years 11 months ago #6040

  • stronglee
  • stronglee's Avatar
  • Offline
  • Premium Member
  • Premium Member
  • Posts: 93
  • Thank you received: 2
Emm. m_doc should define as PDFDoc . You can see RDPDFViewController.h

PDFView *m_view;
PDFVThumb *m_Thumbview;
PDFDoc *m_doc;

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

error: Implicit conversion of C pointer type... 9 years 11 months ago #6043

  • Rossi
  • Rossi's Avatar
  • Offline
  • Senior Member
  • Senior Member
  • Posts: 49
  • Thank you received: 0
emm..i do copy and paste from ios_help. please correct it.
Thanks for helping me.

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

error: Implicit conversion of C pointer type... 9 years 11 months ago #6044

  • stronglee
  • stronglee's Avatar
  • Offline
  • Premium Member
  • Premium Member
  • Posts: 93
  • Thank you received: 2
:ohmy: Thank you for this .We'll updated it.

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

Powered by Kunena Forum