I am an experienced VB EXE programmer, but now a client is requesting me to create a program in DLL form and I am lost. I have researched this on the 'net and in books but I'm just not seeing how this process goes.
What I need is a DLL which will just return a simple string of data to the calling app. I can code the getting of the data to put into the string, but I am not sure how to code specifically for a DLL, nor am I sure how to then utilize the custom DLL once written for debugging purposes.
Can anyone give me a starting point where I can see an example of a DLL's code as well as the code calling the DLL? The closest I found was at:
But there seem to be some steps missing as I'm not sure what that author means by Dll_co_common.ClsCommon nor do I have Component Services in my control panel.
Any help would be greatly appreciated.
What I need is a DLL which will just return a simple string of data to the calling app. I can code the getting of the data to put into the string, but I am not sure how to code specifically for a DLL, nor am I sure how to then utilize the custom DLL once written for debugging purposes.
Can anyone give me a starting point where I can see an example of a DLL's code as well as the code calling the DLL? The closest I found was at:
But there seem to be some steps missing as I'm not sure what that author means by Dll_co_common.ClsCommon nor do I have Component Services in my control panel.
Any help would be greatly appreciated.