ApsSanj
ApsSanj

Reputation: 579

Use project dll in client machine without registering .OCX file, ActiveX Dll project

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.

Upvotes: 2

Views: 518

Answers (0)

Related Questions