W
Woo Mun Foong
I have written some classes using Access XP ,successfully compiled as a MDE.
I would like to take this MDE and share it with my team members in the form
of AddIn. (Reference)
My intention is for my team members to add a reference of MDE to their MDB
and they can start using my classes inside their MDB.
However when they try to do it, the compiler gives error.
For example : (in my team member MDB)
Dim cFileObj as clsFileInfo
(where clsFileInfo is a class created by me inside another MDB)
The compiler complains :- User-defined type not defined
Please help.
I would like to take this MDE and share it with my team members in the form
of AddIn. (Reference)
My intention is for my team members to add a reference of MDE to their MDB
and they can start using my classes inside their MDB.
However when they try to do it, the compiler gives error.
For example : (in my team member MDB)
Dim cFileObj as clsFileInfo
(where clsFileInfo is a class created by me inside another MDB)
The compiler complains :- User-defined type not defined
Please help.