I have 2 project and have group it, is it possible to share one modules and other resources in project GROUP, how ?
thks cyrus
Printable View
I have 2 project and have group it, is it possible to share one modules and other resources in project GROUP, how ?
thks cyrus
Does this group consist of Standard EXE projects alone ¿
If that is the case, you'd need to make them communicate with one another, by creating an ActiveX EXE project instead
If you want to share a module, you have to add it to both projects within the group.
If you want to make changes to it, the IDE will only allow to open it once for editing, so both projects will always share the same module and be aware of all changes you make.
If you want to edit the module, it does not matter, if you double click it in the first or in the second project. It is both the same file.