• 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: cannot find framework header files
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cannot find framework header files


  • Subject: Re: cannot find framework header files
  • From: Joel Reymont <email@hidden>
  • Date: Thu, 29 Jan 2009 20:05:33 +0000


On Jan 29, 2009, at 8:02 PM, Alexander von Below wrote:

If I am not entirely mistaken, this is a userland header. What are you trying to do?


Subclass it for a type 00 driver, i.e.

SEAforth24.h:

#include <IOKit/scsi-commands/IOSCSIPeripheralDeviceType00.h>
#include <IOKit/scsi-commands/IOBlockStorageServices.h>

class com_wagerlabs_driver_SEAforth24 : public IOSCSIPeripheralDeviceType00
{
OSDeclareDefaultStructors(com_wagerlabs_driver_SEAforth24)


public:

    IOReturn S24Read(IOMemoryDescriptor *buffer);
    IOReturn S24Write(IOMemoryDescriptor *buffer);

protected:

    bool InitializeDeviceSupport (void);
    IOReturn S24Init(void);
    IOReturn S24SyncIO(UInt8 direction, IOMemoryDescriptor *buffer);
...


--- http://tinyco.de --- Mac & iPhone











_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: cannot find framework header files
      • From: Alexander von Below <email@hidden>
References: 
 >cannot find framework header files (From: Joel Reymont <email@hidden>)
 >Re: cannot find framework header files (From: Alexander von Below <email@hidden>)

  • Prev by Date: synchronizing xcode with xcodebuild
  • Next by Date: Re: cannot find framework header files
  • Previous by thread: Re: cannot find framework header files
  • Next by thread: Re: cannot find framework header files
  • Index(es):
    • Date
    • Thread