Compiling a VB6 COM DLL through command line gets

2019-08-05 13:01发布

Let dllproject.vbp be a DLL VB6 project.

Each time i compile through this Line :

VB6.EXE /MAKE dllproject.vbp  /outdir somedir

The compiler produce a dll with another CLSID. Why ?

(EDIT)

标签: com vb6 clsid
1条回答
仙女界的扛把子
2楼-- · 2019-08-05 14:01

Found why here.

In a few word, binary compatibility must be activated. A good way is to keep a copy of the dll (renamed .cmp) for example and reference this copy for version compatibility (Project -> [project name] properties....

查看更多
登录 后发表回答