|
Written a control using ATL, the original implementation is no problem, there is no problem to go online. But later, because I needed to access the functions on the webpage, I added a class that implements this function. As a result, the control cannot be self-registered. It can be manually registered with regsvr32, and it can also be registered when it is compiled, but it cannot be put on the Internet. (If it has not been registered on this machine, direct excute in VC ++ will not work)
I haven't figured it out for a long time. Please help me. |
|