2

I have used VBCCR15.OCX file in my VB6 project in order to get unicode support.

Ours is a ActiveX Dll project and we create an executable file to add and register the Project dll file and other related files in client machine at installation time. Now I need to use the project dll without registering the VBCCR15.OCX file in the client machine.

I have tried several ways.

VBCCR15.OCX thread ,I tried this. But it didn't succeeded (The process is for Standard EXE project)

I tried to use Side-by-Side configuration for that. Using Side by Side Manifest Maker, I have created manifest file for the Project.dll file (I added project.dll and VBCCR15.OCX into the Manifest maker and did build). But I don't have any idea about where to add the manifest file.

Do I need to add the manifest file into the VB6 project before create the Project.dll?

Is there any specific way to name the manifest file for 'Project.dll'?

If anybody can, please help me with this.

Thank you.

ApsSanj
  • 549
  • 7
  • 23
  • 1
    I have successfully manifested VBCCR in the past. The tool I've used is described here: https://stackoverflow.com/a/1568427/3195477. You should post some more details of what specifically you have done and what is going wrong. – StayOnTarget Mar 08 '18 at 12:26
  • Hi DaveInCaz, I have modified the content of my issue now. Actually ours is a ActiveX DLL project , I have not clearly mentioned that before. I am sorry for that. All articles I have found so far was for Standard EXE projects. I tried with the tool you have mentioned in your comment. It also seems to work with .exe files. identity [name] [description] – ApsSanj Mar 12 '18 at 07:37

0 Answers0