• 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
Re: CC_OPT_GETMISCINFO status ??? solution !!!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CC_OPT_GETMISCINFO status ??? solution !!!


  • Subject: Re: CC_OPT_GETMISCINFO status ??? solution !!!
  • From: Jérome Foucher <email@hidden>
  • Date: Fri, 14 Jun 2002 09:38:34 +0200

On vendredi, juin 14, 2002, at 09:17 , Jirome Foucher wrote:

On vendredi, juin 14, 2002, at 12:01 , Herb Hrowal wrote:

Unfortunately, I always receive error -3151 (kOTBadOptionErr) when
trying to do that.
Only the PP_OPT_GETCURRENTSTATE call work.

This is a documented problem although I don't remember where we found the
answer. The solution is to modify the initialization of the TOption and
TOptMgmt structures. On both structures you need to set the len member
to the full size of the buffer instead of just the size of the TOption
structure. Just use the same value you use for maxlen.

After making this change our PPP status problems on X went away and things
still worked beautifully on 9.

Sorry, but this still doesn't work for me.
I've also been told to zero-out the structure before sending it to OTOptionManagement, but this also doesn't work.

I've enclosed my code below.

Can anyone point out what's wrong ?


I just answer to myself (and to whoever couldn't sleep last night) :

the solution is to :
allocate a buffer long enough. Mine was only sizeof(TOption)+ sizeof(CCMiscInfo).
I added a sizeof(UInt32)
zero it out
set the len members to the full size of the buffer.

And now it works perfectly !!

Thanks everybody for the help !

Now, anybody got the notifiers to work on Jaguar ?????

Jirome
_______________________________________________
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.

References: 
 >Re: CC_OPT_GETMISCINFO status ??? (From: Jérome Foucher <email@hidden>)

  • Prev by Date: Porting SimpleHTTPServer to CW/C++
  • Next by Date: detecting macos currently running on any macintosh machine on the network
  • Previous by thread: Re: CC_OPT_GETMISCINFO status ???
  • Next by thread: Daemon not loading
  • Index(es):
    • Date
    • Thread