Enumeration problem...

  • Thread starter Thread starter mutant
  • Start date Start date
M

mutant

Guest
Hi.
I created a dll that contains an enumeration, I want to be able to pass the values of that enumerations to other functions in that dll but when I try to use in code I get variable not declared error, enumeration is public btw. I never really used enumerations so i have this little problem :rolleyes:
 
make sure you add reference to that .dll to your project if it is not written in the same project

if the reference is there already... make sure you use the complete namespace

your error message doesn't seem to match up with your question... are you sure it's the enumeration that's the problem

maybe these ideas will at least get u on some sort of track
 
Back
Top