Some VERY short instructions to get this to work:

Using bcc32 to compile with an installed copy of Borland C++ Builder
should do the trick easily. If you want to use another compiler you're
on your own to figure out if all the included files are there. I think 
this will not really be a problem :-)

compile command: bcc32 send_sms.cpp 

The program needs a config file <program name>.cfg in the current 
directory, otherwise it will quit directly... The config file should 
consist of 3 lines, containing the following information:

ipaddress sms server
sms_serv port
sms service centre

There's an example .cfg file in the 'distribution'... just fill in the 
lines yourself :-)

Using the program is plain simple, and you get some short help 
starting send_sms without any parameters...

That's all for now.... i you have problems geting it to work i can be 
contacted at mellie@xs4all.nl




