Re: RasDial() API
- Posted by "Juergen Luethje" <j.lue at gmx.de> Jul 19, 2004
- 615 views
Wolf wrote: > Since I wanted more feedback, I've uploaded this, which includes the > next two demos. > > http://www.king.igs.net/~wolfritz/EuDial.zip 7 kilobytes Unfortunately, both new demos do not run as expected on my system. I think the code itself is OK, but it always calls the first RAS entry, which is a very special one on my system. Calling the second RAS entry would work fine on my system, I believe. Since you cannot know how all the systems out there look like, I think the most flexible and robust way is to use something like this: ras_dial(phone_number, user_name, pass_word) -- like in your first demo or ras_dial(name_of_the_desired_RAS_entry) Regards, Juergen