Date:  05/09/2005 01:30:14 PM Msg ID:  002539
From:  FoxWeb Support Thread:  002538
Subject:  Re: fw_exit & fw_enter error
Since you are using the run-time DLL, you will need to compile fw_enter.prg and fw_exit.prg whenever you modify their content.  At this point the two files have never been compiled, so you are getting an error because there is no corresponding FXP file on your server.  In the future you will need to be extra careful when you modify PRG and FWX scripts, because the VFP run-time DLL will run FXP files, regardless of whether there's a newer PRG file.
 
The easiest way to compile files with FoxWeb 3 is the new fwadmin.fwx script.

FoxWeb Support Team
support@foxweb.com email

Sent by Michael Wheat on 05/09/2005 01:11:36 PM:
Hi,
 
I either fw_exit.prg or fw_enter.prg exist in the Programs folder, I get the following errors.
 
Error trying to call postprocessor (FW_EXIT)
 
Error trying to call preprocessor (FW_ENTER)
 
I am using runtime dll's and FoxWeb version 3.0
 
I am trying to set up environment by using these two files.
 
Thank you for the help.
 
Mike