Operating system: Windows2000 Professional
PHP version:      4.0.6
PHP Bug Type:     Compile Failure
Bug description:  unresolved externals

When try to compile a small module on VisualC++ 6.0  i get this
messages:

--------------------Configuration: variable_c - Win32
Debug--------------------
Compiling...
variable_creation.c
Linking...
variable_creation.obj : error LNK2001: unresolved external symbol
__imp__zend_hash_add_or_update
variable_creation.obj : error LNK2001: unresolved external symbol
__imp___efree
variable_creation.obj : error LNK2001: unresolved external symbol
__imp___zval_dtor
variable_creation.obj : error LNK2001: unresolved external symbol
__imp__zend_hash_find
variable_creation.obj : error LNK2001: unresolved external symbol
__imp___emalloc
Debug/variable_c.dll : fatal error LNK1120: 5 unresolved externals
Error executing link.exe.

variable_c.dll - 6 error(s), 0 warning(s)

Regards.


-- 
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