G
Guest
H
I'm trying to "link" my library of custom controls to a program I am writing. I would like to be able to include the controls on build time and not distribute them in a seperate .dll. I have been reading up on Private and Global Assemblies and feel that I am on the right track but not quite. I can run the program on my computer but only after I register my control as a Global Assemblie or if the control dll is in the same directory as the executable. What I want to do is to include it into the executable like a static library in C++
Hopefully someone knows the solution and can help m
Regards
Ulfar
I'm trying to "link" my library of custom controls to a program I am writing. I would like to be able to include the controls on build time and not distribute them in a seperate .dll. I have been reading up on Private and Global Assemblies and feel that I am on the right track but not quite. I can run the program on my computer but only after I register my control as a Global Assemblie or if the control dll is in the same directory as the executable. What I want to do is to include it into the executable like a static library in C++
Hopefully someone knows the solution and can help m
Regards
Ulfar