php-developer-list | 2000101
Date: 10/05/00
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #7052 Updated: CDATA causes auto generate wrong HTML header"
- Previous message: mranner <email protected>: "[PHP-DEV] PHP 4.0 Bug #7053: after second include() or require() of the same file php does not set __FILE__"
- In reply to: moshe doron: "[PHP-DEV] win32 debug mode, MSVCRTD.dll."
- Next in thread: moshe doron: "Re: [PHP-DEV] win32 debug mode, MSVCRTD.dll."
- Reply: moshe doron: "Re: [PHP-DEV] win32 debug mode, MSVCRTD.dll."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> i tring compiling php4.0.1pl2 realese and its work ok, but on the debug mode
> i get the warning:
>
> LINK : warning LNK4098: defaultlib "MSVCRT" conflicts with use of other
> libs; use /NODEFAULTLIB:library
>
> and when tring runing php.exe, i get the msgbox (Entry Point Not Found):
> " The procedure point_chkesp could not be located in the dynamic link
> library MSVCRTD.dll"
> and the program die.
>
> can some1 halp me with this problem?
yup, you need to compile the "resolv.lib" from bindlib_win32 package in
debug mode (remember to keep both .libs) and replace the other one while
building php in debug mode
andré
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #7052 Updated: CDATA causes auto generate wrong HTML header"
- Previous message: mranner <email protected>: "[PHP-DEV] PHP 4.0 Bug #7053: after second include() or require() of the same file php does not set __FILE__"
- In reply to: moshe doron: "[PHP-DEV] win32 debug mode, MSVCRTD.dll."
- Next in thread: moshe doron: "Re: [PHP-DEV] win32 debug mode, MSVCRTD.dll."
- Reply: moshe doron: "Re: [PHP-DEV] win32 debug mode, MSVCRTD.dll."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

