Hi,
I need to include a .fr file within another .fr file.
I have a requirement where I need to keep one of the dialog box and it's implementation files separate from the current plug-in code that doesn't mean that I need to have a separate plug-in but I just have to keep these files separate like MyDialog.fr MyDialogID.h, MyDialogFactory.h and other implementation files separate. So that the host plug-in can just include the file MyDialog.fr in his .fr and add other files to his project it should work.
I was trying this and when defining ClassDescriptionTable encountered a warning when compiling that says multiple resources defined, as kSDKDefClassDescriptionTableResourceID is defined in "SDKDef.h" and I don't want to add another ID like kSDKDefClassDescriptionTableResourceID in there Can I just define kMyClassDescriptionTableResourceID as next ID to kSDKDefClassDescriptionTableResourceID and use it. Does that make sense or I should try that. If anyone has experience with that let me know otherwise I may have to go ahead and try.
Thanks
Shwetag
I need to include a .fr file within another .fr file.
I have a requirement where I need to keep one of the dialog box and it's implementation files separate from the current plug-in code that doesn't mean that I need to have a separate plug-in but I just have to keep these files separate like MyDialog.fr MyDialogID.h, MyDialogFactory.h and other implementation files separate. So that the host plug-in can just include the file MyDialog.fr in his .fr and add other files to his project it should work.
I was trying this and when defining ClassDescriptionTable encountered a warning when compiling that says multiple resources defined, as kSDKDefClassDescriptionTableResourceID is defined in "SDKDef.h" and I don't want to add another ID like kSDKDefClassDescriptionTableResourceID in there Can I just define kMyClassDescriptionTableResourceID as next ID to kSDKDefClassDescriptionTableResourceID and use it. Does that make sense or I should try that. If anyone has experience with that let me know otherwise I may have to go ahead and try.
Thanks
Shwetag