Sign In/My Account | View Cart  

advertisement

AddThis Social Bookmark Button

Article:
  BYOB: Build Your Own Browser, Part 2
Subject:   re: Compile warnings expected?
Date:   2004-05-31 17:32:24
From:   aaanderson
Response to: re: Compile warnings expected?

could be. if you give me the actual code that is on line 102 (or 100-105 or so) of your MyDocument.m, I can get more of an idea of what is happening...
Full Threads Oldest First

Showing messages 1 through 1 of 1.

  • re: Compile warnings expected?
    2004-06-01 06:07:02  johnts [View]

    I'm not at my Mac, but I believe it was this line:

    NSString *url = [[[[frame provisionalDataSource]
    request] URL]
    absoluteString];


    I got rid of the warning by adding "#import <WebKit/WebDataSource.h>