I am getting the following error when trying to compile a program. I have been getting this on my laptop for a while, but hadn't looked into the issue. I had 2 desktops that were both working fine. This morning I update my Jose Include files to make sure I was running the latest (106), I am now getting the error on the desktop, so I think I have narrowed down the laptop issue.
Does someone have a link to the 105 include files?
Here is a screenshot of the error
[img[/img]
HTH,
Gary
Hmmm... seems to me that you may be running an earlier version of FF 3.70 that had the experimental Firefly Class Framework enabled. Go into the *.ffp file for your project and search for this line:
UseObjectFramework=0
Ensure that it is set to zero.
FYI - in an earlier version of Jose's includes he had spelled "Right" as "Rigth" in Edit_GetrightMargin. He has long fixed that typo but the experimental FF Class Framework used the original typo version.
Paul,
It does appear that UseObjectFramework=1 is set wrong. Does that indicate I should re-download 3.70 to a newer version or is simply changing the 1 to a 0 enough? I am not sure if the registered 3.70 version is a recent download or one that I have had around for a while.
Thanks,
Gary
Hi Gary, changing the 1 to 0 should be enough. The only difference in the current 3.70 download is that the framework is totally disabled.
http://www.planetsquires.com/protect/forum/index.php?topic=3416.msg24827
Paul.
So you decided not to use the object framework? What happens when I set UseObjectFramework=0, I get errors on all handles for instance that use the object notation.
If I leave UseObjectFramework=1 and load an older version of Jose' includes, all works fine. Is there any problems doing things this way, or should I change UseObjectFramework=0 and make the changes to each handle?
Thanks,
Gary
Hi Gary,
Yes that's right, I decided not to continue to pursue the object framework because PowerBasic went belly up and it seemed pointless to invest such an incredible amount of effort adding to FireFly until such time as PB showed a glimmer of life. :)
You're better off making the changes to each handle. Sorry for the additional work.
No problem Paul. I am early enough in the conversion, now, that it won't be that big of a deal. I have to admit I do like that object type notation though 😄
Thanks,
Gary