Code Monkey home page Code Monkey logo

freemobile.sendsms's Introduction

FreeMobile.SendSMS

Envoi de SMS à votre compte freemobile depuis un PC

Developpement sous Harbour core V 3 (une evolution open source de Clipper 5) :

https://github.com/harbour/core#how-to-get

Telechargez la derniere version du compilateur Harbour ici (harbour-nightly-win.exe) :

https://sourceforge.net/projects/harbour-project/files/binaries-windows/nightly/

=> A installer dans un dossier racine \HB32 (C:\hb32 par exemple)

Pour Compiler vous-même : Sous le dossier \HB32, creez un dossier FreeMobile, Y Recopier l'ensemble des fichiers github.

Telechargez la derniere version de curl pour windows (https://github.com/vszakats/curl-for-win)

Sur la page ci-dessous :

https://bintray.com/vszakats/generic/curl/7.59.0

=> Prendre la version du .ZIP suivante : curl-7.59.0-win32-mingw.zip

Dans le .ZIP, dossier lib, extraire les 2 librairies : libcurl.a et libcurl.dll.a

vers le dossier \HB32\lib\win\mingw

Extraire aussi la DLL du dossier bin : libcurl.dll

vers le dossier \HB32\FreeMobile. Elle sert à l'executable final SendSms.exe

Pour compiler, dans le dossier FreeMobile, Tapez : C SendSMS

=> Le fichier SendSMS.exe est alors créé.

Sinon, l'excutable opérationnel est fourni dans github Pour fonctionner, il a besoin des différentes DLL fournies dans le dossier qui proviennent de Harbour et Curl pour windows.

Usage de l'executable :

SendSMS sans parametre affiche l'aide.

SendSMS "Message à transmettre"

Exemple : SendSMS "Ceci est un message d'essai"


freemobile.sendsms's People

Contributors

ungaro59 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.