I created a form class (tform based on form) and stored it in a classlib. I then created two sub-class forms based on tform stored in the same classlib. I added the classlib to the project. I can modify tform and the two sub-class forms from the project. The sub-class forms inherit and display properties and methods setup in the parent class, tform. I have a menu setup (also in the project) that calls the two sub-class forms.
When I compile the project for and EXE it tells me the two sub-classed forms can not be found, undefined. The tform exists outside the classlib as a physical .scx and .sct, the two sub-class forms do not(only in classlib). I added a SET CLASSLIB TO myclasslib in the main.prg which does not help. Obviously I am missing something here. Any help would be appreciated.
Thanks,
John
When I compile the project for and EXE it tells me the two sub-classed forms can not be found, undefined. The tform exists outside the classlib as a physical .scx and .sct, the two sub-class forms do not(only in classlib). I added a SET CLASSLIB TO myclasslib in the main.prg which does not help. Obviously I am missing something here. Any help would be appreciated.
Thanks,
John