From:             heitro@.bireme.br
Operating system: Windows 2000
PHP version:      4.1.1
PHP Bug Type:     Compile Failure
Bug description:  unresolved external symbols

When compiling my own php extension, I got two 
linking errors which I didnīt have when I
compiled with version 4.0.6 :

1)The ParameterPassedByReference function is not
in the php4ts.dll library as is was in the 4.0.6
version. 

2)The function wrong_param_count as replaced
by zend_wrong_param_count but even if I use the macro
WRONG_PARAM_COUNT a link error appears.

MSVC output:

Linking...
   Creating library Release/phpwin.lib and object Release/phpwin.exp
isis.obj : error LNK2001: unresolved external symbol
__imp__wrong_param_count
isis.obj : error LNK2001: unresolved external symbol
__imp__ParameterPassedByReference
Release/phpwin.dll : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.

phpwin.dll - 3 error(s), 0 warning(s)
-- 
Edit bug report at: http://bugs.php.net/?id=15067&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to