Hi, i develop iPhone apps, and after updating to sdk 3.0, I get an error on CFWriteStreamCreateWithFTPURL while linking. This is the code I call to get the error.
streamInfo.writeStream = CFWriteStreamCreateWithFTPURL(NULL, urlRefWrite);
I have an idea that it can be solved using extern "C", but after having googled it, I have not found the solution to my problem. Any ideas?
Thanks in advance Hans Espen