<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for Swiftly Tilting</title>
	<link>http://www.swiftlytilting.com</link>
	<description>usability. reusability.</description>
	<pubDate>Sat, 13 Mar 2010 11:30:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>Comment on phc-win 0.3.1 - a PHP EXE compiler by swiftlytilting</title>
		<link>http://www.swiftlytilting.com/2009/12/17/phc-win-031-a-php-exe-compiler/#comment-116781</link>
		<author>swiftlytilting</author>
		<pubDate>Wed, 10 Feb 2010 06:44:08 +0000</pubDate>
		<guid>http://www.swiftlytilting.com/2009/12/17/phc-win-031-a-php-exe-compiler/#comment-116781</guid>
		<description>Hi Luca

Thanks for the report on different OS versions.  I'm not able to offer much help as I'm not an expert in windows executables.  It seems PHP 5.3.0 might only  be 100% compatible with Windows XP SP2 and up.  In the past the biggest complaint about phc-win is that it wasn't up to date, so now I want to keep moving forward and not worry so much about backward compatibility.</description>
		<content:encoded><![CDATA[<p>Hi Luca</p>
<p>Thanks for the report on different OS versions.  I&#8217;m not able to offer much help as I&#8217;m not an expert in windows executables.  It seems PHP 5.3.0 might only  be 100% compatible with Windows XP SP2 and up.  In the past the biggest complaint about phc-win is that it wasn&#8217;t up to date, so now I want to keep moving forward and not worry so much about backward compatibility.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on phc-win 0.3.1 - a PHP EXE compiler by Luca Regoli</title>
		<link>http://www.swiftlytilting.com/2009/12/17/phc-win-031-a-php-exe-compiler/#comment-116780</link>
		<author>Luca Regoli</author>
		<pubDate>Wed, 10 Feb 2010 05:50:36 +0000</pubDate>
		<guid>http://www.swiftlytilting.com/2009/12/17/phc-win-031-a-php-exe-compiler/#comment-116780</guid>
		<description>Hey I found a very strange behavior of phc-win 0.3.1!
I compiled my test appl under my XP machine at work and it works. The same I did at home with Vista (argh!!!!) and it works (unbelievable! ;)).
Now that's the foolish thing: at work I use 4 servers all of them are Windows Server 2003 Standard Ed. SP2 (as far as I remember).
Well let's name them S1, S2, S3, S4 (S1 and S2 have 2 giga of ram, S3 and S4 have 4 giga of ram). Same Xion processors. All machines have the same load (very low only I/O). S1 and S2 are 4-processor. S3 and S4 are 8-processor machines.

Well my test executable works only on S3! On S1 won't run saying it's not an executable (I don't recall exact error but I can tell you later). On S4 it runs only after a while. Let say I run it like "test.exe -h" at the command prompt (as it is a console application) I have to wait about 40 seconds then I get the output !!!!! Of course in S3 the help answer is immediate, less than a second to do the same operation. As expected and as it works on the clients!
Any ideas??
This morning if I have time I'll try to build a win appl instead of console one so I can test if there is a problem in the EXE building as I'm lead to think.

BTW thanks for previous answers ..I saw them just now!

Luca

P.S. I do hope I'll have time soon to look into the code to write a REDO button/menu item..</description>
		<content:encoded><![CDATA[<p>Hey I found a very strange behavior of phc-win 0.3.1!<br />
I compiled my test appl under my XP machine at work and it works. The same I did at home with Vista (argh!!!!) and it works (unbelievable! ;)).<br />
Now that&#8217;s the foolish thing: at work I use 4 servers all of them are Windows Server 2003 Standard Ed. SP2 (as far as I remember).<br />
Well let&#8217;s name them S1, S2, S3, S4 (S1 and S2 have 2 giga of ram, S3 and S4 have 4 giga of ram). Same Xion processors. All machines have the same load (very low only I/O). S1 and S2 are 4-processor. S3 and S4 are 8-processor machines.</p>
<p>Well my test executable works only on S3! On S1 won&#8217;t run saying it&#8217;s not an executable (I don&#8217;t recall exact error but I can tell you later). On S4 it runs only after a while. Let say I run it like &#8220;test.exe -h&#8221; at the command prompt (as it is a console application) I have to wait about 40 seconds then I get the output !!!!! Of course in S3 the help answer is immediate, less than a second to do the same operation. As expected and as it works on the clients!<br />
Any ideas??<br />
This morning if I have time I&#8217;ll try to build a win appl instead of console one so I can test if there is a problem in the EXE building as I&#8217;m lead to think.</p>
<p>BTW thanks for previous answers ..I saw them just now!</p>
<p>Luca</p>
<p>P.S. I do hope I&#8217;ll have time soon to look into the code to write a REDO button/menu item..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on phc-win 0.3.1 - a PHP EXE compiler by Luca Regoli</title>
		<link>http://www.swiftlytilting.com/2009/12/17/phc-win-031-a-php-exe-compiler/#comment-116758</link>
		<author>Luca Regoli</author>
		<pubDate>Wed, 03 Feb 2010 18:39:53 +0000</pubDate>
		<guid>http://www.swiftlytilting.com/2009/12/17/phc-win-031-a-php-exe-compiler/#comment-116758</guid>
		<description>Hey!
I found the necessary DLL and it does WORK with phc-win 0.3.1

http://downloads.php.net/pierre/

It should be this:

http://downloads.php.net/pierre/php_win32service-svn-20091117-5.3-nts-VC9-x86.zip

or this:

http://downloads.php.net/pierre/php_win32service-svn20091206-5.3-nts-vc9-x86.zip

I've already forgotten!
Anyway it works.

No way for the SHMOP unfortunately.

Now I'm trying to figure out how to read a configuration file in the same dir..

Bye

Luca</description>
		<content:encoded><![CDATA[<p>Hey!<br />
I found the necessary DLL and it does WORK with phc-win 0.3.1</p>
<p><a href="http://downloads.php.net/pierre/" rel="nofollow">http://downloads.php.net/pierre/</a></p>
<p>It should be this:</p>
<p><a href="http://downloads.php.net/pierre/php_win32service-svn-20091117-5.3-nts-VC9-x86.zip" rel="nofollow">http://downloads.php.net/pierre/php_win32service-svn-20091117-5.3-nts-VC9-x86.zip</a></p>
<p>or this:</p>
<p><a href="http://downloads.php.net/pierre/php_win32service-svn20091206-5.3-nts-vc9-x86.zip" rel="nofollow">http://downloads.php.net/pierre/php_win32service-svn20091206-5.3-nts-vc9-x86.zip</a></p>
<p>I&#8217;ve already forgotten!<br />
Anyway it works.</p>
<p>No way for the SHMOP unfortunately.</p>
<p>Now I&#8217;m trying to figure out how to read a configuration file in the same dir..</p>
<p>Bye</p>
<p>Luca</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on phc-win 0.3.1 - a PHP EXE compiler by swiftlytilting</title>
		<link>http://www.swiftlytilting.com/2009/12/17/phc-win-031-a-php-exe-compiler/#comment-116757</link>
		<author>swiftlytilting</author>
		<pubDate>Wed, 03 Feb 2010 17:35:07 +0000</pubDate>
		<guid>http://www.swiftlytilting.com/2009/12/17/phc-win-031-a-php-exe-compiler/#comment-116757</guid>
		<description>win32service is available here:  http://downloads.php.net/pierre/  download a version with VC9 in the name.  Choose the thread safe versions (TS)</description>
		<content:encoded><![CDATA[<p>win32service is available here:  <a href="http://downloads.php.net/pierre/" rel="nofollow">http://downloads.php.net/pierre/</a>  download a version with VC9 in the name.  Choose the thread safe versions (TS)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on phc-win 0.3.1 - a PHP EXE compiler by swiftlytilting</title>
		<link>http://www.swiftlytilting.com/2009/12/17/phc-win-031-a-php-exe-compiler/#comment-116756</link>
		<author>swiftlytilting</author>
		<pubDate>Wed, 03 Feb 2010 16:28:30 +0000</pubDate>
		<guid>http://www.swiftlytilting.com/2009/12/17/phc-win-031-a-php-exe-compiler/#comment-116756</guid>
		<description>Hi Luca

That means you must compiled the DLL with VC9, not the VC6 version.  I guess the ones currently on the pecl website are compiled with VC6.

As for command line, I plan on offering that in my next release :)

thanks for the using phc-win</description>
		<content:encoded><![CDATA[<p>Hi Luca</p>
<p>That means you must compiled the DLL with VC9, not the VC6 version.  I guess the ones currently on the pecl website are compiled with VC6.</p>
<p>As for command line, I plan on offering that in my next release <img src='http://www.swiftlytilting.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>thanks for the using phc-win</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on phc-win 0.3.1 - a PHP EXE compiler by Luca Regoli</title>
		<link>http://www.swiftlytilting.com/2009/12/17/phc-win-031-a-php-exe-compiler/#comment-116743</link>
		<author>Luca Regoli</author>
		<pubDate>Sun, 31 Jan 2010 12:13:39 +0000</pubDate>
		<guid>http://www.swiftlytilting.com/2009/12/17/phc-win-031-a-php-exe-compiler/#comment-116743</guid>
		<description>Hi all,
  I must say phc-win seems to be a quite good product but seems even to miss right what I'd need :(
The missing DLL that seem not to be supported are (at least):

- php_shmop.dll  (necessary fir IPC Inter-Process-Communication)
- php_win32service.dll  (necessary for creating Windows Services that respond to start/stop WinServiceManager commands)

For both I receive the infamous error:

PHP Warning:  PHP Startup: win32service: Unable to initialize module
Module compiled with module API=20060613
PHP    compiled with module API=20090626
These options need to match

Fatal error: Call to undefined function shmop_open() in
test.php on line 124

The php-embed.ini of course contains:
------ cut here -------
..
..
extension=php_shmop.dll
extension=php_win32service.dll
------ cut here -------


That's really a sin. 
I've extracted the  (dated 25-09-2008) from the phpV530 distribution.
Instead, the "php_win32service.dll" (dated ‎06-08-2008) from pecl5.2-win32-200808060430.zip found googling around on:
http://snaps.php.net/win32/

Unfortunately I don't have more recent pecl DLLs neither for "php_win32service.dll" nor for "php_shmop.dll".

BTW it could be nice to be able to run phc from the command prompt or at least have drag-n-drop enabled (drag a PHP to get the exe) in order to automatize the exe production.

Thanks a lot in advance for any eventual hint!
L.R.

P.S. Sorry for the possible cross-posting (I wasn't able to find back my already sent msg).</description>
		<content:encoded><![CDATA[<p>Hi all,<br />
  I must say phc-win seems to be a quite good product but seems even to miss right what I&#8217;d need <img src='http://www.swiftlytilting.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
The missing DLL that seem not to be supported are (at least):</p>
<p>- php_shmop.dll  (necessary fir IPC Inter-Process-Communication)<br />
- php_win32service.dll  (necessary for creating Windows Services that respond to start/stop WinServiceManager commands)</p>
<p>For both I receive the infamous error:</p>
<p>PHP Warning:  PHP Startup: win32service: Unable to initialize module<br />
Module compiled with module API=20060613<br />
PHP    compiled with module API=20090626<br />
These options need to match</p>
<p>Fatal error: Call to undefined function shmop_open() in<br />
test.php on line 124</p>
<p>The php-embed.ini of course contains:<br />
&#8212;&#8212; cut here &#8212;&#8212;-<br />
..<br />
..<br />
extension=php_shmop.dll<br />
extension=php_win32service.dll<br />
&#8212;&#8212; cut here &#8212;&#8212;-</p>
<p>That&#8217;s really a sin.<br />
I&#8217;ve extracted the  (dated 25-09-2008) from the phpV530 distribution.<br />
Instead, the &#8220;php_win32service.dll&#8221; (dated ‎06-08-2008) from pecl5.2-win32-200808060430.zip found googling around on:<br />
<a href="http://snaps.php.net/win32/" rel="nofollow">http://snaps.php.net/win32/</a></p>
<p>Unfortunately I don&#8217;t have more recent pecl DLLs neither for &#8220;php_win32service.dll&#8221; nor for &#8220;php_shmop.dll&#8221;.</p>
<p>BTW it could be nice to be able to run phc from the command prompt or at least have drag-n-drop enabled (drag a PHP to get the exe) in order to automatize the exe production.</p>
<p>Thanks a lot in advance for any eventual hint!<br />
L.R.</p>
<p>P.S. Sorry for the possible cross-posting (I wasn&#8217;t able to find back my already sent msg).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on phc-win 0.3.0 - a PHP EXE compiler - compatible with PHP 5.3.1 by Luca Regoli</title>
		<link>http://www.swiftlytilting.com/2009/12/16/phc-win-022-compatible-with-php-531/#comment-116740</link>
		<author>Luca Regoli</author>
		<pubDate>Sat, 30 Jan 2010 12:43:06 +0000</pubDate>
		<guid>http://www.swiftlytilting.com/2009/12/16/phc-win-022-compatible-with-php-531/#comment-116740</guid>
		<description>Hi, 
  I've been using BamCompiler for a while and it does work quite well for me except foreach and key stuff.. and works only for PHP4 :(.
Now I need to set up a php script as a service as I don't want to remember every time to start a little tool I wrote manually and even if I'm not logging on.
  I was trying to create a WindowService and the only way to do seems to use PECL which I found here:

http://snaps.php.net/win32/

Now the problem seems to be that PECL is version PHP 5.2 it is not compatible with PHP 5.3.1 inside phc, so I get an error:

------ cut here --------
win32service_sampleV.1.7.exe -install
PHP Warning:  PHP Startup: win32service: Unable to initialize module
Module compiled with module API=20060613
PHP    compiled with module API=20090626
These options need to match
 in Unknown on line 0
PHP Version: [5.3.1]
------ cut here --------

I was using phc-031.
Can you suggest me how solve the problem?
-1- Do I need to get back to PHP 5.2 in phc?
    a) How? Just override the DLLs ? Is it possible to redirect to a different dir
       to get old 5.2 DLLs for specific projects?
-2- Can I find Win32Service.dll (from PECL) for PHP v.5.3.1 as phcWin?

Note: Win32std is different from Win32Service.

Thanks a lot for your support.. I'm going to keep on with my php damned WindowService hard experiments .. ;)

L.R.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
  I&#8217;ve been using BamCompiler for a while and it does work quite well for me except foreach and key stuff.. and works only for PHP4 :(.<br />
Now I need to set up a php script as a service as I don&#8217;t want to remember every time to start a little tool I wrote manually and even if I&#8217;m not logging on.<br />
  I was trying to create a WindowService and the only way to do seems to use PECL which I found here:</p>
<p><a href="http://snaps.php.net/win32/" rel="nofollow">http://snaps.php.net/win32/</a></p>
<p>Now the problem seems to be that PECL is version PHP 5.2 it is not compatible with PHP 5.3.1 inside phc, so I get an error:</p>
<p>&#8212;&#8212; cut here &#8212;&#8212;&#8211;<br />
win32service_sampleV.1.7.exe -install<br />
PHP Warning:  PHP Startup: win32service: Unable to initialize module<br />
Module compiled with module API=20060613<br />
PHP    compiled with module API=20090626<br />
These options need to match<br />
 in Unknown on line 0<br />
PHP Version: [5.3.1]<br />
&#8212;&#8212; cut here &#8212;&#8212;&#8211;</p>
<p>I was using phc-031.<br />
Can you suggest me how solve the problem?<br />
-1- Do I need to get back to PHP 5.2 in phc?<br />
    a) How? Just override the DLLs ? Is it possible to redirect to a different dir<br />
       to get old 5.2 DLLs for specific projects?<br />
-2- Can I find Win32Service.dll (from PECL) for PHP v.5.3.1 as phcWin?</p>
<p>Note: Win32std is different from Win32Service.</p>
<p>Thanks a lot for your support.. I&#8217;m going to keep on with my php damned WindowService hard experiments .. <img src='http://www.swiftlytilting.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>L.R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embed JW FLV Media Player with Mediawiki using the MediawikiPlayer Extension by alex</title>
		<link>http://www.swiftlytilting.com/2009/07/31/use-jw-flv-media-player-with-mediawiki-with-the-mediawikiplayer-extension/#comment-116708</link>
		<author>alex</author>
		<pubDate>Sun, 17 Jan 2010 02:05:58 +0000</pubDate>
		<guid>http://www.swiftlytilting.com/2009/07/31/use-jw-flv-media-player-with-mediawiki-with-the-mediawikiplayer-extension/#comment-116708</guid>
		<description>Hi there !

Thanks for that great extension. I have the commercial license of the JW FLV Player and I was very very happy to find your script.

One question, is it possible at all to have a thumbnail preview to click and to open the video in either a new page or through Lightbox/Thickbox?

I have seen implementations of thickbox and lightbox into mediawiki but it looks pretty complicated and I would skip this if it's not possible to link your extension at the lightbox trick.

Thanks again!

Alex</description>
		<content:encoded><![CDATA[<p>Hi there !</p>
<p>Thanks for that great extension. I have the commercial license of the JW FLV Player and I was very very happy to find your script.</p>
<p>One question, is it possible at all to have a thumbnail preview to click and to open the video in either a new page or through Lightbox/Thickbox?</p>
<p>I have seen implementations of thickbox and lightbox into mediawiki but it looks pretty complicated and I would skip this if it&#8217;s not possible to link your extension at the lightbox trick.</p>
<p>Thanks again!</p>
<p>Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on wbObjects:  Easy Windows Programming in PHP by swiftlytilting</title>
		<link>http://www.swiftlytilting.com/2006/02/13/wbobjects-easy-windows-programming-in-php/#comment-116694</link>
		<author>swiftlytilting</author>
		<pubDate>Sat, 09 Jan 2010 06:16:45 +0000</pubDate>
		<guid>http://www.swiftlytilting.com/2006/02/13/wbobjects-easy-windows-programming-in-php/#comment-116694</guid>
		<description>well phc-win will allow any images but WinBinder only uses bmp and ico with the basic functions.</description>
		<content:encoded><![CDATA[<p>well phc-win will allow any images but WinBinder only uses bmp and ico with the basic functions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on wbObjects:  Easy Windows Programming in PHP by vague</title>
		<link>http://www.swiftlytilting.com/2006/02/13/wbobjects-easy-windows-programming-in-php/#comment-116693</link>
		<author>vague</author>
		<pubDate>Sat, 09 Jan 2010 05:08:25 +0000</pubDate>
		<guid>http://www.swiftlytilting.com/2006/02/13/wbobjects-easy-windows-programming-in-php/#comment-116693</guid>
		<description>im just looking to toss a small image in an application im working on to spruce up its visual appearance. from what i just finished reading phcwin only allows .bmp images. not a problem since there is only 1 image.</description>
		<content:encoded><![CDATA[<p>im just looking to toss a small image in an application im working on to spruce up its visual appearance. from what i just finished reading phcwin only allows .bmp images. not a problem since there is only 1 image.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on wbObjects:  Easy Windows Programming in PHP by swiftlytilting</title>
		<link>http://www.swiftlytilting.com/2006/02/13/wbobjects-easy-windows-programming-in-php/#comment-116692</link>
		<author>swiftlytilting</author>
		<pubDate>Fri, 08 Jan 2010 13:44:10 +0000</pubDate>
		<guid>http://www.swiftlytilting.com/2006/02/13/wbobjects-easy-windows-programming-in-php/#comment-116692</guid>
		<description>what do you mean by "add a jpg as a header"

I agree wbOhjects is a bit tough to follow.  I've stopped using it for the most part as it's too complex.  You might want to check out wbEvents which allows you to use more winbinder commands, but still avoids the weird event handling of WinBinder.  See this thread for more info: http://winbinder.org/forum/viewtopic.php?f=7&#038;t=852</description>
		<content:encoded><![CDATA[<p>what do you mean by &#8220;add a jpg as a header&#8221;</p>
<p>I agree wbOhjects is a bit tough to follow.  I&#8217;ve stopped using it for the most part as it&#8217;s too complex.  You might want to check out wbEvents which allows you to use more winbinder commands, but still avoids the weird event handling of WinBinder.  See this thread for more info: <a href="http://winbinder.org/forum/viewtopic.php?f=7&#038;t=852" rel="nofollow">http://winbinder.org/forum/viewtopic.php?f=7&#038;t=852</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on wbObjects:  Easy Windows Programming in PHP by vague</title>
		<link>http://www.swiftlytilting.com/2006/02/13/wbobjects-easy-windows-programming-in-php/#comment-116691</link>
		<author>vague</author>
		<pubDate>Fri, 08 Jan 2010 08:27:11 +0000</pubDate>
		<guid>http://www.swiftlytilting.com/2006/02/13/wbobjects-easy-windows-programming-in-php/#comment-116691</guid>
		<description>is there any way to add a .jpg image as a header? The wiki is a bit hard to follow in some areas.</description>
		<content:encoded><![CDATA[<p>is there any way to add a .jpg image as a header? The wiki is a bit hard to follow in some areas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on phc-win 0.3.1 - a PHP EXE compiler by swiftlytilting</title>
		<link>http://www.swiftlytilting.com/2009/12/17/phc-win-031-a-php-exe-compiler/#comment-116671</link>
		<author>swiftlytilting</author>
		<pubDate>Mon, 04 Jan 2010 06:14:28 +0000</pubDate>
		<guid>http://www.swiftlytilting.com/2009/12/17/phc-win-031-a-php-exe-compiler/#comment-116671</guid>
		<description>Hi Sid

If you are trying to pick a language to learn and make EXEs, PHP might not be the best option.  If you already know PHP and would like to make tool using PHP, then phc-win is very useful.  But in general PHP isn't well suited for application building.

By the way, Microsoft gives away a "lite" version of Visual Studio, perhaps there is a VB version?</description>
		<content:encoded><![CDATA[<p>Hi Sid</p>
<p>If you are trying to pick a language to learn and make EXEs, PHP might not be the best option.  If you already know PHP and would like to make tool using PHP, then phc-win is very useful.  But in general PHP isn&#8217;t well suited for application building.</p>
<p>By the way, Microsoft gives away a &#8220;lite&#8221; version of Visual Studio, perhaps there is a VB version?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on phc-win 0.3.1 - a PHP EXE compiler by Rockstar Sid</title>
		<link>http://www.swiftlytilting.com/2009/12/17/phc-win-031-a-php-exe-compiler/#comment-116651</link>
		<author>Rockstar Sid</author>
		<pubDate>Fri, 01 Jan 2010 08:50:51 +0000</pubDate>
		<guid>http://www.swiftlytilting.com/2009/12/17/phc-win-031-a-php-exe-compiler/#comment-116651</guid>
		<description>Jeez.. I am new to programming but I learnt how to use imacros and therefore I thought of making an app and perhaps giveaway or sell it online but I don't know how to convert files into exe.. 

I tried to convert it into VBS form and couldn't find an opensource vbs to exe.. later I thought, hey why not convert to php and then exe.. I came across many posts. Only your webpage looked genuine and I tried hell lot of unknown programs, don't know how to operate them. What advice would you give me? Php to exe or vbs to exe or c# to exe? 

And, I have downloaded older phc version.. trying to figure out things still. But, I am looking forward for your advice :)

Thanks and have a nice year ahead.</description>
		<content:encoded><![CDATA[<p>Jeez.. I am new to programming but I learnt how to use imacros and therefore I thought of making an app and perhaps giveaway or sell it online but I don&#8217;t know how to convert files into exe.. </p>
<p>I tried to convert it into VBS form and couldn&#8217;t find an opensource vbs to exe.. later I thought, hey why not convert to php and then exe.. I came across many posts. Only your webpage looked genuine and I tried hell lot of unknown programs, don&#8217;t know how to operate them. What advice would you give me? Php to exe or vbs to exe or c# to exe? </p>
<p>And, I have downloaded older phc version.. trying to figure out things still. But, I am looking forward for your advice <img src='http://www.swiftlytilting.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks and have a nice year ahead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on phc-win 0.3.1 - a PHP EXE compiler by swiftlytilting</title>
		<link>http://www.swiftlytilting.com/2009/12/17/phc-win-031-a-php-exe-compiler/#comment-116643</link>
		<author>swiftlytilting</author>
		<pubDate>Thu, 31 Dec 2009 04:05:44 +0000</pubDate>
		<guid>http://www.swiftlytilting.com/2009/12/17/phc-win-031-a-php-exe-compiler/#comment-116643</guid>
		<description>I believe so, but I haven't tested to confirm.</description>
		<content:encoded><![CDATA[<p>I believe so, but I haven&#8217;t tested to confirm.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
