Page 1 of 1

Slick-C Error

Posted: Wed Apr 24, 2019 10:07 am
by SeeCwriter
SE, v23.0.1.2, was configured to use spaces and not tabs for indentation, and it has been working. Today I noticed that it was inserting tabs. So I opened Options/Languages/All Languages/Formatting and unchecked the "Indent with tabs" box, clicked OK, and I received Slick-C Error: Invalid object handle.
I attached a screen shot.

Re: Slick-C Error

Posted: Thu Apr 25, 2019 3:16 pm
by TomNB
This will be a wild guess, especially since I do not use slick edit, but one possibility is that its referring to one of the handles for one of the windows. I've seen this with other windows programs when options are changed for a particular window. The program attempts to read or write settings information, but for some reason it can't access the object's handle. Sometimes deleting the files that contain the settings will make an error like that go away.