Hi,
This is Manohar. I tried for automated annotation program as instructed in Lead tools16. I am using VC++2005. But I am getting Linker errors of the follwing type:
Error 1 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmapBase::Combine(class LBitmapBase *,int,int,int,int,int,int,unsigned int)" (?Combine@LBitmapBase@@UAEHPAV1@HHHHHHI@Z) BitmapWindow.obj
Error 2 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmapBase::GetColorCount(unsigned int *)" (?GetColorCount@LBitmapBase@@UAEHPAI@Z) BitmapWindow.obj
Error 3 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmapBase::AlphaBlend(int,int,int,int,class LBitmapBase *,int,int,int)" (?AlphaBlend@LBitmapBase@@UAEHHHHHPAV1@HHH@Z) BitmapWindow.obj
Error 4 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::ConvertSignedToUnsigned(unsigned int)" (?ConvertSignedToUnsigned@LBitmap@@UAEHI@Z) BitmapWindow.obj
Error 5 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmapBase::FeatherAlphaBlend(int,int,int,int,class LBitmapBase *,int,int,class LBitmapBase *,int,int)" (?FeatherAlphaBlend@LBitmapBase@@UAEHHHHHPAV1@HH0HH@Z) BitmapWindow.obj
Error 6 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::AddNoise(unsigned int,unsigned int)" (?AddNoise@LBitmap@@UAEHII@Z) BitmapWindow.obj
Error 7 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::AutoTrim(int)" (?AutoTrim@LBitmap@@UAEHH@Z) BitmapWindow.obj
Error 8 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::AverageFilter(unsigned int)" (?AverageFilter@LBitmap@@UAEHI@Z) BitmapWindow.obj
Error 9 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::BinaryFilter(struct _BINARYFLT *)" (?BinaryFilter@LBitmap@@UAEHPAU_BINARYFLT@@@Z) BitmapWindow.obj
Error 10 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::ChangeContrast(int)" (?ChangeContrast@LBitmap@@UAEHH@Z) BitmapWindow.obj
Error 11 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::ChangeHue(int)" (?ChangeHue@LBitmap@@UAEHH@Z) BitmapWindow.obj
Error 12 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::ChangeIntensity(int)" (?ChangeIntensity@LBitmap@@UAEHH@Z) BitmapWindow.obj
Error 13 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::ChangeSaturation(int)" (?ChangeSaturation@LBitmap@@UAEHH@Z) BitmapWindow.obj
Error 14 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::Despeckle(void)" (?Despeckle@LBitmap@@UAEHXZ) BitmapWindow.obj
Error 15 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::Smooth(struct _SMOOTH *)" (?Smooth@LBitmap@@UAEHPAU_SMOOTH@@@Z) BitmapWindow.obj
Error 16 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::LineRemove(struct _LINEREMOVE *)" (?LineRemove@LBitmap@@UAEHPAU_LINEREMOVE@@@Z) BitmapWindow.obj
Error 17 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::BorderRemove(struct _BORDERREMOVE *)" (?BorderRemove@LBitmap@@UAEHPAU_BORDERREMOVE@@@Z) BitmapWindow.obj
Error 18 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::InvertedText(struct _INVERTEDTEXT *)" (?InvertedText@LBitmap@@UAEHPAU_INVERTEDTEXT@@@Z) BitmapWindow.obj
Error 19 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::DotRemove(struct _DOTREMOVE *)" (?DotRemove@LBitmap@@UAEHPAU_DOTREMOVE@@@Z) BitmapWindow.obj
Error 20 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::HolePunchRemove(struct _HOLEPUNCH *)" (?HolePunchRemove@LBitmap@@UAEHPAU_HOLEPUNCH@@@Z) BitmapWindow.obj
Error 21 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::Emboss(unsigned int,unsigned int)" (?Emboss@LBitmap@@UAEHII@Z) BitmapWindow.obj
Error 22 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::GammaCorrect(unsigned int)" (?GammaCorrect@LBitmap@@UAEHI@Z) BitmapWindow.obj
Error 23 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::GetAutoTrimRect(unsigned int,struct tagRECT *)" (?GetAutoTrimRect@LBitmap@@UAEHIPAUtagRECT@@@Z) BitmapWindow.obj
Error 24 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::Invert(void)" (?Invert@LBitmap@@UAEHXZ) BitmapWindow.obj
Error 25 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::HistoContrast(int)" (?HistoContrast@LBitmap@@UAEHH@Z) BitmapWindow.obj
Error 26 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::IntensityDetect(unsigned int,unsigned int,unsigned long,unsigned long,unsigned int)" (?IntensityDetect@LBitmap@@UAEHIIKKI@Z) BitmapWindow.obj
Error 27 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::MaxFilter(unsigned int)" (?MaxFilter@LBitmap@@UAEHI@Z) BitmapWindow.obj
Error 28 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::MedianFilter(unsigned int)" (?MedianFilter@LBitmap@@UAEHI@Z) BitmapWindow.obj
Error 29 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::MinFilter(unsigned int)" (?MinFilter@LBitmap@@UAEHI@Z) BitmapWindow.obj
Error 30 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::Oilify(unsigned int)" (?Oilify@LBitmap@@UAEHI@Z) BitmapWindow.obj
Error 31 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::Posterize(unsigned int)" (?Posterize@LBitmap@@UAEHI@Z) BitmapWindow.obj
Error 32 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::Solarize(unsigned int)" (?Solarize@LBitmap@@UAEHI@Z) BitmapWindow.obj
Error 33 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::SpatialFilter(struct _SPATIALFLT *)" (?SpatialFilter@LBitmap@@UAEHPAU_SPATIALFLT@@@Z) BitmapWindow.obj
Error 34 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::StretchIntensity(void)" (?StretchIntensity@LBitmap@@UAEHXZ) BitmapWindow.obj
Error 35 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::GetMinMaxBits(int *,int *)" (?GetMinMaxBits@LBitmap@@UAEHPAH0@Z) BitmapWindow.obj
Error 36 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::GetMinMaxVal(int *,int *)" (?GetMinMaxVal@LBitmap@@UAEHPAH0@Z) BitmapWindow.obj
Error 37 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::Mosaic(unsigned int)" (?Mosaic@LBitmap@@UAEHI@Z) BitmapWindow.obj
Error 38 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::Sharpen(int)" (?Sharpen@LBitmap@@UAEHH@Z) BitmapWindow.obj
Error 39 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::WindowLevelBitmap(int,int,struct tagRGBQUAD *,unsigned int,int)" (?WindowLevelBitmap@LBitmap@@UAEHHHPAUtagRGBQUAD@@IH@Z) BitmapWindow.obj
Error 40 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::ContourFilter(short,short,short,int)" (?ContourFilter@LBitmap@@UAEHFFFH@Z) BitmapWindow.obj
Error 41 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::GaussianFilter(int)" (?GaussianFilter@LBitmap@@UAEHH@Z) BitmapWindow.obj
Error 42 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::GrayScaleExt(int,int,int)" (?GrayScaleExt@LBitmap@@UAEHHHH@Z) BitmapWindow.obj
Error 43 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::ConvertToColoredGray(int,int,int,int,int,int)" (?ConvertToColoredGray@LBitmap@@UAEHHHHHHH@Z) BitmapWindow.obj
Error 44 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::BalanceColors(struct _BALANCING *,struct _BALANCING *,struct _BALANCING *)" (?BalanceColors@LBitmap@@UAEHPAU_BALANCING@@00@Z) BitmapWindow.obj
Error 45 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::SwapColors(int)" (?SwapColors@LBitmap@@UAEHH@Z) BitmapWindow.obj
Error 46 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::LineProfile(struct tagPOINT,struct tagPOINT,int * *,int * *,int * *)" (?LineProfile@LBitmap@@UAEHUtagPOINT@@0PAPAH11@Z) BitmapWindow.obj
Error 47 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::HistoEqualize(int)" (?HistoEqualize@LBitmap@@UAEHH@Z) BitmapWindow.obj
Error 48 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::AntiAlias(unsigned int,unsigned int,unsigned int)" (?AntiAlias@LBitmap@@UAEHIII@Z) BitmapWindow.obj
Error 49 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::EdgeDetector(unsigned int,unsigned int)" (?EdgeDetector@LBitmap@@UAEHII@Z) BitmapWindow.obj
Error 50 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::RemoveRedEye(unsigned long,unsigned int,int)" (?RemoveRedEye@LBitmap@@UAEHKIH@Z) BitmapWindow.obj
Error 51 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::MotionBlur(unsigned int,int,int)" (?MotionBlur@LBitmap@@UAEHIHH@Z) BitmapWindow.obj
Error 52 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::PicturizeList(unsigned int,unsigned int,unsigned int,class LBitmapList *)" (?PicturizeList@LBitmap@@UAEHIIIPAVLBitmapList@@@Z) BitmapWindow.obj
Error 53 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::PicturizeSingle(class LBitmapBase *,unsigned int,unsigned int,unsigned int)" (?PicturizeSingle@LBitmap@@UAEHPAVLBitmapBase@@III@Z) BitmapWindow.obj
Error 54 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::GetUserLookupTable(unsigned int *,unsigned int,struct tagPOINT *,unsigned int,unsigned int *)" (?GetUserLookupTable@LBitmap@@UAEHPAIIPAUtagPOINT@@I0@Z) BitmapWindow.obj
Error 55 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::AddBorder(struct _ADDBORDERINFO *)" (?AddBorder@LBitmap@@UAEHPAU_ADDBORDERINFO@@@Z) BitmapWindow.obj
Error 56 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::AddFrame(struct _ADDFRAMEINFO *)" (?AddFrame@LBitmap@@UAEHPAU_ADDFRAMEINFO@@@Z) BitmapWindow.obj
Error 57 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::Multiply(unsigned int)" (?Multiply@LBitmap@@UAEHI@Z) BitmapWindow.obj
Error 58 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::RemapHue(unsigned int *,unsigned int *,unsigned int *,unsigned int *,unsigned int)" (?RemapHue@LBitmap@@UAEHPAI000I@Z) BitmapWindow.obj
Error 59 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::LocalHistoEqualize(int,int,int,int,unsigned int,unsigned int)" (?LocalHistoEqualize@LBitmap@@UAEHHHHHII@Z) BitmapWindow.obj
Error 60 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::Wind(unsigned int,int,unsigned int)" (?Wind@LBitmap@@UAEHIHI@Z) BitmapWindow.obj
Error 61 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::Impressionist(unsigned int,unsigned int)" (?Impressionist@LBitmap@@UAEHII@Z) BitmapWindow.obj
Error 62 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::AddMessage(struct _ADDMESGINFO *)" (?AddMessage@LBitmap@@UAEHPAU_ADDMESGINFO@@@Z) BitmapWindow.obj
Error 63 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::ExtractMessage(struct _ADDMESGINFO *)" (?ExtractMessage@LBitmap@@UAEHPAU_ADDMESGINFO@@@Z) BitmapWindow.obj
Error 64 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::Cylindrical(int,unsigned int)" (?Cylindrical@LBitmap@@UAEHHI@Z) BitmapWindow.obj
Error 65 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::RadialBlur(unsigned int,unsigned int,struct tagPOINT)" (?RadialBlur@LBitmap@@UAEHIIUtagPOINT@@@Z) BitmapWindow.obj
Error 66 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::ZoomBlur(unsigned int,unsigned int,struct tagPOINT)" (?ZoomBlur@LBitmap@@UAEHIIUtagPOINT@@@Z) BitmapWindow.obj
Error 67 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::Swirl(int,struct tagPOINT)" (?Swirl@LBitmap@@UAEHHUtagPOINT@@@Z) BitmapWindow.obj
Error 68 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::HalfTone(unsigned int,int,unsigned int,struct HBITMAPLIST__ *)" (?HalfTone@LBitmap@@UAEHIHIPAUHBITMAPLIST__@@@Z) BitmapWindow.obj
Error 69 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::HalfTone(unsigned int,int,unsigned int,class LBitmapList *)" (?HalfTone@LBitmap@@UAEHIHIPAVLBitmapList@@@Z) BitmapWindow.obj
Error 70 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::BumpMap(struct _BITMAPHANDLE *,struct _BUMPDATA *)" (?BumpMap@LBitmap@@UAEHPAU_BITMAPHANDLE@@PAU_BUMPDATA@@@Z) BitmapWindow.obj
Error 71 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::BumpMap(class LBitmap *,struct _BUMPDATA *)" (?BumpMap@LBitmap@@UAEHPAV1@PAU_BUMPDATA@@@Z) BitmapWindow.obj
Error 72 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::GlowFilter(unsigned int,unsigned int,unsigned int)" (?GlowFilter@LBitmap@@UAEHIII@Z) BitmapWindow.obj
Error 73 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::EdgeDetectStatistical(unsigned int,unsigned int,unsigned long,unsigned long)" (?EdgeDetectStatistical@LBitmap@@UAEHIIKK@Z) BitmapWindow.obj
Error 74 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::Desaturate(void)" (?Desaturate@LBitmap@@UAEHXZ) BitmapWindow.obj
Error 75 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::SmoothEdges(unsigned int,unsigned int)" (?SmoothEdges@LBitmap@@UAEHII@Z) BitmapWindow.obj
Error 76 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::AutoBinary(void)" (?AutoBinary@LBitmap@@UAEHXZ) BitmapWindow.obj
Error 77 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::ChannelMix(struct _COLORDATA *,struct _COLORDATA *,struct _COLORDATA *)" (?ChannelMix@LBitmap@@UAEHPAU_COLORDATA@@00@Z) BitmapWindow.obj
Error 78 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::Ocean(unsigned int,unsigned int,int)" (?Ocean@LBitmap@@UAEHIIH@Z) BitmapWindow.obj
Error 79 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::Light(struct _LIGHTINFO *,unsigned int,unsigned int,unsigned int,unsigned long)" (?Light@LBitmap@@UAEHPAU_LIGHTINFO@@IIIK@Z) BitmapWindow.obj
Error 80 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::Dry(unsigned int)" (?Dry@LBitmap@@UAEHI@Z) BitmapWindow.obj
Error 81 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::DrawStar(struct _STARINFO *)" (?DrawStar@LBitmap@@UAEHPAU_STARINFO@@@Z) BitmapWindow.obj
Error 82 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::Skeleton(unsigned int)" (?Skeleton@LBitmap@@UAEHI@Z) BitmapWindow.obj
Error 83 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::SelectiveColor(struct _SELCLR *)" (?SelectiveColor@LBitmap@@UAEHPAU_SELCLR@@@Z) BitmapWindow.obj
Error 84 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::Correlation(class LBitmapBase *,struct tagPOINT *,unsigned int,unsigned int *,unsigned int,unsigned int,unsigned int)" (?Correlation@LBitmap@@UAEHPAVLBitmapBase@@PAUtagPOINT@@IPAIIII@Z) BitmapWindow.obj
Error 85 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::Correlation(struct _BITMAPHANDLE *,struct tagPOINT *,unsigned int,unsigned int *,unsigned int,unsigned int,unsigned int)" (?Correlation@LBitmap@@UAEHPAU_BITMAPHANDLE@@PAUtagPOINT@@IPAIIII@Z) BitmapWindow.obj
Error 86 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::AllocFTArray(struct _FTARRAY * *,unsigned int)" (?AllocFTArray@LBitmap@@UAEHPAPAU_FTARRAY@@I@Z) BitmapWindow.obj
Error 87 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::ChangeHueSatInt(int,int,int,struct _HSIDATA *,unsigned int)" (?ChangeHueSatInt@LBitmap@@UAEHHHHPAU_HSIDATA@@I@Z) BitmapWindow.obj
Error 88 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::ColorReplace(struct _COLORREPLACE *,unsigned int,int,int,int)" (?ColorReplace@LBitmap@@UAEHPAU_COLORREPLACE@@IHHH@Z) BitmapWindow.obj
Error 89 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::ColorThreshold(unsigned int,struct _COMPDATA *)" (?ColorThreshold@LBitmap@@UAEHIPAU_COMPDATA@@@Z) BitmapWindow.obj
Error 90 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::DirectionEdgeStatistical(unsigned int,unsigned int,int,unsigned long,unsigned long)" (?DirectionEdgeStatistical@LBitmap@@UAEHIIHKK@Z) BitmapWindow.obj
Error 91 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::FrqFilterMask(struct _FTARRAY *,int)" (?FrqFilterMask@LBitmap@@UAEHPAU_FTARRAY@@H@Z) BitmapWindow.obj
Error 92 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::GetStatisticsInfo(struct _STATISTICSINFO *,unsigned int,unsigned int,unsigned int)" (?GetStatisticsInfo@LBitmap@@UAEHPAU_STATISTICSINFO@@III@Z) BitmapWindow.obj
Error 93 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::GetObjectInfo(unsigned int *,unsigned int *,int *,unsigned int *,int)" (?GetObjectInfo@LBitmap@@UAEHPAI0PAH0H@Z) BitmapWindow.obj
Error 94 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::GetRgnPerimeterLength(struct _RGNXFORM *,unsigned long *)" (?GetRgnPerimeterLength@LBitmap@@UAEHPAU_RGNXFORM@@PAK@Z) BitmapWindow.obj
Error 95 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::MathFunction(unsigned int,unsigned int)" (?MathFunction@LBitmap@@UAEHII@Z) BitmapWindow.obj
Error 96 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::RevEffect(unsigned int,unsigned int)" (?RevEffect@LBitmap@@UAEHII@Z) BitmapWindow.obj
Error 97 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::UserFilter(struct _USERFLT *)" (?UserFilter@LBitmap@@UAEHPAU_USERFLT@@@Z) BitmapWindow.obj
Error 98 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::ColorIntensityBalance(struct _BALANCEDATA *,struct _BALANCEDATA *,struct _BALANCEDATA *,int)" (?ColorIntensityBalance@LBitmap@@UAEHPAU_BALANCEDATA@@00H@Z) BitmapWindow.obj
Error 99 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::ColorizeGray(class LBitmapBase *,struct _LTGRAYCOLOR *,unsigned int)" (?ColorizeGray@LBitmap@@UAEHPAVLBitmapBase@@PAU_LTGRAYCOLOR@@I@Z) BitmapWindow.obj
Error 100 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::ColorizeGray(struct _BITMAPHANDLE *,struct _LTGRAYCOLOR *,unsigned int)" (?ColorizeGray@LBitmap@@UAEHPAU_BITMAPHANDLE@@PAU_LTGRAYCOLOR@@I@Z) BitmapWindow.obj
Error 101 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::ContBrightInt(int,int,int)" (?ContBrightInt@LBitmap@@UAEHHHH@Z) BitmapWindow.obj
Error 102 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::DynamicBinary(unsigned int,unsigned int)" (?DynamicBinary@LBitmap@@UAEHII@Z) BitmapWindow.obj
Error 103 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::FunctionalLight(struct _LIGHTPARAMS *)" (?FunctionalLight@LBitmap@@UAEHPAU_LIGHTPARAMS@@@Z) BitmapWindow.obj
Error 104 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::SelectData(class LBitmapBase *,unsigned long,unsigned int,unsigned int,unsigned int,int)" (?SelectData@LBitmap@@UAEHPAVLBitmapBase@@KIIIH@Z) BitmapWindow.obj
Error 105 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::SelectData(struct _BITMAPHANDLE *,unsigned long,unsigned int,unsigned int,unsigned int,int)" (?SelectData@LBitmap@@UAEHPAU_BITMAPHANDLE@@KIIIH@Z) BitmapWindow.obj
Error 106 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::ShiftData(class LBitmapBase *,unsigned int,unsigned int,unsigned int,unsigned int)" (?ShiftData@LBitmap@@UAEHPAVLBitmapBase@@IIII@Z) BitmapWindow.obj
Error 107 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::ShiftData(struct _BITMAPHANDLE *,unsigned int,unsigned int,unsigned int,unsigned int)" (?ShiftData@LBitmap@@UAEHPAU_BITMAPHANDLE@@IIII@Z) BitmapWindow.obj
Error 108 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::TextureAlphaBlend(int,int,int,int,class LBitmapBase *,int,int,class LBitmapBase *,int,class LBitmapBase *,struct tagPOINT *)" (?TextureAlphaBlend@LBitmap@@UAEHHHHHPAVLBitmapBase@@HH0H0PAUtagPOINT@@@Z) BitmapWindow.obj
Error 109 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::TextureAlphaBlend(int,int,int,int,struct _BITMAPHANDLE *,int,int,struct _BITMAPHANDLE *,int,struct _BITMAPHANDLE *,struct tagPOINT *)" (?TextureAlphaBlend@LBitmap@@UAEHHHHHPAU_BITMAPHANDLE@@HH0H0PAUtagPOINT@@@Z) BitmapWindow.obj
Error 110 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::IsRegMark(unsigned int,unsigned int,unsigned int,unsigned int,unsigned int)" (?IsRegMark@LBitmap@@UAEHIIIII@Z) BitmapWindow.obj
Error 111 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::GetMarksCenterMass(struct tagPOINT *,struct tagPOINT *,unsigned int)" (?GetMarksCenterMass@LBitmap@@UAEHPAUtagPOINT@@0I@Z) BitmapWindow.obj
Error 112 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::SearchRegMarks(struct _SEARCHMARKS *,unsigned int)" (?SearchRegMarks@LBitmap@@UAEHPAU_SEARCHMARKS@@I@Z) BitmapWindow.obj
Error 113 error LNK2001: unresolved external symbol "public: virtual int __thiscall LBitmap::GetTransformationParameters(struct tagPOINT *,struct tagPOINT *,int *,int *,int *,unsigned int *,unsigned int *)" (?GetTransformationParameters@LBitmap@@UAEHPAUtagPOINT@@0PAH11PAI2@Z) BitmapWindow.obj
Error 114 fatal error LNK1120: 113 unresolved externals E:\Manohar\Automated\Debug\Automated.exe
For that What I have to do? please help as soon as possible