Dear Sir,
I've got a problem dealing with mnogosearch Windows COM
object (in VBA or
PHP).
After installing the demo version available on your website,
I did a
regsvr32 "c:\Program
Files\mnoGoSearch\searchcom.dll"
without any error message. The typelib seems to register
without problem.
But when I try to do a VBA call (in Excel)
Set engine =
Server.CreateObject("MnoGoSearch.GoSearch")
I've got an Error 424: Object Requested (even after
checking the
mnogoservice 1.0 typelib in the references).
I've got the same problem when using the software with PHP.
When I do the
following code within PHP (XAMPP version)
$agent = new COM('MnoGoSearch.GoSearch')
or die('Can\'t create COM object
MnoGoSearch.GoSearch');
It gives me an error and the code stop at this line (without
the expected
message: Can't create COM object MnoGoSearch.GoSearch).
For your information, when I'm executing the following line
in PHP:
define('MNOGOSEARCH_WIN32',
(strtoupper(substr(PHP_OS,0,3))=='WIN') &&
extension_loaded('COM'));
if (!MNOGOSEARCH_WIN32) die('MnoGoSearch COM not loaded');
I've got the message "MnoGoSearch COM not
loaded".
Am I doing something wrong or is it a well known bug ?
Thanks in advance for your help.
Sylvain.
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.392 / Virus Database: 268.6.0/341 - Release
Date: 16/05/2006
------------------------------------------------------------
---------
To unsubscribe, e-mail: windows-unsubscribe mnogosearch.org
For additional commands, e-mail: windows-help mnogosearch.org
|