C
Chris Lawson
Hi,
I'm made a few classes and they were all in the one file ... now i'm putting
a punch of them into another file (i called it myInterfaces) it contains the
interfaces for the classes as well as implementations.
The problem is that the complier is complaing that i have a duplicate
definition of the classes in the second file but they are NOT listed in the
original file, they are all removed ...
Any ideas why i am getting this message?
Kind regards
Chris
I'm made a few classes and they were all in the one file ... now i'm putting
a punch of them into another file (i called it myInterfaces) it contains the
interfaces for the classes as well as implementations.
The problem is that the complier is complaing that i have a duplicate
definition of the classes in the second file but they are NOT listed in the
original file, they are all removed ...
Any ideas why i am getting this message?
Kind regards
Chris