Hello!!!
I have built an ActiveX EXE project. The class I created contains an enum.
The problem is that I cannot use this enum from the application which uses the ActiveX EXE. Does someone have an idea?
Thanks!!!
Printable View
Hello!!!
I have built an ActiveX EXE project. The class I created contains an enum.
The problem is that I cannot use this enum from the application which uses the ActiveX EXE. Does someone have an idea?
Thanks!!!
Is it declared as a PUBLIC enum or a PRIVATE enum. Is it in a PRIVATE class?
The enum is public and the class is public. I have no idea why it doesn't work.
Does the ActiveX exe have more then one class? If so, are you sure you created an instance of the class that contains the enum?
What is the instancing property of the class set to?
i dont know much about activeX - i've made an activeX dll, that works, and an activeX control, but what is an activeX exe??
what makes it different from a normal exe?
------------------
cintel rules :p
www.cintelsoftware.co.uk