Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XFRX - Cannot load xfrxlib.fll
Message
From
28/07/2004 14:43:29
John Deupree
Long Term Care Authority
Tulsa, Oklahoma, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
XFRX - Cannot load xfrxlib.fll
Miscellaneous
Thread ID:
00928827
Message ID:
00928827
Views:
899
We recently purchased XFRX and I am trying to build an exe for our users.

I placed xfrx.fxp in my project and compiled. I have placed the hndlib.dll, xfrxlib.fll, and zlib.dll files in the same location as the exe. Unfortunately, I still receive the 'Cannot load xfrxlib.fll' message.

I have looked at the manual online but did not find anything to assist me.

Does anyone have a suggestion to resolve this? Or, can you tell me where additional documentation is available that may assist?

Below is my code that instantiates XFRX. cFileName2 contains the fullpath and filename.

SET PROCEDURE TO xfrx.fxp
LOCAL loSession, lnRetval
loSession=xfrx("XFRX#INIT")

lnRetval = loSession.SetParams(cFileName2,' ',.T.,,.F.,.T.,"DOC")
loSession.ProcessReport(cWhichReport)
loSession.finalize()

Thank you for your time and consideration.

Priscilla
Next
Reply
Map
View

Click here to load this message in the networking platform