First of all, we almost never respond to individuals, we always reply to 
the list.  I only CCed you in case you are unaware of that.  We do this 
mostly because then everybody can benefit from the exchange.  If you 
dont read the newsgroups for a response, dont expect to ever get an answer.

Secondly, your problem is still due to not having the proper dlls in 
your linkage step.  Check to make sure that the "php4ts.lib" file 
exists, and is in your include path.

Better yet, try to compile one of the other simple extensions, say 
'aspell'.  Then work backwards from there to make your new extension. 
Be sure to compile the "php4ts.dll" first, so you get your "php4ts.lib" 
to work with.

There could be a hundred things wrong with your build environment - the 
best advice I can possibly give is to compile an extension that ships 
with the core, and then compare the differences.

-- 

Brian 'Bex' Huff
[EMAIL PROTECTED]
Phone: 952-903-2023
Fax: 952-829-5424

>> we can only be helpful if you actually read our responses to 
>> your question.
> 
> 
> you were the only one who sended a response.
> 
> anyway, thanks for your mail. but i still get the error about unresolved
> symbols. so i commented out the code who was causing this error:
> 
> ---------------------------
> if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &parameter) ==
> FAILURE) {
>         return;
> }
> -----------------------------
> 
> 
> now it compiles with no errors. but when i want to include the extension
> with dl() php tells me this is not a php-extension !? really confusing.
> 
> 
> marco
> 



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to