- Code: Select all Expand view
- #include "FiveTouch.ch"
function Main()
MsgInfo( "Hello world from Harbour iOS" )
return nil
http://wiki.fivetechsoft.com/doku.php?id=fivetouch_english
#include "FiveTouch.ch"
function Main()
MsgInfo( "Hello world from Harbour iOS" )
return nil
QProcess connectSamba;
QString mountPath = "//" + ip + "/folder/ " + mountpath;
QString terminalArgs = QString("-c \"mount -t cifs %1\"").arg(mountPath);
connectSamba.start("/bin/bash", terminalArgs);
connectSamba.waitForFinished();
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 97 guests