PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Martin Francom on November 07, 2011, 05:42:16 PM

Title: Compiler Error question
Post by: Martin Francom on November 07, 2011, 05:42:16 PM
I am trying to convert a  FF31/PB9 project to FF35/PB10 and I am
getting a compiler error message that I am not sure how to fix.

Error Message is:   Error 516 Deftype.... see screen print below

What do I need to do?

Title: Re: Compiler Error question
Post by: Brian Chirgwin on November 07, 2011, 07:31:07 PM

FF_Control_Enable_ReadOnly must be a function you created in FireFly 3 Function library in FF3.0.
Add it to your FireFly 3.5 library.

At least it isn't in my list of functions.
Title: Re: Compiler Error question
Post by: Martin Francom on November 07, 2011, 08:44:05 PM
Paul,
   Does version 3.5 enable/disable a control in a different manor
in FF35 than in FF31 ?
   If so, what is the new Function call.
Title: Re: Compiler Error question
Post by: Paul Squires on November 07, 2011, 09:03:48 PM
Enable/Disable a control is different than making a control (TextBox?) "readonly".

Looks like you created those functions. Check out your post from a few months ago:
http://www.planetsquires.com/protect/forum/index.php?topic=2862.msg21334#msg21334
Title: Re: Compiler Error question
Post by: Martin Francom on November 07, 2011, 09:14:07 PM
Paul,
   Yes, I found the function in the FireFly_Functions directory of the FF31 version.
I will copy them over to FF35.  Thanks