hi,
im using c++...
if i have a project with a main cpp file and another secondery cpp and they
both have header files but my problem is how can i connect them both to a
new header file ive created that containes a class ive created and should be
used by both main and secondery files...
ive tried many options but all of them returned the following resault...
"
MainWnd.obj : error LNK2005: "class LFile PFile" (?PFile@@3VLFile@@A)
already defined in ProtLab.obj
"