|
-
Jan 2nd, 2000, 04:57 AM
#1
Thread Starter
Addicted Member
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!!!
-
Jan 2nd, 2000, 10:36 AM
#2
Guru
Is it declared as a PUBLIC enum or a PRIVATE enum. Is it in a PRIVATE class?
-
Jan 6th, 2000, 08:44 PM
#3
Thread Starter
Addicted Member
The enum is public and the class is public. I have no idea why it doesn't work.
-
Jan 7th, 2000, 03:03 AM
#4
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?
-
Jan 7th, 2000, 03:25 AM
#5
Hyperactive Member
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 
www.cintelsoftware.co.uk
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|