|
-
Feb 9th, 2004, 08:31 AM
#1
DLL in PHP?
Hi All,
Just would like to know if you can call DLL from PHP the same way you do in ASP? If so then can any one pass me some example or links.
Thanks.
Danial
[VBF RSS Feed]
There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.
If I have been helpful, Please Rate my Post. Thanks.
This post was powered by : 
-
Feb 9th, 2004, 11:16 AM
#2
Stuck in the 80s
You can call a PHP extension in DLL form from the extension folder using the dl() function.
That's all I know of.
-
Feb 9th, 2004, 11:27 AM
#3
Originally posted by The Hobo
You can call a PHP extension in DLL form from the extension folder using the dl() function.
That's all I know of.
Hobo,
Thanks for your link. It looks like PHP version 4.2 and above seem to support calliing DLL, if this example (http://php.weblogs.com/discuss/msgReader$1481?mode=topic) is correct then i can call any dll(they seem to be calling windows API). Some mentioned that i can only use COM dll or something like that.
I am not a PHP programmer just need to add some low level functinality to a php project. Just want to make it clear, if any dll can be used or certain dll with special interface must be used. Would a DLL(ActiveX DLL) written in VB work? Or must i write it in C++
Thanks.
Danial
Thanks
[VBF RSS Feed]
There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.
If I have been helpful, Please Rate my Post. Thanks.
This post was powered by : 
-
Feb 10th, 2004, 04:54 AM
#4
You can try the PHP COM functions to see if you can get the VB DLL to work. It should work, but you know how it is...
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|