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?
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
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 :-\
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.
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?
Looks like Nathan beat me to it. :)
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