Hi,
I am using VB6.0. I'm having an Standard EXE Project. I'm having 4 ActiveX Dlls (each having a single class module and a module) and I referenced those dlls in that Std EXE Project.
I want to know which one of the following is advantageous.

1. Creating a Single Dll containing all Classes and the Modules.
2. Creating separate Dlls as I did.

Thanx for any help

Sujatha