Hello,

I've set my VC++ 6.0 as I've been told to do here, and my extensions compile
without any problems, errors or warnings. However, when it comes to linking
I get the following error:

php_test.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) int __cdecl zend_parse_parameters(int,void * * *,char
*,...)" (__imp_?zend_parse_parameters@@YAHHPAPAPAXPADZZ)
..\..\Release_TS/php_Test.dll : fatal error LNK1120: 1 unresolved externals

I've made sure to include php4ts.lib in the project, so I have no idea what
the problem could be.

Note: I'm using the php4ts.lib from PHP version 4.1.2, but actually using
PHP version 4.2.0
I'm not sure if this could be the problem, but I couldnt find php4ts.lib
anywhere else but in the
4.1.2 dist.


Thanks.



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to