[c++]Linker Problems

Results 1 to 1 of 1
  1. #1
    Grand Master PsyChiC is offline
    Grand MasterRank
    Sep 2006 Join Date
    570Posts

    [c++]Linker Problems

    I want to compile my project but i get this error

    Code:
    error LNK2001: unresolved external symbol "unsigned long __cdecl Intercept(int,unsigned long,unsigned long,int)" (?Intercept@@YAKHKKH@Z)
    
    error LNK2001: unresolved external symbol "void __cdecl MyThread(void *)" (?MyThread@@YAXPAX@Z)




Advertisement