Date:  11/15/2001 09:20:32 AM Msg ID:  000121
From:  NoSpam ForMe Thread:  000118
Subject:  Re: External Libraries and FoxWeb
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)