RE: Implementation of BSD Socket for Network Communication
RE: Implementation of BSD Socket for Network Communication
- Subject: RE: Implementation of BSD Socket for Network Communication
- From: "Arpit Jani" <email@hidden>
- Date: Mon, 30 Jun 2003 18:52:19 +0530
Hi,
My application (CFM application) is making direct call to
socket(),bind(),listen(),accept(),connect(),receive(),send() & fcntl() of
BSD sockets. We have found out that the system.framework provides support
for them.But we are unable to add the framework directly in our CFM
application (in Build PPC setting - in Code Warrior).Is there any other way
of getting the framework in CFM application (please provide snippet of the
code,if possible).
With hope,
Arpit
-----Original Message-----
From: email@hidden
[
mailto:email@hidden]On Behalf Of Larry Gerndt
Sent: Saturday, June 28, 2003 12:25 PM
To: email@hidden
Cc: Arpit Jani
Subject: Re: Implementation of BSD Socket for Network Communication
On 6/27/03 10:00 PM, email@hidden wrote:
>
My MAC OS X application required to reimplement the interfacing code for
>
device driver. My initial analysis suggests that BSD Sockets can only be
>
implemented as MACH-O application and not as CFM application. I want to
have
>
someone's confirmation.
In a CFM app, you have to get function pointers for the BSD routines you
need (I hope you know what I mean by that). I've done it, it's not too bad.
--
Larry Gerndt
AIM Handle: SonOfTheSonOfMan
Let the truth be told though the heavens fall -- James Garrison
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.