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:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=JTz+NBmxq1CgBn3LW6wy2cInUWHVIpli53zBVa3SdQE=; b=qzz/gmP/hBJjtYO8H+WvW5kQfKEccG7FJyuZv8J5FFBulvLMgh9Kih0v+LV1s9Ymmd NNgGlAmnpjThmls541dnlJrU43QotbqrZzvnQDj9YWcqckaGCG+HDXRSB+V88mB8iVwq nBDAAEFXNdwvJ2ZojGmFCCBuiq0/FIzkKyqKg= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=Rfos42IiGfftDR+4Rb+M9bEqa1TDLNxyTSHfC1Mq2LITwgKukFOTbz3z7tbTeFlikC g/PWOTe6A2IGB8drs7awGKbb2IgxFCnpJEXp+BQA48k3xdJFqpYYYc1siSC09dtKc5re OTyNvKEohpnAiieMA5Rc0r8q5TKYp61N0iaag= Hi all I have to write a dynamic library to communicate with serial ports using the system APIs (POSIX APIs) in C++. Mac OS provieds the following types of dynamic libraries. 1. BSD Dynamic Library 2. Carbon Dynamic Library 3. Cocoa Dynamic Library Which one would be suitable for this purpose. I think I will have to write BSD dynamic library. Kindly suggest me. Thanks in advance. Regards _______________________________________________ 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)
-
Rakesh Singhal