Compiler error

Started by Martin Francom, January 20, 2014, 01:51:08 PM

Previous topic - Next topic

Martin Francom

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?

David Kenny

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

Martin Francom

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   :-\

Nathan Durland

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.



Paul Squires

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?
Paul Squires
PlanetSquires Software

Paul Squires

Looks like Nathan beat me to it. :)
Paul Squires
PlanetSquires Software

Martin Francom

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