[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ns] Visual C++ Compile Question
Has anyone seen this kind of error when compiling? I had not changed anything
on my ns install to the best of my knowledge and these errors just appeared
after I attempted to delete all object files and do a full recompile. Any
help would
be appreciated. Thanks!
Aaron
hackloss.o : error LNK2005: "struct _LINK * __stdcall DeleteFromList(struct
_LIS
T *,struct _LINK *)" (?DeleteFromList@@YGPAU_LINK@@PAU_LIST@@PAU1@@Z)
already de
fined in scheduler.o
hackloss.o : error LNK2005: "struct _LINK * __stdcall
AddToFrontOfList(struct _L
IST *,struct _LINK *)" (?AddToFrontOfList@@YGPAU_LINK@@PAU_LIST@@PAU1@@Z)
alread
y defined in scheduler.o
hackloss.o : error LNK2005: "struct _LINK * __stdcall AddToEndOfList(struct
_LIS
T *,struct _LINK *)" (?AddToEndOfList@@YGPAU_LINK@@PAU_LIST@@PAU1@@Z)
already de
fined in scheduler.o
hackloss.o : error LNK2005: "struct _LINK * __stdcall
DeleteFromFrontOfList(stru
ct _LIST *)" (?DeleteFromFrontOfList@@YGPAU_LINK@@PAU_LIST@@@Z) already defined
in scheduler.o
hackloss.o : error LNK2005: "struct _LINK * __stdcall
DeleteFromEndOfList(struct
_LIST *)" (?DeleteFromEndOfList@@YGPAU_LINK@@PAU_LIST@@@Z) already
defined in s
cheduler.o