Hi all,
I have a problem that bother me and I wonder if I can get some sugestions here!
I have to build a dll which will expose some functions to users! I have to use for some of the functions parameters some guidance for users( like ENUM does), in order to remove inserting wrong data! ENUM is doing a perfect job in that matter but is no way to get dynamic data for that and rebuilding the dll each time a new value is inserted is not an option! The help that I need is if there is a way around or a different solution for that problem!
thank you for your time
I have a problem that bother me and I wonder if I can get some sugestions here!
I have to build a dll which will expose some functions to users! I have to use for some of the functions parameters some guidance for users( like ENUM does), in order to remove inserting wrong data! ENUM is doing a perfect job in that matter but is no way to get dynamic data for that and rebuilding the dll each time a new value is inserted is not an option! The help that I need is if there is a way around or a different solution for that problem!
thank you for your time