Why do I receive the error "ActiveX Component Can't Create Object" when referencing my COM component in my Visual Basic program?
이전 댓글 표시
I have built a COM object using the MATLAB COM Builder Toolbox for MATLAB 6.5 (R13) successfully. However, when I go to add this COM object to my Visual Basic program I get an error.
These are the steps I performed to reference my COM object in my Visual Basic application:
1. Go to Menu -> Project -> References...
2. Click the Browse... button
3. Navigate to your COM object (e.g. mycom_1_0.dll)
4. Finally click OK
After click OK, I receive the following error:
ActiveX Component Can't Create Object
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Use COM Objects in MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!