site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com
Do you know if I can just call in my kext the good functions in C or does I need to redesign all my driver to follow the IOKit way in a C++ language?
If you've got a good reason (like shared code with many platforms, where most of the code is platform independent), you should just keep the C++ IOKit stuff in a C++ file, and the rest of your driver in C. If you're targetting MacOSX from scratch, you should probably do the entire thing in C++ like a normal MacOSX driver. Drew _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com