PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Martin Francom on January 20, 2014, 01:51:08 PM

Title: Compiler error
Post by: Martin Francom on January 20, 2014, 01:51:08 PM
I am just now moving some of my programs over to FF37  the program compiles without a problem with FF362  but I get this error  (see picture)   What do I need to do to clear error?
Title: Re: Compiler error
Post by: David Kenny on January 20, 2014, 02:14:06 PM
Marty,

I've converted a number of mine too and not had any problems.  In my mind there is not much it could be. I would make sure that all the codegen files are removed and compile again.

This shouldn't be an issue either, but are you using the same Jose include version?

Good luck.

David
Title: Re: Compiler error
Post by: Martin Francom on January 20, 2014, 03:06:52 PM
Thanks David, I tried your suggestion. Still getting the same error message.  I am using the recommended Jose Includes.   Other programs that I have that don't have that type of statement in them have compiled OK.  Puzzling   :-\
Title: Re: Compiler error
Post by: Nathan Durland on January 20, 2014, 03:29:46 PM
I have FF 3.6, and there's no ff_control_enable_readonly.  Is this a new addition to 3.7?

I generally just do this:

SendMessage HWND_MY_CONTROL, %EM_SETREADONLY, isReadOnly, 0


isReadonly is a %True/%False flag.


Title: Re: Compiler error
Post by: Paul Squires on January 20, 2014, 03:31:22 PM
Is FF_CONTROL_ENABLE_READONLY in your FF 3.70 Library??? I don't remember that function being a standard FF function. Maybe you added it to your 3.60 library and now need to move it to the new library?
Title: Re: Compiler error
Post by: Paul Squires on January 20, 2014, 03:32:52 PM
Looks like Nathan beat me to it. :)
Title: Re: Compiler error
Post by: Martin Francom on January 20, 2014, 07:40:40 PM
Thanks Paul,   Yes, I forgot that I had added them to the 3.62 library.

Here are the library INC files for anyone that wants them. You will need to re-name them .INC