Date:  11/16/2001 06:41:59 AM Msg ID:  000132
From:  Cas Nuy Thread:  000118
Subject:  Re: External Libraries and FoxWeb
If you run foxweb as a service, you will get no feedback from whatever dll you are using. If it is running without any problem within Foxpro then you most likely have security issue. If your DLL makes use of a kind of printing functions to generate the images, it will only work if you have printers defined on your server and more importtantly, the service account has access to those devices (effectively to any device your DLL is using).
This apparently is a known bug with Microsoft. There is a solution which I posted here under the thread : Running as a service.

Cas

Sent by NoSpam ForMe on 11/15/2001 09:20:32 AM:
I'm compiling the PNG library (and zLib) into a DLL file.  This is where I'm getting stuck.  I can get FoxPro programs to recognize the functions in the DLL but FoxWeb can't seem to see them
----------------------------------------------------------------------
"Fox what?  Oracle's the best database out there."
  - (sheltered) database developer

"Everything worthwhile is written in Java"
  - entry-level programmer (who only knows java, apparently)

Sent by Richard Day on 11/15/2001 08:52:09 AM:
When you say you want to make use of a compiled library from FoxPro, are you referring to an FLL or a DLL? If so, that shouldn't be a problem, I am currently using an FLL for NetWare network access in a production FoxWeb system. I haven't needed to yet, but you should also be able to call a DLL function from a FoxWeb script as well.

---
Richard Day
IS Administrator
Paragon Engineering Services, Inc.
Houston, TX

Sent by NoSpam ForMe on 11/14/2001 03:37:34 PM:
Hi all,

This is a tough one.  Pardon the lengthy explanation.

I'm working on ...(and so forth)