|
-
Sep 2nd, 2002, 08:22 PM
#1
Thread Starter
PowerPoster
[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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|