• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Problems during file writing or During Type Casting ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems during file writing or During Type Casting ?


  • Subject: Re: Problems during file writing or During Type Casting ?
  • From: "Tom Wenger" <email@hidden>
  • Date: Sat, 20 May 2006 20:13:56 +0530

Thanks Christian,
Codes  given by you have solved my problems.
We have used the first one as our solutioin  -
ie
  FILE* theFile = fopen([[theSavePanel filename]
              fileSystemRepresentation], "w");
        if (theFile != NULL) {
        fputs([[[_inspectingGraphicView graphics] description]
         UTF8String], theFile);
       fclose(theFile);
   }


But i am pretty sure that other options given by you too will work with out any problem.

Once again Thanks a lot.
--
Thanks &Regards
TomWenger.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Problems during file writing or During Type Casting ? (From: "Tom Wenger" <email@hidden>)
 >Re: Problems during file writing or During Type Casting ? (From: Christian Walther <email@hidden>)

  • Prev by Date: Bindings problem with NSPopupButton and placeholders
  • Next by Date: Re: programmatically determining if the machine is intel or not
  • Previous by thread: Re: Problems during file writing or During Type Casting ?
  • Next by thread: NSCell's floatValue
  • Index(es):
    • Date
    • Thread