abstract:
The control is part of a project with a "main" executable, which you use to test your control. After all the functions work properly, you remove the "main" and compile as a DLL. You'll have to check with your compiler to see if it has that option.
I'm not an expert on this, by any means, but I have made them before. But with VB and VC++. And it's been years.
DLL stand for "Dynamic Link Library". If you've made activeX applications or controls, it's very similar. You make a control with all the functions you want. The control is part of a project with a "main" executable, which you use to test your control. After all the functions work properly, you remove the "main" and compile as a DLL. You'll have to check with your compiler to see if it has that option. |