<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Calling a DLL with PHP</title>
	<atom:link href="http://www.joeyrivera.com/2009/calling-a-dll-with-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joeyrivera.com/2009/calling-a-dll-with-php/</link>
	<description>Blogging about PHP, Actionscript, MySQL, and other interests.</description>
	<lastBuildDate>Sat, 04 Feb 2012 04:50:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: lawrence</title>
		<link>http://www.joeyrivera.com/2009/calling-a-dll-with-php/comment-page-1/#comment-1926</link>
		<dc:creator>lawrence</dc:creator>
		<pubDate>Tue, 10 Jan 2012 22:44:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyrivera.com/?p=293#comment-1926</guid>
		<description>I think we have to rememer that all DLLs cannot be registered or use .NET.  I&#039;m just now looking to do the same. I&#039;ve called dlls from other scripting languages in the past.  I&#039;m sure I&#039;ll find an answer.

I just wanted to mention that when working with third party dlls that all cannot be registered and developers should either code a wrapper that can be registered of document how they can be used otherwise.</description>
		<content:encoded><![CDATA[<p>I think we have to rememer that all DLLs cannot be registered or use .NET.  I&#8217;m just now looking to do the same. I&#8217;ve called dlls from other scripting languages in the past.  I&#8217;m sure I&#8217;ll find an answer.</p>
<p>I just wanted to mention that when working with third party dlls that all cannot be registered and developers should either code a wrapper that can be registered of document how they can be used otherwise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aruna</title>
		<link>http://www.joeyrivera.com/2009/calling-a-dll-with-php/comment-page-1/#comment-1925</link>
		<dc:creator>aruna</dc:creator>
		<pubDate>Tue, 10 Jan 2012 15:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyrivera.com/?p=293#comment-1925</guid>
		<description>iam trying to call c++ dll in php.
while creating a COM object iam getting error,can&#039;t create COM object..like this...

Is it mandatory to register the dll into system to use that dll in php.
and how to write wrapper for that dll to use those functions in php..
 if anybody knows ,please clarify this.
Thanks..</description>
		<content:encoded><![CDATA[<p>iam trying to call c++ dll in php.<br />
while creating a COM object iam getting error,can&#8217;t create COM object..like this&#8230;</p>
<p>Is it mandatory to register the dll into system to use that dll in php.<br />
and how to write wrapper for that dll to use those functions in php..<br />
 if anybody knows ,please clarify this.<br />
Thanks..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey</title>
		<link>http://www.joeyrivera.com/2009/calling-a-dll-with-php/comment-page-1/#comment-1837</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Tue, 20 Sep 2011 14:00:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyrivera.com/?p=293#comment-1837</guid>
		<description>Jenny,

I&#039;m not sure I&#039;ll be much help. If I remember correctly, this only worked with some dll&#039;s I tried and not all but I could have done something wrong. Also, I think if the dll couldn&#039;t get registered with the system then I was not able to use them in PHP.</description>
		<content:encoded><![CDATA[<p>Jenny,</p>
<p>I&#8217;m not sure I&#8217;ll be much help. If I remember correctly, this only worked with some dll&#8217;s I tried and not all but I could have done something wrong. Also, I think if the dll couldn&#8217;t get registered with the system then I was not able to use them in PHP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jenny</title>
		<link>http://www.joeyrivera.com/2009/calling-a-dll-with-php/comment-page-1/#comment-1834</link>
		<dc:creator>Jenny</dc:creator>
		<pubDate>Sat, 17 Sep 2011 00:29:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyrivera.com/?p=293#comment-1834</guid>
		<description>Hi, I was wondering if you can do the following:

I have the dll of an application, this application reads two-dimensional bar codes using a webcam and decodes them to show a result, when I download the dll that came with examples of its use in vb.net, c++ y c #, but not in php . Now I need to use this application and return me the number that stores the bar code. 

Hope some advisement from you... the application is QuickMark</description>
		<content:encoded><![CDATA[<p>Hi, I was wondering if you can do the following:</p>
<p>I have the dll of an application, this application reads two-dimensional bar codes using a webcam and decodes them to show a result, when I download the dll that came with examples of its use in vb.net, c++ y c #, but not in php . Now I need to use this application and return me the number that stores the bar code. </p>
<p>Hope some advisement from you&#8230; the application is QuickMark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey</title>
		<link>http://www.joeyrivera.com/2009/calling-a-dll-with-php/comment-page-1/#comment-1829</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Fri, 02 Sep 2011 15:39:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyrivera.com/?p=293#comment-1829</guid>
		<description>Hey Eric, when I tried this I had to register the dll. To be honest, I don&#039;t remember how much time I spent trying without registering but it was how I was able to get it to work. I don&#039;t remember what the documentation says but I would assume as long as you pass a correct path to the file it should have worked. I don&#039;t know if this helps you but there seems to be a .net class object that may help you but it also uses com I believe: http://us.php.net/manual/en/class.dotnet.php</description>
		<content:encoded><![CDATA[<p>Hey Eric, when I tried this I had to register the dll. To be honest, I don&#8217;t remember how much time I spent trying without registering but it was how I was able to get it to work. I don&#8217;t remember what the documentation says but I would assume as long as you pass a correct path to the file it should have worked. I don&#8217;t know if this helps you but there seems to be a .net class object that may help you but it also uses com I believe: <a href="http://us.php.net/manual/en/class.dotnet.php" rel="nofollow">http://us.php.net/manual/en/class.dotnet.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.joeyrivera.com/2009/calling-a-dll-with-php/comment-page-1/#comment-1826</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 31 Aug 2011 22:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyrivera.com/?p=293#comment-1826</guid>
		<description>This is possible to do without register the dll?
Is possible to do without using the COM class?

Thank you.</description>
		<content:encoded><![CDATA[<p>This is possible to do without register the dll?<br />
Is possible to do without using the COM class?</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey</title>
		<link>http://www.joeyrivera.com/2009/calling-a-dll-with-php/comment-page-1/#comment-1490</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Mon, 01 Aug 2011 13:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyrivera.com/?p=293#comment-1490</guid>
		<description>Hi Alfred,

PHP can only access what is in the server and not the client so if you would need to make sure the dll is available to PHP on the server side where the PHP code relies.</description>
		<content:encoded><![CDATA[<p>Hi Alfred,</p>
<p>PHP can only access what is in the server and not the client so if you would need to make sure the dll is available to PHP on the server side where the PHP code relies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alfred co</title>
		<link>http://www.joeyrivera.com/2009/calling-a-dll-with-php/comment-page-1/#comment-1456</link>
		<dc:creator>alfred co</dc:creator>
		<pubDate>Sun, 31 Jul 2011 06:24:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyrivera.com/?p=293#comment-1456</guid>
		<description>i am a newbie on php, i wanted to ask if this sample could access the dll installed in the client machine or the server</description>
		<content:encoded><![CDATA[<p>i am a newbie on php, i wanted to ask if this sample could access the dll installed in the client machine or the server</p>
]]></content:encoded>
	</item>
</channel>
</rss>

