Results 1 to 25 of 25

Thread: [Resolved] Problems with a .dll Public Enum...

Threaded View

  1. #1

    Thread Starter
    PowerPoster rjlohan's Avatar
    Join Date
    Sep 2001
    Location
    Sydney, Australia
    Posts
    3,205

    Question [Resolved] Problems with a .dll Public Enum...

    OK, have a public Enum in a .dll.
    I want this Enum accessible by 2 separate classes.
    But when I put it in a module as a public enum, the compiler won't let me use the Enum as a parameter type in one of those classes.

    If I put it as Private in both classes, it won't be visible to external objects.

    How to get around this problemo?
    Last edited by rjlohan; Sep 3rd, 2002 at 07:21 PM.
    -----------------------------------------
    -RJ
    [email protected]
    -----------------------------------------

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