I'm very new to creating ActiveX components. I'm also not very experienced with web-based or multi-threaded applications, so please forgive my ignorance.
I'm working on creating a utility for one of my customers to integrate with their HTML web pages. This utility will provide them with some functions for interacting with a device connected to a serial port on their customer's computer. They will call my functions, I will interact with the device, and then I will send them a return value based on the result.
After doing some research, I believe using an ActiveX code component will help us accomplish this with a minimum of grief. What I'm not sure about is whether an ActiveX EXE or and ActiveX DLL would be better suited to this application. I've read about the difference between the two, but I'm still unclear about which would be better in this situation.
I appreciate any advice and/or guidance you might offer me. Thank you.
I'm working on creating a utility for one of my customers to integrate with their HTML web pages. This utility will provide them with some functions for interacting with a device connected to a serial port on their customer's computer. They will call my functions, I will interact with the device, and then I will send them a return value based on the result.
After doing some research, I believe using an ActiveX code component will help us accomplish this with a minimum of grief. What I'm not sure about is whether an ActiveX EXE or and ActiveX DLL would be better suited to this application. I've read about the difference between the two, but I'm still unclear about which would be better in this situation.
I appreciate any advice and/or guidance you might offer me. Thank you.