Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Dialling Out Re:(2)

From: justin:halls:brunel:ac at: 1-Sep-2000 8:46

Thanks, that looks great. I will try compiling for WinCE and see if it works, but I can see no reason why it should not. Justin
> -----Original Message----- > From: [d95-mjo--nada--kth--se] > [mailto:[d95-mjo--nada--kth--se]] > Sent: Wednesday, August 30, 2000 5:05 PM > To: [list--rebol--com] > Subject: [REBOL] Dialling Out Re: > > I don't know if this is what you're > looking for in this particular > case, but I have made a tiny DLL to > make it easier to call the Win32 > RAS functions from REBOL/Command > without all the annoying > Win32 structs. > > The DLL currently has function wrappers > for RasDial, RasHangup and > RasGetConnectStatus. You can find the > source for the DLL here: > > http://www.d.kth.se/~d95-mjo/rebol/dlltest.cpp > > and the /Command example script here: > > http://www.d.kth.se/~d95-mjo/rebol/dialu
p_example.r I've only tested it in Win98 and Win2000, but it seems to work. Obviously, this requires the /Command experimental version for Win9x/NT/2000. :-) /Martin Johannesson, [d95-mjo--nada--kth--se] On Wed, 30 Aug 2000 [justin--halls--brunel--ac--uk] wrote: