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 :
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
Post a Comment