How to dialup connection?
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.