I am writing an ActiveX DLL that only has functions that I am exposing to other programs. There is no classes, methods, properties, just public functions.
I make sure that programs reference that dll file in References. However; it seems like progs don't see those functions, when I run them. Is there something that I am missing?

Thanks.