mskeel
Well-known member
I would like to create a .dll of a class I reuse regulary and I need some help.
I keep getting the following errors on the command line compilation,
C:> vbc -t:library myClass.vb
Error BC30002: type ArrayList is not defined
Error BC30002: type HashTable is not defined
is this a linker problem (am I not linking properly)? Am I not importing other libraries correctly?
A little help with the command line compalitaion is greatly appreciated.
Thank you
I keep getting the following errors on the command line compilation,
C:> vbc -t:library myClass.vb
Error BC30002: type ArrayList is not defined
Error BC30002: type HashTable is not defined
is this a linker problem (am I not linking properly)? Am I not importing other libraries correctly?
A little help with the command line compalitaion is greatly appreciated.
Thank you