MoreSCF troubles (beginner)
MoreSCF troubles (beginner)
- Subject: MoreSCF troubles (beginner)
- From: "Juan I. Leon" <email@hidden>
- Date: Mon, 3 Jun 2002 10:40:08 -0500
Hello folks. I have had my hands on MoreSCF and the Test code since the
alpha release (thanks). I just now got around to looking at all of it
and trying to start writing one of the routines that my University's ISP
wants.
Having said that, I am trying to make use of the MoreSCDNSDigest
construct. I am obviously not doing it correctly as I keep getting an
incompatible pointer warning when I try to assign serverAddresses and
the searchDomains . Can someone please give me an example of how to
properly set this up (I need to be able to assign multiple in_addr's and
multiple domains as well).
The following code is what I was trying to use as a base:
BlockZero(&dns, sizeof(dns));
dns.serverAddressesCount = 1;
dns.serverAddresses = CFSTR ("129.130.12.18"); //needs to be
in_addr? or cfarray?
//instead code creates 128.22.8.128 as the DNS Address...
Any help will be greatly appreciated.
_______________________________________________
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.