1212 <qandaentry xml : id =" faq.com.q1" >
1313 <question >
1414 <para >
15- I have built a DLL to calculate something. Is there any way to run this DLL under PHP ?
15+ I have built a DLL to calculate something. Is there any way to run this DLL under PHP?
1616 </para >
1717 </question >
1818 <answer >
2626 <qandaentry xml : id =" faq.com.q2" >
2727 <question >
2828 <para >
29- What does 'Unsupported variant type: xxxx (0xxxxx)' mean ?
29+ What does 'Unsupported variant type: xxxx (0xxxxx)' mean?
3030 </para >
3131 </question >
3232 <answer >
4444 <qandaentry xml : id =" faq.com.q3" >
4545 <question >
4646 <para >
47- Is it possible manipulate visual objects in PHP ?
47+ Is it possible manipulate visual objects in PHP?
4848 </para >
4949 </question >
5050 <answer >
6060 <qandaentry xml : id =" faq.com.q4" >
6161 <question >
6262 <para >
63- Can I store a COM object in a session ?
63+ Can I store a COM object in a session?
6464 </para >
6565 </question >
6666 <answer >
8888 <qandaentry xml : id =" faq.com.q6" >
8989 <question >
9090 <para >
91- Can I generate DLL files from PHP scripts like I can in Perl ?
91+ Can I generate DLL files from PHP scripts like I can in Perl?
9292 </para >
9393 </question >
9494 <answer >
101101 <qandaentry xml : id =" faq.com.q7" >
102102 <question >
103103 <para >
104- What does 'Unable to obtain IDispatch interface for CLSID {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}' mean ?
104+ What does 'Unable to obtain IDispatch interface for CLSID {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}' mean?
105105 </para >
106106 </question >
107107 <answer >
131131 <qandaentry xml : id =" faq.com.q8" >
132132 <question >
133133 <para >
134- How can I run COM object from remote server ?
134+ How can I run COM object from remote server?
135135 </para >
136136 </question >
137137 <answer >
150150 <qandaentry xml : id =" faq.com.q9" >
151151 <question >
152152 <para >
153- I get 'DCOM is disabled in C:\path...\scriptname.php on line 6', what can I do ?
153+ I get 'DCOM is disabled in C:\path...\scriptname.php on line 6', what can I do?
154154 </para >
155155 </question >
156156 <answer >
164164 <qandaentry xml : id =" faq.com.q10" >
165165 <question >
166166 <para >
167- Is it possible to load/manipulate an ActiveX object in a page with PHP ?
167+ Is it possible to load/manipulate an ActiveX object in a page with PHP?
168168 </para >
169169 </question >
170170 <answer >
178178 <qandaentry xml : id =" faq.com.q11" >
179179 <question >
180180 <para >
181- Is it possible to get a running instance of a component ?
181+ Is it possible to get a running instance of a component?
182182 </para >
183183 </question >
184184 <answer >
@@ -202,7 +202,7 @@ $word = new COM("C:\docs\word.doc");
202202 <qandaentry xml : id =" faq.com.q12" >
203203 <question >
204204 <para >
205- Is there a way to handle an event sent from COM object ?
205+ Is there a way to handle an event sent from COM object?
206206 </para >
207207 </question >
208208 <answer >
@@ -219,7 +219,7 @@ $word = new COM("C:\docs\word.doc");
219219 <question >
220220 <para >
221221 I'm having problems when trying to invoke a method of a COM object
222- which exposes more than one interface. What can I do ?
222+ which exposes more than one interface. What can I do?
223223 </para >
224224 </question >
225225 <answer >
@@ -232,7 +232,7 @@ $word = new COM("C:\docs\word.doc");
232232 <qandaentry xml : id =" faq.com.q14" >
233233 <question >
234234 <para >
235- So PHP works with COM, how about COM+ ?
235+ So PHP works with COM, how about COM+?
236236 </para >
237237 </question >
238238 <answer >
@@ -247,7 +247,7 @@ $word = new COM("C:\docs\word.doc");
247247 <question >
248248 <para >
249249 If PHP can manipulate COM objects, can we imagine to use
250- MTS to manage components resources, in conjunction with PHP ?
250+ MTS to manage components resources, in conjunction with PHP?
251251 </para >
252252 </question >
253253 <answer >
0 commit comments