
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Software based on contact's archive for sending SMS (short message system) versus italian vodafone phones and others (with virgilio/tin ADSL account).
Based on engineSMS, shared library for linux and win, to create own several programs with the most popular languages such as C,C++,php,ASP,python etc...
Contains API for simply requests similar to software's implementation above .
9 years ago
If you are an american or canadian user with a Nokia C7/N8 you can download for free TheCommuter
(http://qt-apps.org/content/show.php/TheCommuter+-+FREE+for+American+N8+%26+C7!?content=139960)
Virgilio ADSL is not supported more.
Vodafone also is not supported.
Using engineSMS.so/dll is possible to create owner SMS sender ADLS based service and than modify your goLinuxSMS/goWinSMS which are open.
New web-site link is added.
9 years ago
If you are an american or canadian user with a Nokia C7/N8 you can download for free TheCommuter
(http://qt-apps.org/content/show.php/TheCommuter+-+FREE+for+American+N8+%26+C7!?content=139960)
Virgilio ADSL is not supported more.
Vodafone also is not supported.
Using engineSMS.so/dll is possible to create owner SMS sender ADLS based service and than modify your goLinuxSMS/goWinSMS which are open.
New web-site link is added.
bitcrazy
9 years ago
m0nk
Report
soulrebel
14 years ago
i will report this.
Report
AlterX
14 years ago
I don't think...
Report
soulrebel
14 years ago
read the gpl, man!
you cannot link with not-gpl-compatible code! it is as easy as that.
if you dont know than dont use the gpl.
Report
soulrebel
14 years ago
i am absolutely 100% sure that you may never distribute a GPLed work that links (dynamically or statically) to gpl-incomptible libraries.
when two works are linked together they form one derived work. the terms of the gpl clearly state that derived works must be 100% gpl-compatible.
but really, why dont you just opensource it, if your are the copyright holder?
Report
AlterX
14 years ago
Bye
Report
AlterX
14 years ago
Please see nvidia-settings tools (which is in QT or gnome), that use libGL.so (closed library)!
Report
AlterX
14 years ago
And than libGL.so (closed nvidia) how is used within Xorg and kde?!?
Than if it is so, I just convert linked library with dinamically linked?!?
Report
soulrebel
14 years ago
you know that the gpl does not allow bundling with gpl-incompatible libraries?
even if you dont mingle the code, you must not link with non-gpl libraries if they arent system libraries (i.e. you may link against a closed source c-library but not against a module or other library). it explicitly states that anything you distribute with the free program must also be free.
QUOTE:
For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable.
However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable.
so please release the source for the smslibrary or chose a different license.
Report
soulrebel
14 years ago
the previous poster is wrong though:
your library does definitely not fall under the "system-library-exception".
you would have to add a special extension to your license code, as described on the faq.
then again because the resulting license is less free than the regular gpl, this will render it incompatible with other gpl-code!
since it is incompatible with the gpl it cannot be used with qt.
but since you are the author, why dont you just opensource it?
Report
kreen
15 years ago
I can't build the program with kdevelop because a lack of headers...
OneShot.h and QTimerThread.h
Ciao.
Igor
Report
AlterX
15 years ago
Ciao
Report
felipe
15 years ago
Report
AlterX
15 years ago
P.S. che cosa significa?!? ti stupisce che sono un programmatore della vecchia scuola?!?
Report
ramiel
13 years ago
Report
gohanz
15 years ago
http://www.slacky.it
http://www.slacky.it/index.php?option=com_remository&Itemid=29&func=fileinfo&filecatid=699&parent=category
Report
poisoned
15 years ago
Report
mabs
15 years ago
http://www.gnu.org/licenses/gpl-faq.html#TOCWindowsRuntimeAndGPL
But you can not do the other way around, link a non-free/closed source program/library against a GPLed one.
Report
AlterX
15 years ago
But library was developed from me, and is free...
where is violation?!?
Report
poisoned
15 years ago
Report
AlterX
15 years ago
software is in GPL license with source;
I don't think there is illegality linking free library!
However, if it is, what license I would use to avoid this?!?
Thanks
Report
gohanz
15 years ago
But i write
qmake and make, but this is the output of compiler, on my Slackware 10.2.
[email protected]:~/Desktop/gosms/goSMS-1.0-source# qmake
[email protected]:~/Desktop/gosms/goSMS-1.0-source# make
cd src && make -f Makefile
make[1]: Entering directory `/root/Desktop/gosms/goSMS-1.0-source/src'
make[1]: *** No rule to make target `/usr/share/qt3/mkspecs/default/qmake.conf', needed by `Makefile'. Stop.
make[1]: Leaving directory `/root/Desktop/gosms/goSMS-1.0-source/src'
make: *** [sub-src] Error 2
Report
AlterX
15 years ago
You'll do this for mkspecs too and so on.
Report
gohanz
15 years ago
/usr/lib/qt/mkspecs/default/qmake.conf
but the output of the compiler give
/usr/lib/qt3/mkspecs/default/qmake.conf
Sono Italiano anch'io :) [email protected] se puoi darmi una dritta!!
Report
AlterX
15 years ago
Report