| View previous topic :: View next topic |
| Author |
Message |
js_junior
Joined: 23 May 2006 Posts: 18 Location: Macaé, RJ, Brasil
|
Posted: Thu Jul 20, 2006 12:19 am Post subject: What Compiler to Gtk2? |
|
|
Hi guys.
I looking for a compiler to make executable my PHP-Gtk2 scripts but yeat not found (the Roadsend compiler - http://www.roadsend.com - works only with Gtk1).
I just finish to install the release 1.5.1 and one questions is in my head: to distribuition of the Gnope Applications, what compiler was used? Works with Gtk2? Where I can found this?
Thanks a lot for any help. Best regards to all. |
|
| Back to top |
|
 |
cweiske
Joined: 08 Dec 2005 Posts: 454 Location: Leipzig/Germany
|
Posted: Thu Jul 20, 2006 7:30 am Post subject: |
|
|
I didn't compile any php scripts for distribution. The scripts are delivered in source code as PEAR compatible packages and installed into a PEAR installation on your computer.
The only place where a compiler was used was to compile the NSIS installer script into a .exe setup.
You can see the php sources of the scripts in C:\PHP-Gtk2\lib\pear\ |
|
| Back to top |
|
 |
leon_pegg
Joined: 12 Jun 2006 Posts: 113 Location: hemel / UK
|
Posted: Thu Jul 20, 2006 12:07 pm Post subject: |
|
|
There is Zend Guard download a demo at www.zend.com .
this works in 3 stages
1 Obfustcate sourcecode
2 Convert to byte code
3 encrypt and add restrictioins (built in or linsce file)
This work fine with php-gtk2/php-gtk
as with any method like this (including roadsend) with thye right knloage and tools the code is not 100% safe.
hope this is of help.
regards leon pegg |
|
| Back to top |
|
 |
shivaspace
Joined: 19 Jul 2006 Posts: 8
|
Posted: Thu Jul 20, 2006 1:09 pm Post subject: |
|
|
| I use Pantary's Qsetup to make a distributable package with my source code and the gtk librairies embedded, and the free Zorex encoder http://zorex.info/index.php?page=cryptz to protect the source code, dunno if it's breakable but looks real tough |
|
| Back to top |
|
 |
js_junior
Joined: 23 May 2006 Posts: 18 Location: Macaé, RJ, Brasil
|
Posted: Thu Jul 20, 2006 1:25 pm Post subject: |
|
|
Guys,
Thanks a lot for all answers. I will make tests with indicated compilers.
cweiske,
| cweiske wrote: | | I didn't compile any php scripts for distribution... |
So sorry for my incorrect affirmation. I confused me (the executables, in realy, have in Glade not in Gnope. Sorry again.
Thanks again for all. Regards, |
|
| Back to top |
|
 |
|