Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Xfrx
Message
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
Re: Xfrx
Miscellaneous
Thread ID:
00779237
Message ID:
00779370
Views:
18
This is an issue of the demo version of XFRX - it cannot be included into VFP projects, it makes VFP crash. The workaround is to invoke XFRX via macro substitution:

lcStr = "xfrx('XFRX#INIT')"
loSesstion = &lcStr

This way XFRX.APP does not get into the project and you will be able to compile without problems.

The commercial version does not have this problem. It can be included into projects without problems. Also, it can be obtained as a single .fxp file for simple compilation into the application so you wouldn't have to distribute XFRX.APP with your application.

Should you have any other questions or problems, please ask.

>I'm trying to use the xfrx with my vfp 8 project. When I build without including the xfrx.app in my project it displays unknown reference.
>
>If I include it as an application on the code page foxpro crashes with a bug report message.
>
>What is the correct way of including / accessing an app?
>
>Thanks,
>
>Dennis
Martin
Previous
Reply
Map
View

Click here to load this message in the networking platform