[PHP] Re: php+oracle

2002-05-29 Thread Maurice Kevenaar
Try to install the windows 2000 support tools and check width the Dependency Walker the file and ll see witch file is missing! -- Maurice "Mauricio" <[EMAIL PROTECTED]> schreef in bericht [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi for all. > I have php+apache+win2000+client oracle in my

[PHP] PFDLib Function Problem

2002-05-19 Thread Maurice Kevenaar
Hi, I'm making an script to make an PDF file width 2 windows fonts (Times new Roman and BmOCRB). When I add the second font the PDF file issn't created. here ar my font dec. $font = pdf_findfont($pdf, "Times new roman", "winansi", 1); if ($font) { pdf_setfont($pdf, $font, 12); } et