Justtechjobs.com Find a programming school near you






Online Campus Both


php-developer-list | 2000101

Re: [PHP-DEV] win32 debug mode, MSVCRTD.dll. From: André Langhorst (A.Langhorst <email protected>)
Date: 10/05/00

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