c++ - My OCX file is not regisrter on other system except mine -


i made ocx file (mfc active x c++) guide: link
simple ocx add tow numbers , show result. build in release mood , platforms(x86 , x64). when wrote: regsvr32 d:\mathocx.ocx , registering on pc . guide website has simple html file work mathocx , not worked me. when copy ocx system shows error :
enter image description here

when searched in google, 1 said should use c:\windows\syswow64\regsvr32 register ocx, error occurred again, 1 said should install dependencywalker.exe check dll not near file. download , put dll near ocx file. not changed , error shows again.
can now?

i used visual studio 2013. have 64b os.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -