• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Jaguar and PPPLIB
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Jaguar and PPPLIB


  • Subject: Jaguar and PPPLIB
  • From: <email@hidden>
  • Date: Mon, 28 Oct 2002 20:03:37 +0000
  • Organization: Coderus Ltd

Hi All,
Well converted over to use PPPlib to monitor the call tracking and all is
well, so I thought, as I did all my development on 10.1.5 using CW 7, and
everything working great

But I have found that on 10.2.1, my code doesn't work, as I fail to start
a connection : -

int sock;
PPPInit(&sock);
PPPGetLinkByServiceID(sock,mSetID,&mLink);
PPPDispose(sock);

...
...

int gConnectSocket;
PPPInit (&gConnectSocket);
PPPConnect( gConnectSocket, mLink );

..
....

No connection initiates, any ideas why it is different on 10.2.1, I
thought by using PPPGetLinkByServiceID, I would always get the right link
interface, so I thought it would future proof it. I know the setting are
correct, as manually connecting works fine.

I cannot debug this as I cannot build a mach-o application on 10.2.1, as CW
seems to have a problem with reading the frameworks which is definitely
unfortunate.

Thanks in advance
Mark.
_______________________________________________
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.

  • Follow-Ups:
    • Re: Jaguar and PPPLIB
      • From: Jérome Foucher <email@hidden>
    • Re: Jaguar and PPPLIB
      • From: Rich Kubota <email@hidden>
  • Prev by Date: Re: CoreFoundation socket leak?
  • Next by Date: Disposing of streams from within their callback?
  • Previous by thread: Re: Questions about Network Interface and OS X
  • Next by thread: Re: Jaguar and PPPLIB
  • Index(es):
    • Date
    • Thread