site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com User-agent: Microsoft-Entourage/11.0.0.040405 As far as I know, KEXTs should be developed with Embedded C++ - a subset of C++ without some C++ features like exception handling. This could make using of STL impossible inside the kernel extensions because STL using exceptions On 6/5/05 1:16 PM, "Nicolas Diez" <nicolas.diez@gmail.com> wrote:
Hello, I'm sorry if I ask a dumb question, but while I am developing an application which I should put in IOHIDFamily kext, I'm using cstdlib. This makes gcc to occur some errors. In fact, I have the above errors when I try to compile : error : iostream : so such file or directory error : map : no such file or directory
and so one. When I build the application outside the kext build, it compiles clearly. I have checked project options in XCode2.0, but I can't find why cstdlib, map, vector and other classes couldn't be found.
Thanks for all.
Nicolas. _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/rustam%40ruscode.com
This email sent to rustam@ruscode.com
_______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com