Thanks for the reply Rob. Yes, the problem is because I've delcared them twice. Is there any equivalent to the "C" header file for Delphi? I'm not sure where such a declaration could be placed.
Thanks in advance for the help - Ken --- In [email protected], Rob Kennedy <[EMAIL PROTECTED]> wrote: > > kenhaile wrote: > > Case 1: I get an error telling me that the parameter type is different > > than the passed parameter. > > You've declared the enumerated type exactly once, right? You shouldn't > declare anything multiple times. > > > Case 2: I try to make the receiving procedure type byte. I get the > > same error. > > That's because they're not the same types. > > > Case 3: I add the type definition from my main unit to the other unit > > - Activator. I get an error telling me that the data type between > > both units are different - even though I copied the code. > > Types declared in different units are different types, even if you > spelled their names the same. > > -- > Rob > ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

