Hi,
I needed to add over 200 Class Modules to a DLL, Sounds crazy I know. The quickest way I found was to create a text file with the following
class=myclass1;myclass1.cls
class=myclass2;myclass2.cls
class=myclass3;myclass3.cls
class=myclass4;myclass4.cls
etc etc...
I then copied into the vbp directly. But I'm now getting an out of memory message box appearing when I try and load my vb project. Is there a maximum on how many classes I can have in a DLL?
Cheers
Darren