I have the following errors:
Code:
Creating library \Symbian\6.1\Series60\EPOC32\BUILD\MYPROJ\SEMADLL\GROUP\SEMADLL\WINS\UDEB\SEMACODELIB.lib and object \Symbian\6.1\Series60\EPOC32\BUILD\MYPROJ\SEMADLL\GROUP\SEMADLL\WINS\UDEB\SEMACODELIB.exp
ECC200DECODER.obj : error LNK2019: unresolved external symbol __allshr referenced in function "void __cdecl evaluatefitline2(class simplevector<struct Point> *,int,int,double,double,double,double,double *,double *,double *,double *,int,int,int)" (?evaluatefitline2@@YAXPAV?$simplevector@UPoint@@@@HHNNNNPAN111HHH@Z)
L1LINEFIT.obj : error LNK2001: unresolved external symbol __allshr
ECC200DECODER.obj : error LNK2019: unresolved external symbol __allmul referenced in function "void __cdecl evaluatefitline2(class simplevector<struct Point> *,int,int,double,double,double,double,double *,double *,double *,double *,int,int,int)" (?evaluatefitline2@@YAXPAV?$simplevector@UPoint@@@@HHNNNNPAN111HHH@Z)
L1LINEFIT.obj : error LNK2001: unresolved external symbol __allmul
ECC200DECODER.obj : error LNK2019: unresolved external symbol __allshl referenced in function "void __cdecl evaluatefitline2(class simplevector<struct Point> *,int,int,double,double,double,double,double *,double *,double *,double *,int,int,int)" (?evaluatefitline2@@YAXPAV?$simplevector@UPoint@@@@HHNNNNPAN111HHH@Z)
L1LINEFIT.obj : error LNK2001: unresolved external symbol __allshl
L1LINEFIT.obj : error LNK2019: unresolved external symbol __alldiv referenced in function "__int64 __cdecl int64median(__int64 *,int)" (?int64median@@YA_JPA_JH@Z)
\Symbian\6.1\Series60\EPOC32\BUILD\MYPROJ\SEMADLL\GROUP\SEMADLL\WINS\UDEB\SEMACODELIB.DLL : fatal error LNK1120: 4 unresolved externals
NMAKE : fatal error U1077: 'link.exe' : return code '0x460'
Stop.
I can't understand what you are doing to fix it. Is there any other way, like can I change my code?
simon