• 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
How to dialup connection?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to dialup connection?


  • Subject: How to dialup connection?
  • From: Noriaki Misawa <email@hidden>
  • Date: Tue, 25 Feb 2003 18:05:04 +0900

I use PPPLib.c, PPPLib.h and ppp_msg.h.
I want to dialup connection with Cocoa or Command Line Tool.

But It isn't works.

#include "PPPLib.h";

int main (...){

int ref;
PPPInit( &ref ); <-- OK

u_int32_t link;
PPPGetNumberOfLinks(ref,&link); <-- OK

PPPConnect(ref,link); <-- Error

...
}

PPPConnect returns error msg.
The msg is
"PPPExec(PPP_CONNECT) failed: status=19"

What is error no.19?

Does anybody have a good idea?


--
________________________________________________________________________ ____

フリービット株式会社  技術本部インターフェーステクノロジーグループ
Noriaki Misawa / 三沢 徳章 <mailto:email@hidden>
〒150-0044 東京都渋谷区円山町3番6号E・スペースタワー13F
TEL:03-5459-0522 FAX:03-5459-0523 <http://www.FreeBit.Com/>
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

  • Prev by Date: Re: vtables in objc++
  • Next by Date: NSOpenPanel Question
  • Previous by thread: Re: NSMovie playback cutout
  • Next by thread: NSOpenPanel Question
  • Index(es):
    • Date
    • Thread