Re: Calling BSD from Cocoa and/or CFM?
Re: Calling BSD from Cocoa and/or CFM?
- Subject: Re: Calling BSD from Cocoa and/or CFM?
- From: Douglas Davidson <email@hidden>
- Date: Wed, 23 Jan 2002 11:07:49 -0800
On Wednesday, January 23, 2002, at 10:17 AM, Zack Morris wrote:
Okay, I researched the problem all last night and this morning but
still
found nothing. Does anyone know why I can call getpwent() right from my
project builder app by just #including <pwd.h>, but I can't lookup the
symbol in System.framework for my carbon cfm app in codewarrior? I am
able
to lookup and call gethostname(), so what gives? Is there some
library I
need? Is the symbol in another framework, and if so, how do I find
which
framework it's in?
getpwent is in the System framework. Perhaps you could create a minimal
code sample that demonstrates your problem, and post it?
Douglas Davidson