Click to See Complete Forum and Search --> : ActiveX EXE's enums
Forest Dragon
Jan 2nd, 2000, 03:57 AM
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!!!
Clunietp
Jan 2nd, 2000, 09:36 AM
Is it declared as a PUBLIC enum or a PRIVATE enum. Is it in a PRIVATE class?
Forest Dragon
Jan 6th, 2000, 07:44 PM
The enum is public and the class is public. I have no idea why it doesn't work.
Frans C
Jan 7th, 2000, 02:03 AM
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?
KENNNY
Jan 7th, 2000, 02:25 AM
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
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.