Re: Carbonization of MoreNetworkSetup
Re: Carbonization of MoreNetworkSetup
- Subject: Re: Carbonization of MoreNetworkSetup
- From: Quinn <email@hidden>
- Date: Mon, 17 Feb 2003 19:53:30 +0000
At 10:48 -0800 17/2/03, Roy Lovejoy wrote:
... if I wanted only a OSX solution..
I need Carbon for 9 too.
Do I need to do the hokey GetSharedLibrary(InterfaceLib) for Carbon
9, and load the NetworkServices routines by hand in
MoreNetworkServices?
Yes, something like that. I'd recommend putting all your NS stuff in
a shared library that you embed inside your application. That will
allow you to compile MNS into a shared library (which is linked to
InterfaceLib). You can then load that shared library from a Carbon
application and you just have to do function pointer goop for one
function rather than all of NS.
S+E
--
Quinn "The Eskimo!" <
http://www.apple.com/developer/>
Apple Developer Technical Support * Networking, Communications, Hardware
_______________________________________________
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.