libkern and standard c++ library
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type; bh=1M0yHngnGLzcv6jXAwsHsqFe5VSzjiL1WJTGfNtTjkg=; b=rJoD0qP5OkAQQR8ps56OhOvJBOJcAyBJJM7iAa5zILOcHt30gIJ/muZCAmZY9VUqWT yC+tUCZ/o2Ga3wsbxCkj6m5+CS4bVXa+nBrfxJeMuP5eQQXAhuQQrJLxP25hF2xZBVg2 ID8mcRGPmRrSBWercUubJ23LV9a3+YVB2s/kA= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=xLcsUYfXymIVIsr40gjBlqt+zbkQKQ9xqpuKs9eP6IYVR1pFgSSXAJh1VeZnkrR5NW /QIw1Ye05gEp/nZxrf7keV43QEVfq4/h452lKAxqZHdQFKak5OlC4TthTZY2pP9VbdJD d6WwNu+duEWOU+XRuYGqa2qNdB7CxnqwMk6dI= Hi, Is it possible to use <iostream> library and stdio.h with libkern. stdio.h seems to conflict with the printf() function because of multiple definition when used with the libkern. I am using the SoundFlower source code for learning Audio HAL. #include <iostream> also gives error even by explicitly specifying the header path for 10.4u sdk. Can somebody please throw light on this issue. I am completely noob in driver stuff. I need to write data to a file for debugging purpose and am not able to use standard library <fstream> or stdio.h routines. If these are not allowed please suggext me the method how can i write to files while working with libkern. Thanks Abhinav _______________________________________________ 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
participants (1)
-
Abhinav Tyagi