M
Mike
Earlier I posted a discussion about standard include files.
I have created a dll, but the functions and subroutines are not recognized
in my apps when I add the reference.
All functions and subroutines are declared as public.
I have tried manually typing import<namespace> and this doesn't help.
I assume there is something small I am not doing properly when I compile the
dll. Any ideas?
I have created a dll, but the functions and subroutines are not recognized
in my apps when I add the reference.
All functions and subroutines are declared as public.
I have tried manually typing import<namespace> and this doesn't help.
I assume there is something small I am not doing properly when I compile the
dll. Any ideas?