theemperor
Programmer
Hi there,
I have written an ASP-application using VBScript and I use a lot of constants and arrays in include-files using the <!-- #include file="name.inc" --> tag. The application suffers from a lack of performance and I read somewhere that including lots of consts should be done via a typelib-dll in the meta-tag.
My question is how can I create such a typelib-dll in VB6?
Thanx in advance,
Robert.
I have written an ASP-application using VBScript and I use a lot of constants and arrays in include-files using the <!-- #include file="name.inc" --> tag. The application suffers from a lack of performance and I read somewhere that including lots of consts should be done via a typelib-dll in the meta-tag.
My question is how can I create such a typelib-dll in VB6?
Thanx in advance,
Robert.