Yep, definitely ring AppleCare support. They will record the serial number of your laptop as being stolen, and if anyone rings up asking about where to get a power adaptor they will refer them to a reseller and then call that reseller to let them know. It's worth a try.
Thanks for the link wadesworld, but I'm not sure it's entirely that guy's fault. I tried using some other pcap routines in my code which were also designated "undefined symbols" by the linker. That is, until I tried bracken's method of using the "-l" flag which seems to work for me too. One...
What is a namespace, and how would I go about finding out what it is for libpcap?
P.S. libpcap is the library which programs like tcpdump, etherpeek, ntop, etc., use to capture and analyse network packets from a network device.
I'm trying to compile a simple C program which relies on the libpcap library, except everytime I try to compile it i get the error:
ld: Undefined symbols:
_pcap_lookupdev
Here is the C code:
#include [pcap.h]
#include [stdio.h]
int main()
{
char *dev...
What is the difference between the two? Can a normal cocoa application still create a .plist file? Which of the two would be best to use for certain applications?
Would it be fair to say that the features of a document-based application are just a superset of those of a normal application...
I plan to write some sort of network data tool in Cocoa which will let you know how much data you have downloaded/uploaded.
I've decided to base it on the built in tool 'tcpdump'. The problem is that if the network transfer rate is too high tcpdump will end up dropping a majority of the...
Well, the Terminal-newbie friendly way to do it would be this:
1) Right/Control-click on the UT2k3 application icon
2) Choose "Show package contents"
3) Double click on "Benchmarks"
4) Now, open the Terminal and drag one of the ".sh" files from the "Benchmarks" folder into the Terminal...