Results 1 to 5 of 5

Thread: ActiveX EXE's enums

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 1999
    Posts
    253

    Post

    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!!!




  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    Is it declared as a PUBLIC enum or a PRIVATE enum. Is it in a PRIVATE class?

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Oct 1999
    Posts
    253

    Post

    The enum is public and the class is public. I have no idea why it doesn't work.

  4. #4
    old fart Frans C's Avatar
    Join Date
    Oct 1999
    Location
    the Netherlands
    Posts
    2,926

    Post

    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?

  5. #5
    Hyperactive Member
    Join Date
    Jan 2000
    Posts
    355

    Post

    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
  •  



Click Here to Expand Forum to Full Width