Hi,

Sorry, I have already handle the error. In the source code of Client.m, we 
just need to change the code like the following, and the Client could run:

-------------------------------------------------
int main(int argc, char *argv[])
{
    char *personName = argv[1];
    char *returnedNumber;
    id<TelephoneDirectory> proxyForDirectory;

    CREATE_AUTORELEASE_POOL(pool);

    proxyForDirectory = (id<TelephoneDirectory>)[NSConnection
                         rootProxyForConnectionWithRegisteredName: 
@"DirectoryServer"
                         host: @""]; // added this parameter

    ....
}

----------------------------------------

Cheers,

Xiaoming 




_______________________________________________
Discuss-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to