Is your problem that you don't know which libraries
to include, or is it that the linker complains about
unresolved external references?
-Original Message-
From: choinet
To: [EMAIL PROTECTED]
Sent: 2004-01-04 05:41
Subject: RE: [PHP-WIN] Re: GD2 function issue
.NET 2003 soon. I realize t
php-windows Digest 4 Jan 2004 11:47:05 - Issue 2066
Topics (messages 22462 through 22467):
Shopping Cart Woes!!
22462 by: kaizer boab
Re: GD2 function issue
22463 by: Svensson, B.A.T. (HKG)
22464 by: choinet
22465 by: Svensson, B.A.T. (HKG)
22466 by:
Did I just not mention which libraries to include?
Once again, the GD library requires the FreeType,
libpng, zlib, and libjpeg libraries. Anyway, no,
Visual C++ 6.0 does not complain about missing and
unresolved external references to libraries and header
files.
I have successfully compiled the ph
Hi choinet,
I did send you this information a few day ago! If you follow these
instructions it will work.
When you compile freetype2.lib (with the project and workspace files
included with the sources) you will get a library called freetype214MT.lib
or freetype214MT_D.lib (if I remember correct)
"Francesco Marsan" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
> Hi Geoff, I've seen your message on the PHP/Windows list, and I'm writing
> because I get the **exact** same problem on my box:
>
> HP Proliant dual Xeon 2,8Mhz - 1GB RAM
> PHP 4.2.2
> Apache 1.3.22
>
> On myne i
I have the following error writes set in my php.ini file:
error_reporting = E_ALL & ~E_NOTICE
For a long time, that worked just fine - giving us only errors/warnings
that we needed to see. Now, all of a sudden, we are getting notices
written to the error file. It's a problem because there ar
php-windows Digest 5 Jan 2004 03:34:21 - Issue 2067
Topics (messages 22468 through 22471):
Re: GD2 function issue
22468 by: choinet
22469 by: Frank M. Kromann
Re: weird random parse errors on PHP 4.1.x / Win2k
22470 by: Jochen Boedeker
Problem with Notices
2
Do your .htaccess files have a php_value for
error_reporting, or do the scripts have any instances
of error_reporting() in them?
--- "Madeleine D." <[EMAIL PROTECTED]> wrote:
> I have the following error writes set in my php.ini
> file:
>
> error_reporting = E_ALL & ~E_NOTICE
>
>
> For a long
First you say you have a problem with compiling DLL's.
Now you don't have a problem with that?!?
If you want/need help, please clarify your problem.
-Original Message-
From: choinet
To: [EMAIL PROTECTED]
Sent: 2004-01-04 19:03
Subject: RE: [PHP-WIN] Re: GD2 function issue
Did I just no