Advertisement
lamiastella

LNK2019 unresolved external symbol

Jun 6th, 2017
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.51 KB | None | 0 0
  1. Severity Code Description Project File Line Category Source Suppression State Tool
  2. Error LNK2019 unresolved external symbol "__declspec(dllimport) public: __thiscall GRT::VectorFloat::VectorFloat(class GRT::VectorFloat const &)" (__imp_??0VectorFloat@GRT@@QAE@ABV01@@Z) referenced in function _main mloneohone c:\Users\mona6\documents\visual studio 2015\Projects\mloneohone\mloneohone\ml101.obj 1 Build
  3.  
  4.  
  5.  
  6. Severity Code Description Project File Line Category Source Suppression State Tool
  7. Error LNK2019 unresolved external symbol "__declspec(dllimport) public: virtual __thiscall GRT::VectorFloat::~VectorFloat(void)" (__imp_??1VectorFloat@GRT@@UAE@XZ) referenced in function "public: __thiscall GRT::GaussNeuron::~GaussNeuron(void)" (??1GaussNeuron@GRT@@QAE@XZ) mloneohone c:\Users\mona6\documents\visual studio 2015\Projects\mloneohone\mloneohone\ml101.obj 1 Build
  8.  
  9. Severity Code Description Project File Line Category Source Suppression State Tool
  10. Error LNK2019 unresolved external symbol "__declspec(dllimport) public: double * __thiscall GRT::Matrix<double>::operator[](unsigned int)" (__imp_??A?$Matrix@N@GRT@@QAEPANI@Z) referenced in function _main mloneohone c:\Users\mona6\documents\visual studio 2015\Projects\mloneohone\mloneohone\ml101.obj 1 Build
  11.  
  12. Severity Code Description Project File Line Category Source Suppression State Tool
  13. Error LNK2019 unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall GRT::Matrix<double>::getNumRows(void)const " (__imp_?getNumRows@?$Matrix@N@GRT@@QBEIXZ) referenced in function _main mloneohone c:\Users\mona6\documents\visual studio 2015\Projects\mloneohone\mloneohone\ml101.obj 1 Build
  14.  
  15. Severity Code Description Project File Line Category Source Suppression State Tool
  16. Error LNK2019 unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall GRT::Matrix<double>::getNumCols(void)const " (__imp_?getNumCols@?$Matrix@N@GRT@@QBEIXZ) referenced in function _main mloneohone c:\Users\mona6\documents\visual studio 2015\Projects\mloneohone\mloneohone\ml101.obj 1 Build
  17.  
  18. Severity Code Description Project File Line Category Source Suppression State Tool
  19. Error LNK2019 unresolved external symbol "__declspec(dllimport) public: virtual __thiscall GRT::MatrixFloat::~MatrixFloat(void)" (__imp_??1MatrixFloat@GRT@@UAE@XZ) referenced in function _main mloneohone c:\Users\mona6\documents\visual studio 2015\Projects\mloneohone\mloneohone\ml101.obj 1 Build
  20.  
  21. Severity Code Description Project File Line Category Source Suppression State Tool
  22. Error LNK2019 unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall GRT::ClassificationSample::getClassLabel(void)const " (__imp_?getClassLabel@ClassificationSample@GRT@@QBEIXZ) referenced in function _main mloneohone c:\Users\mona6\documents\visual studio 2015\Projects\mloneohone\mloneohone\ml101.obj 1 Build
  23.  
  24. Severity Code Description Project File Line Category Source Suppression State Tool
  25. Error LNK2019 unresolved external symbol "__declspec(dllimport) public: class GRT::VectorFloat & __thiscall GRT::ClassificationSample::getSample(void)" (__imp_?getSample@ClassificationSample@GRT@@QAEAAVVectorFloat@2@XZ) referenced in function _main mloneohone c:\Users\mona6\documents\visual studio 2015\Projects\mloneohone\mloneohone\ml101.obj 1 Build
  26.  
  27. Severity Code Description Project File Line Category Source Suppression State Tool
  28. Error LNK2019 unresolved external symbol "__declspec(dllimport) public: __thiscall GRT::ClassificationData::ClassificationData(unsigned int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (__imp_??0ClassificationData@GRT@@QAE@IV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0@Z) referenced in function _main mloneohone c:\Users\mona6\documents\visual studio 2015\Projects\mloneohone\mloneohone\ml101.obj 1 Build
  29.  
  30. Severity Code Description Project File Line Category Source Suppression State Tool
  31. Error LNK2019 unresolved external symbol "__declspec(dllimport) public: __thiscall GRT::ClassificationData::ClassificationData(class GRT::ClassificationData const &)" (__imp_??0ClassificationData@GRT@@QAE@ABV01@@Z) referenced in function _main mloneohone c:\Users\mona6\documents\visual studio 2015\Projects\mloneohone\mloneohone\ml101.obj 1 Build
  32.  
  33. Severity Code Description Project File Line Category Source Suppression State Tool
  34. Error LNK2019 unresolved external symbol "__declspec(dllimport) public: virtual __thiscall GRT::ClassificationData::~ClassificationData(void)" (__imp_??1ClassificationData@GRT@@UAE@XZ) referenced in function _main mloneohone c:\Users\mona6\documents\visual studio 2015\Projects\mloneohone\mloneohone\ml101.obj 1 Build
  35.  
  36. Severity Code Description Project File Line Category Source Suppression State Tool
  37. Error LNK2019 unresolved external symbol "__declspec(dllimport) public: class GRT::ClassificationSample & __thiscall GRT::ClassificationData::operator[](unsigned int const &)" (__imp_??AClassificationData@GRT@@QAEAAVClassificationSample@1@ABI@Z) referenced in function _main mloneohone c:\Users\mona6\documents\visual studio 2015\Projects\mloneohone\mloneohone\ml101.obj 1 Build
  38.  
  39. Severity Code Description Project File Line Category Source Suppression State Tool
  40. Error LNK2019 unresolved external symbol "__declspec(dllimport) public: bool __thiscall GRT::ClassificationData::load(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (__imp_?load@ClassificationData@GRT@@QAE_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) referenced in function _main mloneohone c:\Users\mona6\documents\visual studio 2015\Projects\mloneohone\mloneohone\ml101.obj 1 Build
  41.  
  42. Severity Code Description Project File Line Category Source Suppression State Tool
  43. Error LNK2019 unresolved external symbol "__declspec(dllimport) public: bool __thiscall GRT::ClassificationData::printStats(void)const " (__imp_?printStats@ClassificationData@GRT@@QBE_NXZ) referenced in function _main mloneohone c:\Users\mona6\documents\visual studio 2015\Projects\mloneohone\mloneohone\ml101.obj 1 Build
  44.  
  45. Severity Code Description Project File Line Category Source Suppression State Tool
  46. Error LNK2019 unresolved external symbol "__declspec(dllimport) public: class GRT::ClassificationData __thiscall GRT::ClassificationData::split(unsigned int,bool)" (__imp_?split@ClassificationData@GRT@@QAE?AV12@I_N@Z) referenced in function _main mloneohone c:\Users\mona6\documents\visual studio 2015\Projects\mloneohone\mloneohone\ml101.obj 1 Build
  47.  
  48. Severity Code Description Project File Line Category Source Suppression State Tool
  49. Error LNK2019 unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall GRT::ClassificationData::getNumSamples(void)const " (__imp_?getNumSamples@ClassificationData@GRT@@QBEIXZ) referenced in function _main mloneohone c:\Users\mona6\documents\visual studio 2015\Projects\mloneohone\mloneohone\ml101.obj 1 Build
  50.  
  51. Severity Code Description Project File Line Category Source Suppression State Tool
  52. Error LNK2019 unresolved external symbol "__declspec(dllimport) public: __thiscall GRT::GestureRecognitionPipeline::GestureRecognitionPipeline(void)" (__imp_??0GestureRecognitionPipeline@GRT@@QAE@XZ) referenced in function _main mloneohone c:\Users\mona6\documents\visual studio 2015\Projects\mloneohone\mloneohone\ml101.obj 1 Build
  53.  
  54. Severity Code Description Project File Line Category Source Suppression State Tool
  55. Error LNK2019 unresolved external symbol "__declspec(dllimport) public: virtual __thiscall GRT::GestureRecognitionPipeline::~GestureRecognitionPipeline(void)" (__imp_??1GestureRecognitionPipeline@GRT@@UAE@XZ) referenced in function _main mloneohone c:\Users\mona6\documents\visual studio 2015\Projects\mloneohone\mloneohone\ml101.obj 1 Build
  56.  
  57. Severity Code Description Project File Line Category Source Suppression State Tool
  58. Error LNK2019 unresolved external symbol "__declspec(dllimport) public: class GRT::GestureRecognitionPipeline & __thiscall GRT::GestureRecognitionPipeline::operator<<(class GRT::Classifier const &)" (__imp_??6GestureRecognitionPipeline@GRT@@QAEAAV01@ABVClassifier@1@@Z) referenced in function _main mloneohone c:\Users\mona6\documents\visual studio 2015\Projects\mloneohone\mloneohone\ml101.obj 1 Build
  59.  
  60. Severity Code Description Project File Line Category Source Suppression State Tool
  61. Error LNK2019 unresolved external symbol "__declspec(dllimport) public: virtual bool __thiscall GRT::GestureRecognitionPipeline::test(class GRT::ClassificationData const &)" (__imp_?test@GestureRecognitionPipeline@GRT@@UAE_NABVClassificationData@2@@Z) referenced in function _main mloneohone c:\Users\mona6\documents\visual studio 2015\Projects\mloneohone\mloneohone\ml101.obj 1 Build
  62.  
  63. Severity Code Description Project File Line Category Source Suppression State Tool
  64. Error LNK2019 unresolved external symbol "__declspec(dllimport) public: virtual bool __thiscall GRT::GestureRecognitionPipeline::save(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)const " (__imp_?save@GestureRecognitionPipeline@GRT@@UBE_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) referenced in function _main mloneohone c:\Users\mona6\documents\visual studio 2015\Projects\mloneohone\mloneohone\ml101.obj 1 Build
  65.  
  66. Severity Code Description Project File Line Category Source Suppression State Tool
  67. Error LNK2019 unresolved external symbol "__declspec(dllimport) public: virtual bool __thiscall GRT::GestureRecognitionPipeline::load(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (__imp_?load@GestureRecognitionPipeline@GRT@@UAE_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) referenced in function _main mloneohone c:\Users\mona6\documents\visual studio 2015\Projects\mloneohone\mloneohone\ml101.obj 1 Build
  68.  
  69. Severity Code Description Project File Line Category Source Suppression State Tool
  70. Error LNK2019 unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall GRT::GestureRecognitionPipeline::getNumClassesInModel(void)const " (__imp_?getNumClassesInModel@GestureRecognitionPipeline@GRT@@QBEIXZ) referenced in function _main mloneohone c:\Users\mona6\documents\visual studio 2015\Projects\mloneohone\mloneohone\ml101.obj 1 Build
  71.  
  72. Severity Code Description Project File Line Category Source Suppression State Tool
  73. Error LNK2019 unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall GRT::GestureRecognitionPipeline::getPredictedClassLabel(void)const " (__imp_?getPredictedClassLabel@GestureRecognitionPipeline@GRT@@QBEIXZ) referenced in function _main mloneohone c:\Users\mona6\documents\visual studio 2015\Projects\mloneohone\mloneohone\ml101.obj 1 Build
  74.  
  75. Severity Code Description Project File Line Category Source Suppression State Tool
  76. Error LNK2019 unresolved external symbol "__declspec(dllimport) public: double __thiscall GRT::GestureRecognitionPipeline::getTestAccuracy(void)const " (__imp_?getTestAccuracy@GestureRecognitionPipeline@GRT@@QBENXZ) referenced in function _main mloneohone c:\Users\mona6\documents\visual studio 2015\Projects\mloneohone\mloneohone\ml101.obj 1 Build
  77.  
  78. Severity Code Description Project File Line Category Source Suppression State Tool
  79. Error LNK2019 unresolved external symbol "__declspec(dllimport) public: double __thiscall GRT::GestureRecognitionPipeline::getTestFMeasure(unsigned int)const " (__imp_?getTestFMeasure@GestureRecognitionPipeline@GRT@@QBENI@Z) referenced in function _main mloneohone c:\Users\mona6\documents\visual studio 2015\Projects\mloneohone\mloneohone\ml101.obj 1 Build
  80.  
  81. Severity Code Description Project File Line Category Source Suppression State Tool
  82. Error LNK2019 unresolved external symbol "__declspec(dllimport) public: double __thiscall GRT::GestureRecognitionPipeline::getTestPrecision(unsigned int)const " (__imp_?getTestPrecision@GestureRecognitionPipeline@GRT@@QBENI@Z) referenced in function _main mloneohone c:\Users\mona6\documents\visual studio 2015\Projects\mloneohone\mloneohone\ml101.obj 1 Build
  83.  
  84. Severity Code Description Project File Line Category Source Suppression State Tool
  85. Error LNK2019 unresolved external symbol "__declspec(dllimport) public: double __thiscall GRT::GestureRecognitionPipeline::getTestRecall(unsigned int)const " (__imp_?getTestRecall@GestureRecognitionPipeline@GRT@@QBENI@Z) referenced in function _main mloneohone c:\Users\mona6\documents\visual studio 2015\Projects\mloneohone\mloneohone\ml101.obj 1 Build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement