I have found that on one simple program, I was able to add the contents of an implementation file to the corresponding interface file, then I removed the original implementation file from the project, and everything worked fine.
Is it generally the case that the an interface and (corresponding) implementation files can be combined?
Thanks in advance for any insights.
John Doner