简体   繁体   中英

How to debug ActiveX dll in VB6?

I have two project in VB6 one is ActiveX DLL one is ActiveX EXE, as i am not able to step into ActiveX DLL project which added as reference in ActiveX EXE, can any one let me know why?

I have tried creating Project Group but still facing problem since it tries to run DLL Project even though i set EXE Project as Start UP.

Second i want to migrate ActiveX DLL in c# and then by adding COM c# dll reference in VB6 ActiveX EXE Project, i want to test and debug,

Please help with this. Thanks in advance if you can provide steps it would be great.

For the second question, a very very long time ago, I did it. generate a ".tlb" using Tlbexp.exe.

" Tlbexp.exe generates a type library with definitions of the types defined in the assembly. Applications, such as Visual Basic 6.0, can use the generated type library to link to the .NET types defined in the assembly. "

Tlbexp.exe

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM