Search results

  1. V

    Reading Raw Data from CD?

    Hi All, I m using Mac Intel with OS 10.4.9. I want to Read Cd raw information from a c++ application. I am reading this by using lseek(fileDescriptor,(off_t) SectNo*SECTSIZE, SEEK_SET); numBytes = read( fileDescriptor, Buffer, Size ); But it is not working out for me. So if...
  2. V

    Hex editor for Mac to open file larger than 2 GB.

    Hi All, I m using Mac Intell with OS 10.4.9. I want to open a file larger than 2 GB to open in a hex Editor to see it Hex Values. So can any body plz suggest any hexeditor which can open file larger than 2 GB and if it can open hard disk then it is very nice. Thanks.
  3. V

    writing data to file using FSWriteFork?

    Thanks for reply. Actually I think its the problem of Hex editor i m using it can not open file larger than 2 Gb. So can u plz suggest any Hex editor available for Mac Tiger.
  4. V

    writing data to file using FSWriteFork?

    Hi All, I am reading raw data from disk and writing them to buffer and then trying to write that Buffer in file through FSWriteFork which is in FileSystem API of the Apple. I m using the following line error = FSWriteFork(refnum,fsFromStart,NULL,(ByteCount)SizeToRead,pBuff, NULL)...
  5. V

    System crash while using file system APIs

    Hi All, I m using IntelMac. I am developing an Application in Qt 4.2.2. I have created some file and Directories through the FileSystem APIs. When I m saving these file these file are saved but as They saved the System crashes. If Any one Knows then Plz help me. Thanks.
  6. V

    creating Media Image in mac intel

    Hi All, I m using Qt 4.2.2 on my Mac Intel. I have some code in which I m creating the media image of a selected drive. This code is working properly on my power pc but when I m using this code on my Mac Intel then the media image is created but when I doubleclick on the .img file it is...
Back
Top