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.
Slick-C Error
-
- Posts: 630
- Joined: Mon May 12, 2008 10:55 am
Slick-C Error
- Attachments
-
- SE_Error_Screenshot.docx
- Screenshot of error message.
- (304.1 KiB) Downloaded 192 times
Re: Slick-C Error
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.