Hi All,
I download the SampleHardwarePlugin code from apple site.Build and copy it into 
"/Library/Audio/Plug-Ins/HAL/" and try totake it using NSBundle.But I got error 
in cosole.
Error loading 
/Library/Audio/Plug-Ins/HAL/SampleHardwarePlugIn.plugin/Contents/MacOS/SampleHardwarePlugIn: 
 
dlopen(/Library/Audio/Plug-Ins/HAL/SampleHardwarePlugIn.plugin/Contents/MacOS/SampleHardwarePlugIn,
 265): no suitable image found.  Did find:
        
/Library/Audio/Plug-Ins/HAL/SampleHardwarePlugIn.plugin/Contents/MacOS/SampleHardwarePlugIn:
 mach-o, but wrong architecture
The code I used to load isNSBundle *_bundle=[NSBundle 
bundleWithPath:@"/Library/Audio/Plug-Ins/HAL/SampleHardwarePlugIn.plugin"];


        NSLog([[_bundle principalClass] className]);    
Kindly Help Me.
Thanks In Advance,Sheen



_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to